-
Notifications
You must be signed in to change notification settings - Fork 9
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
enhancement: ProxyChainPreset exceptedKeys #18
Comments
@elgiano : Generally, yes makes sense to except single keys as well, like ProxyPreset does For your immediate use, setting controls with n values continuously from OSC,
This works here as expected, maybe you were not on the latest version?
|
|
It would be nice if ProxyChainPreset could exclude some keys, in addition to exceptedSlots.
In my use case it would be crucial: I have a resonator that takes a multichannel control for frequencies, which I only set from an OSCdef, and I don't need to store in presets. Other than this, it looks like whenever ProxyPreset touches a multichannel control, it becomes one-channel in the gui.
My implementation is very simple: just an array of exceptedKeys. It could be made into a dictionary to set exceptedKeys by slot, but I think it doesn't really make sense, since slots should have unique argument names anyway:
The text was updated successfully, but these errors were encountered: