Using a single button to switch presets with Launch Control XL

Hi Steve
I need help I’m able to use toggle feature between two mode let say A and B but what if want to toggle between A,B,C and D with same one button let say CC#39. How to do that?

Hi,

I split this request into a new topic since it is different than the original request

Please look at the following example. I use CC 39 as you requested and the global variable ga to track which preset we are using. For outgoing action, I switch to preset by number turning off all other presets except for those set up as ‘always on’. Preset 0 is set always on.

The rules are simple in translator 0.3.

ga=ga+1
if ga>3 then ga=1

At project start I set the value of ga to 1 in translator 0.2.

Launch Control-Button-Preset-Switcher.bmtp (1.7 KB)

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

What to switch between translator with same technique, is it possible?
how to do that?

No, translators can only be manually enabled and disabled. However you can set global variables and then use them in rules to determine whether to execute the translator or note.

For instance

if ga!=5 then exit rules, skip outgoing action.

The translator output will only happen if ga is not equal to 5.

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

A post was split to a new topic: Switch Layers - Launch Control XL