How to enable disable send

1.43K 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

There doesn’t seem to be a mapping listed for this in the Track menu in Reactions. I honestly never knew there was a “Disable Send” option shown in your screenshot.

Do you use this to protect certain tracks from having effects applied to them accidentally or is this for reducing CPU usage?

Does anyone else have any ideas if this is possible in CSS?

admin Changed status to publish
Attached Files:
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