ideoforms / AbletonOSC

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

Full support for Sends #101

Closed steeltrack closed 8 months ago

steeltrack commented 1 year ago

Send support wasn't fully implemented (ex: no listeners). Fixed by aligning it with other mixer properties but adding some conditional logic to handle the additional sends index. The OSC endpoints also change from "send" to "sends" so they match the underlying Ableton property name like the other mixer properties.

steeltrack commented 1 year ago

Added additional support for device parameters and a selected track listener.

MartinSahlen commented 9 months ago

Is there a lot to do to get this merged? would love that!

steeltrack commented 8 months ago

I'll being submitting new PRs that are sync'd with latest master. I'm also going to be splitting this into two PRs.

ideoforms commented 8 months ago

Thanks @steeltrack, much appreciated! I'll take a look as soon as the PRs are ready to go.