highlight clip loopcontrol Relative
Hello
I am using relative knob controller
I want to have control over the loop position of the highlighted clip
First, I created a reaction for the loop start point, but it didn’t work.
The point of track 1 clip 1 always moves, and the point of the highlighted clip moves absolutely.
Attach the reaction you created
7/15/2024 postscript I don’t understand the custom code or the remotify very well
The knob I use gives a value of 127 when turned to the left.
Turning it to the right will give a value of 1.
I edited the reaction I created earlier based on the community and it worked fine.
The conditions were as follows
I think this has to be changed depending on the controller you are using.
i chose
Actions-Choose Element-Live Object Model-Clip-set loop start
I then selected the highlighted clip slot from the path menu.
I pressed here
And I copied the part of the code that came out and it’s “self.song().view.highlighted_clip_slot.clip.loop_start ”
I selected the Custom Code by pressing the gray down arrow on the right.
Then I copied and pasted the code and added the code.
The final code I pasted is “self.song().view.highlighted_clip_slot.clip.loop_start – 1.0”
The half-width space between “-” and “number” may be important.
I don’t really understand, but it did what I wanted.
thank you
Using the Path Menu you can select Highlighted Clip Slot. The button for the Path Menu looks like a gray upwards pointing hand, and is visible next to a selected menu option where it is usable, i.e. where a path needs to be defined to point to the object you want to manipulate. The Path Menu can appear in any section of a Reaction (like a Listener, Condition, Action, …).
About attaching an image to a comment: when adding a comment on a comment, like we’re doing here, we don’t get any options for formatting. EDIT: It doesn’t seem like the person that posted the question can add a new comment with formatting options. You can still update your first post with an image or any edits.
Sign up
User registration is currently not allowed.
thank you for contacting
I tried the path Menu but it doesn’t work
I was able to select highlight clips in the path menu.
I want to move the loop start point
So in the custom code “+4.0” and “-4.0” was added.The clip’s loop
point just jumps minus 1 and 2.
I want to attach an image to a comment, but I don’t know how.
Sorry