Open Radiofloyd2351 opened 2 years ago
There is an issue with note-offs not always working on standalone windows build.
That said, the behaviour you mention is normal Rack handling. You need to use the retrigger cv signal if you want the short pulses between notes.
re: 'polyphony breaks' -> you should then sum all the different voices together before going into the FX.
always
So, to confirm, because I'm not sure if I understand here, the audio output from the polyphonic oscillator needs to be sent to a mixer to sum all the voices into one single audio stream, before going through fx? I'm sorry, I'm not very experienced with modular yet and specially not with polyphony in modular.
@Radiofloyd2351 yeah, first you take VCV Split
or Aria Splort
modules. then mix or sum them. For instance with the Sum8
module.
Think of the different poly voices as different "midi channels" and the FX is only listening on channel 1. You need to make sure all signals are on this first one.
@Radiofloyd2351 yeah, first you take VCV
Split
or AriaSplort
modules. then mix or sum them. For instance with theSum8
module.Think of the different poly voices as different "midi channels" and the FX is only listening on channel 1. You need to make sure all signals are on this first one.
Oh, ok. thanks!
this is likely no longer an issue with the 24.04 release, please confirm
there is also a new right-click menu option for HostMIDI "force gate gaps between notes" which helps too, please try and report back
thanks!
To reproduce: open Cardinal Native, setup the midi channels to polyphonic, play a few notes. The signals remain on even when the key is released, and the midi is generally just messy in its response.
I'm on windows 11 vers 22H2.
Somewhat linked to this, polyphony seems to completely break when I connect an fx plugin (mutable instruments clouds, or plateau) before a mixer on the chain. I'm not sure if it's a bug, but I wouldn't expect FX to interfere with polyphony on oscillators. To be extra clear, when I say "polyphony breaks", I mean that it responds arbitrarily to polyphony and mostly just waits till the first voice is triggered.