Page 2 of 2

Re: Playing ZynAddSubFX/ZynFusion with MIDI-keyboard inside radium

Posted: 12 May 2020 06:16
by kjetil
Maybe it's related to Zyn 3.0.5?
Probably not, but maybe. I still think active sensing is the reason though.
Is there any way to turn off active sensing on your MIDI keyboard?

Re: Playing ZynAddSubFX/ZynFusion with MIDI-keyboard inside radium

Posted: 12 May 2020 07:10
by TheYke
Not sure if I get it right: active sensing means things like aftertouch?

Re: Playing ZynAddSubFX/ZynFusion with MIDI-keyboard inside radium

Posted: 12 May 2020 07:43
by kjetil
Active sensing is a realtime MIDI message (0xfe) that MIDI keyboards sends regularly to tell that they are alive. If a synthesizer suddenly stops receiving active sensing messages, they should stop playing to prevent hanging notes. It's exactly what seems to be happening for you. On my synthesizer, there is an option to turn it off.
Here's an LV2 plugin to remove active sensing messages, but I don't now how you would use it with radium: https://x42.github.io/midifilter.lv2/ht ... nsing.html

Re: Playing ZynAddSubFX/ZynFusion with MIDI-keyboard inside radium

Posted: 12 May 2020 08:24
by TheYke
Got it!
I searched a possibility to turn off active sensing for my keyboard inside the config-software, but didn't find one.
Just to try it, I disabled polyphonic aftertouch. This makes the problem go away. Seems like this was the cause of the problem.

Re: Playing ZynAddSubFX/ZynFusion with MIDI-keyboard inside radium

Posted: 12 May 2020 10:15
by kjetil
Strange. I guess the other hosts you've used filters out polyphonic aftertouch messages. It may seem like the same problem as this one: https://sourceforge.net/p/zynaddsubfx/m ... /29359693/ The solution seems to be to toggle something called "SynthNote.legato.silent" in zynaddsubfx.

Re: Playing ZynAddSubFX/ZynFusion with MIDI-keyboard inside radium

Posted: 12 May 2020 14:04
by TheYke
Okay thanks for the tip. What counts is, that I know now how to get around it.