Is there a way to control the level of step modulator steps with knob/button?
-
Hey, random question...
Is it possible to control specific steps on the step modulator with UI controls?
I want to give each step (32 in total) a button each which allows the user to switch the step level from 0.00 to 1.00 for each step.
Is this at all possible?
Thanks :)
-
@mjc123 Yes, the simplest way is to add a slider pack to your ui and connect it to the one on the module
-
@d-healey Thanks for your help!! I want to control each step with a respective button (which toggles between 0% and 100% value on the step.
Is this possible? If so - if you could point me in the right direction that would be very helpful!
-
Look at the API for ScriptSliderPack
Specifically this call:
https://docs.hise.dev/scripting/scripting-api/scriptsliderpack/index.html#setslideratindex
-
@mjc123 Exactly what i'm after, thank you!