Archives

How to arm selected track?

You would need to add a Reaction which does the following: Listener: when MIDI controller > “Button x was pressed”  Action: Live Object Model > Track > Set Arm  … and in the path menu choose “selected track”

File Corruption

I’mm not aware of any other reports of this happening in recent times. In the Script Editor, maybe try selecting all of the Mappings (and Modes), export them to a file then import that file back into CSS and try using that in future.

How To Set Session Box Start At Selected Track Position

This Works Great unless you have some of your tracks Grouped and those Groups are Collapsed. If you select any Tracks with a Track number Higher than the collapsed Group, the session box jumps by the number of Tracks in the Group. So when theres 2 Tracks grouped, i can select the group and everything […]

send session box clip names ( 8 x 1 height) to touchosc

We are working on a way to loop through clipslots/session box clipslots. At present it’s not really possible from the loop section of a Reaction. You can loop through all clipslots in a relative track but not all clipslots of the session box. A relative track is offset by the current position of the session […]

sending midi sysex using from user.py possible?

Yes, it is possible. To make it work you’ll need to give your User class the ability to access the function of ableton’s API. You can do this in 2 ways: 1. set up a send_midi method inside the User class this lets you use inside your other methods to call upon a SysEx message. […]