Sign In:     


Forum: General Discussion

Topic: Remix Points ID Button Script...!

This topic is old and might contain outdated or incorrect information.

Can a script be made in a custom button that identifies (blinking the custom button for 10 sec) if the loaded song has Remix points?... or vise versa

 

Posted Thu 19 May 22 @ 6:27 pm
since remix points are always ordered from 1

hot_cue 1 remix
 

Thank You locodog

hot_cue 1 remix ? blink 500ms

so far is working OK.

Still figuring out how to make it blink only a period of time.
 

you could do this
hot_cue 1 remix && blink 10000ms ? blink 500ms :

but to actually only have one round of blinking you'd have to use onsongload to start a rsi to trigger a variable, maybe something like this for 20 seconds of blinking

onsongload
repeat_start blinker 500ms 40 & toggle vBlinker

customButton
hot_cue 1 remix && var vBlinker
 

Thank You Locodog I will give it a try.

By the way by mistake I found that has_cue 1 remix also works.

I am amazed of what it can be done if you know how to.
 

Locodog,

it worked like a charm. It blinks a certain amount of time if the loaded song has a remix point set.

Thank you.
 



(Old topics and forums are automatically closed)