How to enable disable send

1.11K viewsCSS Questions
0

In ableton, there’s the ability to disable a send on a channel. How can I map a button to that feature?

Wim Answered question
0

Since that function is not to be found (yet) in the Live Object Model, I guess it is not possible to directly implement that function.

You could use a M4L device (akin to https://maxforlive.com/library/device/8268/send) and disable that via CSS

or

Make a reaction that stores the current send level value and sets it to 0 when pressing a button and set it back again to the original value when pressing again.

Any other views on this matter?

Greetings

edit: https://community.remotify.io/questions/question/how-to-reset-all-send-return-for-all-tracks-with-1-buttons/

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