Mute Sends
Hello.
Track Send works great, but is there are also way to add mute/unmute specific send?
pedjableton Answered question
Hello Glenn,
thank you for Loop explenation!
Regarding
The Custom Code construction looks like this
-
[track].set_data(key, value)
-
[track].get_data(key, default_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
Sign up
User registration is currently not allowed.
