AbletonOSC icon indicating copy to clipboard operation
AbletonOSC copied to clipboard

Adding a cue point via API

Open jms5194 opened this issue 5 months ago • 2 comments

I may be totally mistaken- but I can't seem to find any way to add/label a cue point to a song using AbletonOSC. I also don't really see a method in the API documentation that seems to handle that either. I know that it must be possible, at least from the LOM perspective, since their are a number of Max for Live patches that add or modify cue points, but the only methods I'm seeing related to cue points will get all of the cue points and will jump to a cue point. Am I mistaken?

Thanks so much.

--Justin

jms5194 avatar Sep 11 '25 13:09 jms5194

Just taken a look. It appears the function in LOM is set_or_delete_cue, which creates/deletes a cue point under the current Arrangement playback position; to name it, you then modify the name property of (I assume) the most recent cue in the cue_points list.

I am tied up with some other projects right now, but will try to find a moment to implement this as soon as I can!

It's not quite as trivial as adding these methods, as I think it would ideally require a new cue_points namespace...

ideoforms avatar Sep 11 '25 13:09 ideoforms

Ok, cool- thanks, makes sense. I'll take a look at it as well and see if I can work on an implementation.

jms5194 avatar Sep 11 '25 14:09 jms5194

This is now done and documented: /live/song/cue_point/add_or_delete, and /live/song/cue_point/set/name.

ideoforms avatar Nov 17 '25 17:11 ideoforms