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
Mensajes Thu 19 May 22 @ 6:27 pm
since remix points are always ordered from 1
hot_cue 1 remix
hot_cue 1 remix
Mensajes 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.
hot_cue 1 remix ? blink 500ms
so far is working OK.
Still figuring out how to make it blink only a period of time.
Mensajes Fri 20 May 22 @ 1:52 pm
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
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
Mensajes 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.
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.
Mensajes 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.
it worked like a charm. It blinks a certain amount of time if the loaded song has a remix point set.
Thank you.
Mensajes Fri 20 May 22 @ 3:08 pm