Select Device On/Off with Reaction?

1.15K viewsCSS QuestionsDevice On/Off
0

Hi forum members,

I see that one can add mapping of type: Device On/Off from the + button in CSS to have a button on a Midi controller to turn and off Devices i Ableton.

My question is can this also be done with a Reaction?

I have looked at the various option under script and Live Object Model and I find nothing that looks like it could do the same thing!

Am I missing something here?

Joachim

Glenn V. Answered question
0

If you want to you use a device’s on/off setting as a condition you can use the value of parameter 0 of the device. A value equal to 0 means the device is off, a value equal to 1 means the device is on. So in the example below we only want to continue if the device is on.

Although I should mention that the path menu starts numbering at 1 for the first parameter of a device. But in the line of code it still shows as index 0 (red underlined).

Joachim Posted new comment

Thanks, Glenn!

I don’t think I would have found it my self.

You are viewing 1 out of 2 answers, click here to view all answers.