Add Device to track
Hi,
Is there a way to ad a new device to a track through reaction? I have made a reaction to navigate the browser but dont have anyway to add the device ive chosen. Same with hot swaping
Thanks
M
Although Live’s API does provide a way to a load an item from the browser via a midi remote script:
self._browser.load_item(item)
Unfortunately it doesn’t provide a way to access the selected browser item.
In the above code example item should be a browser tree item in a format like this:
item = browser.instruments.children[3].children[0]
Ableton Push and other controllers which provide browsing capability,
have their own internal browser tree in their scripts which is separate to what is displayed in the Live UI.
Meaning what you select in the Push display isn’t mirrored in Live’s Browser.
Sign up
User registration is currently not allowed.