Snapshots

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

Nice one! My plan is to target a specific device (by index/name) so I don’t have to select it, but that’s all I’m doing differently.
Except… my other idea is to use one row of 8 buttons as “pages”, to select the first variation in a set of 8, without launching it; then use the second row of buttons to select and launch a specific variation within that “page”. That way I can get to 64 variations from the 16 buttons, instead of just 16.

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