3-step Image Switch
-
- KVRer
- 15 posts since 8 Dec, 2022
How would I get a switch image with three step positions to trigger two different input parameters? I'm having a weird time trying to get my head around it even though it's more than likely a very simple kuiml code.
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6345 posts since 8 Sep, 2004 from Paris (France)
A 3 steps image button is pretty simple with an IMAGE_PARAM_BUTTON. Just do not forget to set the images_count attribute to 3.
However I don't know what you mean by "trigger two different input parameters".
However I don't know what you mean by "trigger two different input parameters".
-
- KVRer
- Topic Starter
- 15 posts since 8 Dec, 2022
Let's say when the switch is at image 1 it does nothing, when the switch is at image 2 then a mono script is enabled, and when the switch is at image 3 an m/s script is enabled. That's what I'm trying to achieve.
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6345 posts since 8 Sep, 2004 from Paris (France)
It could be simply changing the value of a single parameter from 0 to 2 where:
0 = nothing
1 = mono
2 = M/S
The script will apply the appropriate algorithm depending on this parameter value.
0 = nothing
1 = mono
2 = M/S
The script will apply the appropriate algorithm depending on this parameter value.