Note off does not get suppressed

Locked New Topic
RELATED
PRODUCTS

Post

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

Post

Hi Boris,

I just tried reproducing this but it seems to work fine. What sort of MIDI filter are you using?

Brad

Post

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?
Best regards, TiUser
...and keep on jamming...

Post

bradr wrote:I just tried reproducing this but it seems to work fine. What sort of MIDI filter are you using?
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:

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 <===
And here's what I see when I put MIDI monitor in the rack in front of Synth1:

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
I'll also send you a copy of my rack.

Post

...I suspect "Note off" is the unexpected... as said, most controllers send "Note on - velocity 0" instead...
Best regards, TiUser
...and keep on jamming...

Post

Hi Boris,

I've just uploaded a new experimental build which should fix this. Please let me know how it goes...

Brad

Post

Sweet! Thanks for the blazing-fast turnaround. I'll try it out tonight.

Post

Yep, that fixed the problem. Thanks again Brad.

Locked

Return to “Topten Software”