Add Device to track

23 viewsCSS Community Scriptsdevice SCRIPT
0

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

JohnC Answered question
0

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.

JohnC Answered question
You are viewing 1 out of 1 answers, click here to view all answers.