[Qtractor-devel] NoteOffs don't get sent on additional MIDI channels?
An Audio/MIDI multi-track sequencer
Brought to you by:
rncbc
From: Frank N. <bea...@we...> - 2015-10-04 09:59:51
|
Hi list, not sure if this is intended behaviour or a bug, so I am asking this here first - I created a small "song" with 2 MIDI tracks. The first tracks plays out to "Master MIDI", the second is using an additional MIDI bus ("Supernova") I have created via the "View->Buses" dialog. Both tracks have a small MIDI clip, both play out fine. However, when I stop playback via the <space bar> key, the notes played on the second track don't get stopped. I see from the "aseqdump" output that the respective messages do not get sent when I stop playback. Dumping output on "Master MIDI" bus: [playback is running] ... 130:0 Note on 0, note 62, velocity 23 130:0 Note on 0, note 67, velocity 23 130:0 Note on 0, note 71, velocity 23 [pressing space bar here] 130:0 Control change 0, controller 120, value 0 (All Sound Off) 130:0 Control change 0, controller 123, value 0 (All Notes Off) 130:0 Control change 0, controller 121, value 0 (Reset All Controllers) -> All sounds are off Dumping output on "Supernova" bus: [playback is running] ... 130:1 Note on 0, note 50, velocity 64 130:1 Note off 0, note 50, velocity 0 130:1 Note on 0, note 55, velocity 64 130:1 Note off 0, note 55, velocity 0 130:1 Note on 0, note 43, velocity 64 130:1 Note off 0, note 43, velocity 0 130:1 Note on 0, note 50, velocity 64 [pressing space bar here] [no additional MIDI output here, but "stuck" notes are still being heard] Only when I press the "Panic" button, I see the expected: 130:1 Control change 0, controller 120, value 0 130:1 Control change 0, controller 123, value 0 130:1 Control change 0, controller 121, value 0 Rui, this looks like a bug, right? Or can I somehow adjust that behaviour "per bus"? Thanks, Frank |