MIDI import bug?

Tobias Kunze tkunze@ulysses.Stanford.EDU
Tue, 2 Sep 1997 17:44:13 -0700 (PDT)


i see.  Your problem seems to be that the tempo/timing
information is in track 0 (a "conductor" track?  I don't have my 
documentation at hand) whereas your data is stored in track 1.  

Now, when you instruct cm to "import foo.midi track 1", it is 
obviously not going to parse the time track and thus resetting
divisions, tempo, etc. to default values. 

The safest solution would be to always write format 0 files, 
especially if your format 1 file would have only one data track
anyway, like your example does.  

My $.02, 

-Tobias