use MIDI;
my $file = shift;
die "Usage: dump.pl midi-file\n" unless defined $file;
MIDI::Opus->new( { from_file => $file } ) ->dump( { dump_tracks => 1 } );
text/plain
This content has been proxied by September (ba2dc).