Revision history for Music-MelodicDevice-Ornamentation
0.0706 2023-11-26 15:15:15
- Need a <p> tag I guess. ¯\_(ツ)_/¯
0.0705 2023-11-26 15:07:33
- Add cool image of Bach notation.
0.0704 2023-11-25 22:39:56
- Fix import order!
0.0703 2022-11-08 00:29:34
- Change the grace_note() to a 64th.
- Improve tests.
0.0702 2022-10-23 12:58:23
- Avoid implicit imports.
0.0701 2022-06-16 21:07:01
- Use Music::PitchNum instead of Music::Note.
0.0700 2022-01-31 16:29:53
- Make things handle numeric pitches! Duuh!
0.0603 2022-01-31 11:30:22
- Improve documentation.
0.0602 2021-04-09 22:51:18
- Update the eg/ode-to-joy program.
- Update the grace_note method for the new Music::Duration.
0.0601 2020-12-29 13:46:43
- Fix the scale name in the ->slide ornament.
- Simplify the eg/ornament program.
- Update ->slide tests.
0.0600 2020-12-28 08:49:24
- Add the eg/ornament program.
- Use midinums for the internal scale, and use Music::Note to convert.
0.0505 2020-12-25 12:51:49
- Sort the scale notes!
- Add more tests.
0.0504 2020-12-25 08:36:45
- Improve documentation and code comments.
- Use constants, instead of magic literals.
0.0503 2020-12-24 13:40:27
- Improve documentation again!
0.0502 2020-12-24 13:32:25
- Improve documentation.
0.0501 2020-12-24 11:45:38
- Use Carp and croak if a pitch cannot be found in a scale.
- Improve documentation slightly.
0.0500 2020-12-24 11:19:06
- Add a ->slide (AKA "glissando") ornament method.
0.0401 2020-12-22 12:50:03
- Show the trill if verbose.
- Improve documentation.
0.0400 2020-12-19 18:45:13
- Find enharmonic pitches if not found the first time.
0.0300 2020-12-19 06:53:18
- Remove the redundant "chromatic" logic.
- Drop the dependency on Music::Note.
0.0208 2020-12-19 06:17:40
- Clean-up code a bit...
0.0207 2020-12-18 13:54:46
- Improve the eg/ode-to-joy program majorly.
- Fix confusing "documentation."
0.0206 2020-12-18 12:29:32
- Improve documentation.
- Improve the eg/ode-to-joy program slightly.
0.0205 2020-12-18 09:21:11
- Slow down the grace-note to a thrirty-second.
- Clean-up code a bit.
- Drop the Carp module since we don't croak anymore.
- Drop the misleading response comments in the SYNOPSIS - Read the test instead.
0.0204 2020-12-18 07:54:23
- Fix the mordent divisions.
- Add the eg/ode-to-joy program.
0.0203 2020-12-18 07:16:15
- Improve documentation.
- Use "defined-or" for the offsets.
0.0202 2020-12-18 06:57:39
- Simplify ->turn logic.
- Improve documentation.
0.0201 2020-12-17 21:08:10
- Improve documentation.
- Fix ->mordent logic big-time.
0.0200 2020-12-17 20:41:09
- Implement, document and test the ->mordent method.
0.0101 2020-12-17 18:52:48
- Improve documentation.
- Add tests!
0.0100 2020-12-17 18:27:16
- Mint with Dist::Zilla.