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

0.0703 2022-01-28 15:48:42
    - Improve documentation.

0.0702 2022-01-28 15:26:51
    - Improve documentation.

0.0701 2022-01-28 12:45:56
    - Fix-up the eg/* programs.

0.0700 2022-01-28 11:06:13
    - Completely refactor the interface and performance penalties.

0.0603 2021-04-11 15:45:10
    - Clean-up code a bit.
    - Improve the numeric test slightly.

0.0602 2021-04-09 21:21:11
    - Improve documentation.

0.0601 2021-04-09 20:14:18
    - Fix ABSTRACTs.
    - Clean-up code slightly.

0.0600 2021-04-09 19:56:35
    - Lose the redundant Ratio module and compute the numeric ratios.
    - Make ratio_factorize() a proper method.
    - Replace the ->process method with ->BUILD.
    - Use strictures and namespace::clean.
    - Use builder methods instead of default subs.
    - Improve documentation.
    - Improve tests.

0.0507 2019-03-16 15:15:10
    - Made the eg/ Dancer example return JSON, instead of strings.

0.0506 2019-03-16 12:38:17
    - Added logic to handle the 2/1 octave ratio correctly.

0.0505 2019-03-15 11:10:17
    - Dropped the NAME section from the eg/Dancer-App.pm example.
    - Improved documentation.

0.0504 2019-03-15 10:43:12
    - Added webservice examples to eg/.

0.0503 2019-03-14 14:27:39
    - Improved documentation.

0.0502 2014-10-25
    - Re-added the natural_freqencies() test.

0.0501 2014-10-25
    - Added missing POD and Changes file item.

0.05  2014-10-25
    - Clarified the limitations of equal temperament with this module.
    - Added named output, so blocks are labled.
    - Added integer_notation

0.04  2014-09-27
    - Added a nearly identical module for numeric-only notes.

0.0301 2014-09-27
    - Added a bunch of interval ratios.

0.03  2014-09-27
    - Added full tests for the C E G triad.
    - Added a handy by_ratio() method.

0.02  2014-09-27
    - Added the ratio() method.
    - Improved documentation.
    - Fixed scale degree precision in test.

0.0103 2014-09-25
    - Improved documentation.

0.0102 2014-09-25
    - Fixed the distribution meta sources.

0.0101 2014-09-25
    - Ported functionality from the intervals script.
    - Minted by Dist::Zilla