3-step Image Switch

Official support for: bluecataudio.com
Post Reply New Topic
RELATED
PRODUCTS

Post

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.

Post

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".

Post

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.

Post

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.

Post Reply

Return to “Blue Cat Audio”