zentara has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl #usage: script | timidity - use MIDI::Simple; new_score; $a=1; #number of loops set_tempo 10**7*6/360; while($a--){ noop c1; for(0..127){patch_change 1,$_;text_event $_; for $x(0..127){n $x} } } write_score *STDOUT{IO};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MIDI::Simple Timing text_events
by Mr. Muskrat (Canon) on Mar 21, 2003 at 21:53 UTC | |
|
Re: MIDI::Simple Timing text_events
by Coruscate (Sexton) on Mar 22, 2003 at 09:15 UTC |