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

0.1101 2020-05-22 11:33:19
    - Fix ngram_size group logic for net computation.

0.1100 2020-05-22 10:29:59
    - Add transition network processing.
    - Enhance eg/ngram-play to create a graphviz diagram.

0.1003 2020-05-22 02:43:24
    - Fix eg/ngram-play.
    - Improve documentation.

0.1002 2020-05-22 02:10:47
    - Improve tests.
    - Improve documentation.

0.1001 2020-05-22 01:35:34
    - Improve documentation.

0.1000 2020-05-22 01:29:41
    - Improve documentation.
    - Clean-up code.
    - Use the MIDI::Util module instead of manually building a score, etc.

0.0901 2018-02-20 21:25:52
    - CRUCIAL FIX: Accumulate ngram phrase counts instead of overwriting.

0.09 2018-02-20 20:41:33
    - Allow processing of multiple files.

0.08 2018-02-18 18:40:28
    - Include pitch gestalt in the analysis if requested.

0.07 2018-02-18 15:58:10
    - Allow analysis to accumulate phrases into a single list.
    - Renamed a number of attributes to improve meaning.
    - Improved the eg script code again.

0.06 2018-02-17 16:08:15
    - Improved the eg/ngram-play code.
    - Replaced the opus attribute with a single-use variable.
    - Allow a user defined list of channels to analyze.

0.0501 2018-02-13 22:23:51
    - Stop displaying the track reference address in the analysis.

0.05 2018-02-13 21:47:45
    - Used a single data structure for the ngram list.
    - Fixed the ordering of ngrams for non-shuffled output.

0.04 2018-02-12 20:03:37
    - Replaced inline printing if --verbose with a returned string of results.

0.03 2018-02-11 10:54:23
    - Added the note-ngram program to eg/.
    - Modularized 'isa' routines.

0.02 2018-02-11 02:10:46
    - Corrected call to _random_patch().

0.0102 2018-02-11 01:25:02
    - Improved documentation.

0.0101 2018-02-11 01:04:16
    - Fixed SYNOPSIS typo.
    - Tested the source attribute.

0.01 2018-02-11 00:30:50
    - Minted by Dist::Zilla.
    - Ported functionality from my ngram-play standalone program.