You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!)
The text was updated successfully, but these errors were encountered:
realearn/main/src/domain/main_processor.rs
Line 27 in a425f25
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!)
The text was updated successfully, but these errors were encountered: