AbletonOSC icon indicating copy to clipboard operation
AbletonOSC copied to clipboard

Adding MIDI Notes to Clips in Arrangement View

Open nikolai-enevoldsen opened this issue 1 year ago • 2 comments

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

nikolai-enevoldsen avatar Apr 05 '24 21:04 nikolai-enevoldsen

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.

ideoforms avatar Apr 06 '24 09:04 ideoforms

Thank you for the response!

nikolai-enevoldsen avatar Apr 06 '24 10:04 nikolai-enevoldsen