Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cardinal native on Windows responds incorrectly to midi keys #424

Open
Radiofloyd2351 opened this issue Nov 14, 2022 · 6 comments
Open

Cardinal native on Windows responds incorrectly to midi keys #424

Radiofloyd2351 opened this issue Nov 14, 2022 · 6 comments

Comments

@Radiofloyd2351
Copy link

Radiofloyd2351 commented Nov 14, 2022

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.

@falkTX
Copy link
Contributor

falkTX commented Nov 14, 2022

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.

@dromer
Copy link
Collaborator

dromer commented Nov 14, 2022

re: 'polyphony breaks' -> you should then sum all the different voices together before going into the FX.

@Radiofloyd2351
Copy link
Author

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.

@dromer
Copy link
Collaborator

dromer commented Nov 14, 2022

@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
Copy link
Author

Radiofloyd2351 commented Nov 14, 2022

@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.

Oh, ok.
thanks!

@falkTX
Copy link
Contributor

falkTX commented Apr 13, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants