Note off does not get suppressed
-
- KVRist
- 196 posts since 12 Mar, 2002 from Mountain View, CA
I have two keyboards. One sends notes on channel 1, the other on channel 2. I don't want Cantabile to respond to channel 2, so I suppress it in the global MIDI filter. This works great for note on, but not note off. If I hold a note on channel 1 and then hit the same note on channel 2, my synth stops playing the note after I release the key. Is something funky going on with filtering note off messages? It's definitely filtering note on, because I don't hear the note if I hit the key on channel 2 by itself.
Boris
Boris
-
- KVRian
- 791 posts since 8 Mar, 2006 from Australia
Hi Boris,
I just tried reproducing this but it seems to work fine. What sort of MIDI filter are you using?
Brad
I just tried reproducing this but it seems to work fine. What sort of MIDI filter are you using?
Brad
-
- KVRAF
- 2310 posts since 13 Apr, 2008 from Germany
As far as I know note off can be "funky" as there are two ways to turn notes off...
One is a special midi note off event.
The other mostly used is note on with velocity 0.
That can be confusing - maybe it's something related to this?
One is a special midi note off event.
The other mostly used is note on with velocity 0.
That can be confusing - maybe it's something related to this?
Best regards, TiUser
...and keep on jamming...
...and keep on jamming...
-
- KVRist
- Topic Starter
- 196 posts since 12 Mar, 2002 from Mountain View, CA
Hey Brad, thanks for looking into this. I have only a global filter that says "suppress notes on channel 2". Here's my MIDI-OX log, in case my controllers are sending data that you're not expecting:bradr wrote:I just tried reproducing this but it seems to work fine. What sort of MIDI filter are you using?
Code: Select all
===> MIDI-OX Version: 7.0.0.365
===> Log Opened: Sun 04-Apr-2010 22:07:28 ===>
TIMESTAMP IN PORT STATUS DATA1 DATA2 CHAN NOTE EVENT
266933 8 5 144 48 97 1 C 3 Note On
267673 1 5 145 48 74 2 C 3 Note On
268158 1 5 129 48 97 2 C 3 Note Off
270172 8 5 128 48 126 1 C 3 Note Off
<=== MIDI-OX Log Closed: Sun 04-Apr-2010 22:07:46 <===Code: Select all
Note On, Channel: 1, Key: 48 (C3), Velocity: 80
Note Off, Channel: 2, Key: 48 (C3), Velocity: 97
Note Off, Channel: 1, Key: 48 (C3), Velocity: 126-
- KVRian
- 791 posts since 8 Mar, 2006 from Australia
Hi Boris,
I've just uploaded a new experimental build which should fix this. Please let me know how it goes...
Brad
I've just uploaded a new experimental build which should fix this. Please let me know how it goes...
Brad
