Snapshots

3.30K viewsCSS Feature Requests
0

Will there come an update for controlling the new rack snapshot feature of Ableton 11?

JohnC Answered question
Attached Files:
0

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
You are viewing 1 out of 7 answers, click here to view all answers.