Reassign sliders with script
-
Can we reassign what parameter sliders modify?
If I set a slider to control reverb wet can I reassign it to later affect reverb width?
If yes, how?
-
@TNTHM Get the reverb reference and declare it in the on init script, then set the value of the slider via the slider's on control callback.
You can use if/else to create logic for which parameter gets controlled.
https://docs.hise.audio/scripting/scripting-in-hise/index.html#basics
-
@aaronventure Thank you. I appreciate the info.