Set loop from Next/Prev Cue via Reactions

1.50K viewsCSS Questions
0

Hi there,

Here’s what I’m trying to accomplish:
1. Navigate between various Cue points in Arrangement View
2. AND reset the loop start point to the destination Cue point
3. (Optional) I’m trying to use fixed loop lengths for now (ie. always 4 bars), but bonus would be to automatically set the Loop End to the next Cue, so navigating would just loop a certain section between Cues regardless of length

I’m successful with #1 using the ‘jump to prev/next cue’ function, however I’ve been unsuccessful in #2 referencing the current playhead position in arrangement view.
– This thread (https://remotify.io/community/question/led-feedback#comment-798) references playhead within the clip (“self.song().view.highlighted_clip_slot.clip.playing_position”).
– Trying something like self.song().playing_position didn’t seem to work

Any ideas on how I can accomplish this?

And @John – it seems you’re using some additional syntax that is not referenced in the Reactions guide (https://remotify.io/tutorials/reactions-reference-guide) – is this published somewhere else that I’m missing or would you be able to provide?

Thanks!

admin Changed status to publish
Attached Files:
0

Aside from jumping to cue points, arrangement view is very limited in what you can access with python scripts.
‘self.song().view.highlighted_clip_slot.clip.playing_position’ is for the playing position within a clip in Session View.

admin Changed status to publish
Attached Files:
You are viewing 1 out of 4 answers, click here to view all answers.