Subject: | Incorrect error message |
Download http://webspace.webring.com/people/jp/peanuthead19/owl.mid then
run this program on it:
#!/usr/bin/perl -wT
use MIDI;
my $opus = MIDI::Opus->new({'from_file' => 'owl.mid', 'no_parse' => 0 });
The program says:
Header in data from IO::File=IO(0x96b98a0) says to expect 32 tracks, but
only 65 were found
at ./mid line 5.
But that is an incorrect message, the word "only" implies that 65 is
less than 32, which it isn't.