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 MIDI-RtMidi-ScorePlayer

0.0202 2024-08-10 23:42:44
    - Fix annoying typo.
    - Clean up test code.
    - Improve documentation.

0.0201 2024-07-28 10:53:10
    - Forgot to update the eg/gol.pl program parts. Whoops

0.0200 2024-07-28 10:07:28
    - Allow sequencing of single parts (not multitrack).
    - Refactor the eg/* programs a bit for this change.
    - Skip all tests because many cpantesters do not have an audio device to fire-up.

0.0120 2024-07-21 17:20:56
    - Add more default tests.
    - Enhance the eg/drummer.pl program.

0.0119 2024-07-20 19:39:18
    - Add the eg/drummer.pl WIP program.
    - Add a dump flag to dump the score object on each play.

0.0118 2024-07-15 23:29:56
    - Improve the eg/gol.pl program more.
    - Skip ->play tests!

0.0117 2024-07-14 22:35:07
    - Improve documentation yet again.
    - Require that parts be CODErefs.

0.0116 2024-07-14 18:43:13
    - Improve documentation.
    - Improve the eg/gol.pl program again.

0.0115 2024-07-14 16:08:32
    - Improve the eg/gol.pl program.

0.0114 2024-07-13 21:31:36
    - Enhance the eg/gol.pl program.

0.0113 2024-07-13 16:26:25
    - Add the mostly hideous, eg/gol.pl program.
    - Improve documentation.

0.0112 2024-07-12 21:44:06
    - Clean-up things a bit.
    - Add the eg/rpsls-game.pl program.
    - Improve documentation.

0.0111 2024-07-12 16:56:30
    - Die if the deposit path does not exist.

0.0110 2024-07-11 22:25:03
    - Enable optional MIDI file saving after each loop.
		- Add a verbose option to show our progress and looping.

0.0109 2024-07-11 20:57:17
    - Awe crap. Moo was listed as a prereq. Whoops

0.0108 2024-07-11 20:31:02
    - Improve documentation again. :)

0.0107 2024-07-11 17:58:47
    - Improve documentation slightly.

0.0106 2024-07-11 17:29:00
    - Improve documentation.

0.0105 2024-07-10 19:02:09
    - Bah! Typos!

0.0104 2024-07-10 18:32:03
    - Fix eg/ programs.

0.0103 2024-07-10 18:01:33
    - Include the forgotten eg/* example programs.

0.0102 2024-07-10 17:27:34
    - Don't stuff notes onto the score when testing.

0.0101 2024-07-10 17:14:53
    - Fix the infinite/finite loop. dakar++

0.0100 2024-07-10 16:50:22
    - Mint with Dist::Zilla.