The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Music-FretboardDiagram

0.1000 2019-02-28 04:07:42
    - Fix backwards horizontal drawing.

0.0900 2019-02-28 02:20:27
    - Draw neck position dots as on a real fretboard.

0.0802 2019-02-28 00:49:02
    - Adjust image dimensions slightly.

0.0801 2019-02-27 23:54:00
    - Fix chord name position for vertical drawing.

0.0800 2019-02-27 23:21:06
    - Allow the grid (strings and frets) color to be user defined.
    - Improve documentation a bit.

0.0703 2019-02-27 21:03:45
    - Improve documentation ever so slightly.

0.0702 2019-02-27 19:28:51
    - Improve documentation.

0.0701 2019-02-27 18:25:10
    - Use the ->showname method in eg/autumn-leaves-shapes.
    - Fix chord name diagram position math.
    - Make eg/ukulele use the module SYNOPSIS parameters.

0.0700 2019-02-27 15:44:26
    - Add the showname attribute to show the computed chord name, a user defined string or not at all.

0.0600 2019-02-27 15:03:07
    - Fix the reversed strings/notes problem when horizontally diagramming.
    - Improve verbose output.

0.0500 2019-02-27 14:39:55
    - Adjust die message for chord length vs strings.
    - Allow horizontal diagramming.

0.0402 2019-02-22 21:31:22
    - Clean up code a bit.
    - Die if the chord length does not equal the number of strings.

0.0400 2019-02-22 20:33:34
    - Allow any given image file type supported by Imager instead of PNG only.

0.0302 2019-02-22 19:29:18
    - Rollback!  Do not try to ->draw in the test.

0.0301 2019-02-22 15:10:54
    - Warn in ->draw if font file is not found.

0.0300 2019-02-19 19:11:39
    - Make double digits in the diagram position not overlap the grid.
    - Clean up isa syntax.
    - Add exception tests for bogus attribute values.

0.0201 2019-02-19 17:49:36
    - Fix changelog to not display double entries.

0.0200 2019-02-19 16:08:27
    - Allow note position values above the number of scale notes.

0.0100 2019-02-19 15:06:29
    - Added a link to the Autumn Leaves song chart to the eg program.
    - Moved repo from Music-GuitarChordDiagram.

######################################################################
# Music-GuitarChordDiagram changes:
#
# 0.0501 2019-02-19 13:25:37
#     - Improved documentation.
#
# 0.0500 2019-02-19 00:10:47
#     - Made the position and outfile attributes read-write.
#     - Made eg/autumn-leaves-shapes.
#
# 0.0401 2019-02-18 22:43:45
#     - Improved documentation.
#
# 0.0400 2019-02-18 21:48:25
#     - Renamed the string_num and fret_num attributes to strings and frets, respectively.
#     - Fixed the fretboard attribute assignment.
#
# 0.0302 2019-02-18 21:26:34
#     - Improved documentation slightly.
#     - Fixed attribute name in eg/ukulele.
#
# 0.0301 2019-02-18 21:10:15
#     - Changed the name of the "notes" attribute to "tuning."
#
# 0.0300 2019-02-18 21:01:00
#     - Changed the notes attribute and added the computed fretboard attribute.
#     - Improved documentation.
#
# 0.0200 2019-02-17 20:41:18
#     - Added a couple tiny tests.
#     - Made the string notes user definable.
#
# 0.0100 2019-02-17 19:56:27
#     - Minted by Dist::Zilla.
#     - Refactored from my github Music/fretboard program.