What particular event is the BeatBuddy Manager parser looking for when the error “Midi file does not contain any event” is shown? I’ve attached a file that reproduces the issue along with a text dump of the events. Here’s the contents after opening and exporting in Anvil (which added StaffStyle):
1,Min:Sec:Frames=0:00:00,StaffStyle 25
2,Min:Sec:Frames=0:00:00,ProgramChange chan: 10, value: 10
3,Min:Sec:Frames=0:00:00,NoteOn chan: 10 note: 42 vol: 64 dur: 11
4,Min:Sec:Frames=0:00:00,NoteOn chan: 10 note: 36 vol: 70 dur: 11
5,Min:Sec:Frames=0:00:01,NoteOff chan: 10 note: 42
6,Min:Sec:Frames=0:00:01,NoteOff chan: 10 note: 36
7,Min:Sec:Frames=0:00:07,NoteOn chan: 10 note: 42 vol: 64 dur: 11
8,Min:Sec:Frames=0:00:09,NoteOff chan: 10 note: 42
9,Min:Sec:Frames=0:00:15,NoteOn chan: 10 note: 42 vol: 64 dur: 11
10,Min:Sec:Frames=0:00:15,NoteOn chan: 10 note: 38 vol: 68 dur: 11
11,Min:Sec:Frames=0:00:16,NoteOff chan: 10 note: 42
12,Min:Sec:Frames=0:00:16,NoteOff chan: 10 note: 38
13,Min:Sec:Frames=0:00:22,NoteOn chan: 10 note: 42 vol: 64 dur: 11
14,Min:Sec:Frames=0:00:24,NoteOff chan: 10 note: 42
15,Min:Sec:Frames=0:01:00,NoteOn chan: 10 note: 42 vol: 64 dur: 11
16,Min:Sec:Frames=0:01:00,NoteOn chan: 10 note: 36 vol: 70 dur: 11
17,Min:Sec:Frames=0:01:01,NoteOff chan: 10 note: 42
18,Min:Sec:Frames=0:01:01,NoteOff chan: 10 note: 36
19,Min:Sec:Frames=0:01:07,NoteOn chan: 10 note: 42 vol: 64 dur: 11
20,Min:Sec:Frames=0:01:09,NoteOff chan: 10 note: 42
21,Min:Sec:Frames=0:01:15,NoteOn chan: 10 note: 46 vol: 50 dur: 11
22,Min:Sec:Frames=0:01:15,NoteOn chan: 10 note: 38 vol: 68 dur: 11
23,Min:Sec:Frames=0:01:16,NoteOff chan: 10 note: 46
24,Min:Sec:Frames=0:01:16,NoteOff chan: 10 note: 38
25,Min:Sec:Frames=0:01:22,NoteOn chan: 10 note: 42 vol: 64 dur: 11
26,Min:Sec:Frames=0:01:24,NoteOff chan: 10 note: 42
I noticed the file is lacking:
2,Min:Sec:Frames=0:00:00,Synth: General MIDI
which appears when I open and resave the file with Anvil. Is that necessary?