Mute Sends

5.66K viewsCSS Feature RequestsSENDS
0

Hello.

Track Send works great, but is there are also way to add mute/unmute specific send?

pedjableton Answered question
0

Hello Glenn,

thank you for Loop explenation!

Regarding

The Custom Code construction looks like this

  • [track].set_data(keyvalue)

  • [track].get_data(keydefault_value)

…cant find correct code construction for set/get_data.

I try syntax combinations among others:

self.song().track.get_data(1, key1, None)
self.song().track(1).get_data(key1, None)
track.get_data(1, key1, None)
track(1).get_data(key1, None)
get_data(1, key1, None)

But with no results.

For example, what is corect code combinaton to set in Track 1 in key1 value 222?

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