Accesso rapido:  

Forum: General Discussion

Topic: Remix Points ID Button Script...!
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

 

Inviato Thu 19 May 22 @ 6:27 pm
locodogPRO InfinityModeratorMember since 2013
since remix points are always ordered from 1

hot_cue 1 remix
 

Inviato Fri 20 May 22 @ 1:14 am
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.
 

Inviato Fri 20 May 22 @ 1:52 pm
locodogPRO InfinityModeratorMember since 2013
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
 

Inviato Fri 20 May 22 @ 2:31 pm
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.
 

Inviato Fri 20 May 22 @ 2:46 pm
Locodog,

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

Thank you.
 

Inviato Fri 20 May 22 @ 3:08 pm