|
From: Mark K. <mar...@gm...> - 2005-01-01 20:25:15
|
On Sat, 1 Jan 2005 11:18:27 -0800, Mark Knecht <mar...@gm...> wrote:
> On Sat, 1 Jan 2005 11:10:14 -0800, Mark Knecht <mar...@gm...> wrote:
> >
> > I wonder if this could be something like the 'malformed MIDI' issue
> > that was reported by Garett yesterday? I'll see if amidirecord can
> > capture the incoming MIDI that causes the crash.
> >
> > - Mark
> >
>
> And the winner is....... (drum roll) Control Change or Program Change?
OK, so I've spent some more time looking at the MIDI files in Pro
Tools. The big difference between the bass channel that causes the
segfault and the other two channels is that the bass channel uses
sustain pedal events for almost every note.
222069 Control change 1 7 96
222070 Program change 1 32
222237 Note on 1 50 76
222501 Control change 1 64 127
222628 Note on 1 50 0
222677 Control change 1 64 0
222683 Note on 1 57 70
222821 Control change 1 64 127
223038 Control change 1 64 0
223054 Note on 1 64 86
223056 Note on 1 57 0
223351 Control change 1 64 127
223461 Note on 1 64 0
223597 Note on 1 57 63
223612 Control change 1 64 0
223776 Control change 1 64 127
224017 Note on 1 57 0
224039 Note on 1 50 73
224050 Control change 1 64 0
224292 Control change 1 64 127
Possibly LS is having trouble keeping up with that many controller
changes happening in real-time?
Jsut a guess.
- Mark
|