ideoforms / AbletonOSC

Control Ableton Live 11 via Open Sound Control (OSC)
MIT License
426 stars 70 forks source link

Add device to a track #66

Open brightsparc opened 1 year ago

brightsparc commented 1 year ago

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?

ideoforms commented 10 months ago

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!

KorusMateusz commented 2 months ago

+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 commented 2 months ago

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