AbletonOSC icon indicating copy to clipboard operation
AbletonOSC copied to clipboard

Add device to a track

Open brightsparc opened this issue 2 years ago • 6 comments

There is the ability to get the devices for a clip as well as set parameters.

/live/track/get/devices/name 0
/live/device/get/name 0 0

But there isn't any api to add a new instruments.

Given controllers like push are able to select instruments, how could we go about this using OSC?

brightsparc avatar Mar 21 '23 04:03 brightsparc

This is quite a major task as it would require adding support for the Live.Browser class (search for it in API docs), which means a new class and set of API calls. I won't have the bandwidth to come to this in the near future but would welcome contributions!

ideoforms avatar Dec 31 '23 17:12 ideoforms

+1 for this feature, maybe I'll see if I can code it. I presume no progress in this regard has been made so far?

Also, I only have Ableton 12 Standard, so my PR might be missing some Max features.

KorusMateusz avatar Sep 24 '24 18:09 KorusMateusz

I'm stuck already. I managed to add a working handler, but I don't know how to proceed from there. Could you give me a hint, @ideoforms ? https://github.com/KorusMateusz/AbletonOSC/pull/1/files#r1774170026

KorusMateusz avatar Sep 24 '24 22:09 KorusMateusz