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

[Feature request] MIDI Control for Specific Plugin Presets #183

Open
Riebeck-one opened this issue Oct 2, 2024 · 1 comment
Open

[Feature request] MIDI Control for Specific Plugin Presets #183

Riebeck-one opened this issue Oct 2, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Riebeck-one
Copy link

Currently, it is only possible to change global presets using MIDI. In certain situations, it would be useful to have the ability to control specific plugin presets using MIDI (Program Change or Control Change commands) without affecting other loaded plugins.

@brummer10 brummer10 self-assigned this Oct 6, 2024
@brummer10 brummer10 added the enhancement New feature or request label Oct 6, 2024
@brummer10
Copy link
Owner

So I've gone a other way, I implemented cycle widget to select NAM and RTNeural model files.
This works now with MIDI control in GUI or headless mode.
Only drawback is, to make it flawless work with MIDI I must restrict the models to 127. Also, the first model will always been "None". So to get a clean cycle with MIDI control you must restrict the control range of the MIDI controller during MIDI learn to the range of files you've in the selected folder, start by 1, instead start by zero.
That will allow you then to cycle flawless from one model to the other without step into the "None" selected area.

Let me know please if that works for you as expected.

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

No branches or pull requests

2 participants