The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Music-MelodicDevice-Transposition

0.0601 2023-10-25 16:42:50
    - Improve documentation.
    - Improve tests a bit.

0.0600 2023-10-25 16:16:38
    - Add (and default to) a notes list attribute.

0.0502 2022-06-16 21:12:32
    - Use Music::PitchNum instead of Music::Note.

0.0501 2022-01-31 19:13:05
    - Improve documentation.

0.0500 2022-01-31 18:58:11
    - Use integer pitches as well as named notes.
    - Update the eg/modulate program.

0.0400 2020-12-28 09:57:25
    - Use a midinum scale & convert with Music::Note.

0.0300 2020-12-19 18:44:30
    - Find enharmonic pitches if not found the 1st time.

0.0200 2020-12-19 06:58:17
    - Remove the redundant "chromatic" logic.
    - Drop the dependency on Music::Note.

0.0104 2020-12-17 06:14:30
    - Whoops. Data::Dumper::Compact is necessary.

0.0103 2020-12-16 18:50:26
    - Fix-up the eg/modulate program.
    - Improve documentation.
    - Drop the dependency on Data::Dumper::Compact.

0.0102 2020-12-16 18:16:08
    - Add the eg/modulate program.
    - Add transpose down tests.

0.0101 2020-12-16 17:37:05
    - Handle and test the note index not found case.

0.0100 2020-12-16 16:40:34
    - Mint with Dist::Zilla.
    - Copy functionality from the Music::MelodicDevice::Inversion module.