Hi there,
Really hoping someone can help with this as I've melted my primitive brain trying to work it out.
I have two separate cue_countdowns, one that i've modified to countdown bars to next cue and one to show beats counting 4,3,2,1 to next cue. What i'm struggling with is how to get them to display on a custom button in the format bars.beats, this is what I currently have:
bar countdown
cue_countdown & param_multiply 0.25 & param_cast 'integer'
beat coundown
cue_countdown 4 & param_cast 'integer' & param_mod 4 & param_add 1
I believe it's to do with set variables but that did't work for me.
I've searched here to find an answer and haven't found what i'm looking for, apologies if it's already been covered, any help much appreciated.
Really hoping someone can help with this as I've melted my primitive brain trying to work it out.
I have two separate cue_countdowns, one that i've modified to countdown bars to next cue and one to show beats counting 4,3,2,1 to next cue. What i'm struggling with is how to get them to display on a custom button in the format bars.beats, this is what I currently have:
bar countdown
cue_countdown & param_multiply 0.25 & param_cast 'integer'
beat coundown
cue_countdown 4 & param_cast 'integer' & param_mod 4 & param_add 1
I believe it's to do with set variables but that did't work for me.
I've searched here to find an answer and haven't found what i'm looking for, apologies if it's already been covered, any help much appreciated.
geposted 2 days ago @ 11:40 am
`param_add 'cue_countdown & param_cast int_trunc & param_mod 4 & param_add 1' 'cue_countdown & param_multiply 0.25 & param_cast int_trunc & param_cast text & param_add "."'`
geposted yesterday @ 2:51 pm
Legend, thanks man, exactly what I need
geposted yesterday @ 4:49 pm