ideoforms / AbletonOSC

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

Adding MIDI Notes to Clips in Arrangement View #124

Open n1k0la1E opened 7 months ago

n1k0la1E commented 7 months ago

Hi, Is it possible to add MIDI notes to a clip in the Arrangement View?

ideoforms commented 7 months ago

Hi @n1k0la1E, this isn't presently possible; currently, the AbletonOSC API is mostly focused towards interacting with clips in the Session view, but there are certainly internal Live APIs that would enable this.

This would require a new API namespace, something like:

/live/arrangement_clip/add/notes [track_id] [clip_id] [...]

But this would need some thought on how to index and access clips when in arrangement view (compared to in session view, when each clip obviously has a numerical index in the track).

I'll re-open this issue so that it's on the list.

n1k0la1E commented 7 months ago

Thank you for the response!