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

Increasing number of ReaLearn parameters #60

Closed
thricedotted opened this issue Dec 9, 2020 · 2 comments
Closed

Increasing number of ReaLearn parameters #60

thricedotted opened this issue Dec 9, 2020 · 2 comments
Milestone

Comments

@thricedotted
Copy link

pub const PLUGIN_PARAMETER_COUNT: u32 = 20;

Right now the plugin is hardcoded to have 20 parameters. Could this be increased to, say, 64? Or more?

My extremely specific use case is that I would like to toggle the knobs on a MIDI Fighter Twister, but I don't have enough parameters to store the toggle state of my 64 virtual knobs. I can get around this with multiple ReaLearn instances -- say, one for each bank of 16 -- but that makes my plugin chain rather cluttered.

(Also -- ReaLearn is awesome, thank you!)

@helgoboss
Copy link
Owner

Finally a request that is very easy to implement 😅 No problem, will raise it for the next pre. I guess 100 will do it for now.

@thricedotted
Copy link
Author

Yay! Thank you so much 😄

@helgoboss helgoboss added this to the 1.12.0 milestone Dec 9, 2020
helgoboss added a commit that referenced this issue Dec 10, 2020
also use latest nightly compiler in order to include the (already stable)
change that Debug is implemented for arrays of arbitrary size
helgoboss added a commit that referenced this issue Dec 14, 2020
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

2 participants