Snapshots
Will there come an update for controlling the new rack snapshot feature of Ableton 11?
JohnC Answered question
In order to use the following 2 functions in a Reaction:
selected_variation_index = [xxx]
recall_selected_variation()
You would just need to add the track and device pieces before them.
Examples (these would apply to the device 1 in track 1):
self.song().tracks[0].devices[0].selected_variation_index = 1
self.song().tracks[0].devices[0].recall_selected_variation()
JohnC Answered question
Sign up
User registration is currently not allowed.