Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Total Beats
hallh7Home userMember since 2023
Hi.
Is possible to override the number of beats 1/16 in the main skin so that they display the total number of beats ? even better if associated with the pressure of a custom button, but it would be fine without it too.
Or put that information somewhere in the skin ?
I've read about the get area, I've tried the get_counter but it always displays the loop 1/16 anyway

Thank you
 

Posted Wed 22 Mar 23 @ 2:25 pm
I don't understand what you're looking for.
If you want something like beat 56/686 (beat 56 out of 686 beats total) then it would more or less provide the same info as a progress bar.
If you want to use a different division (instead of 16) you can use get_beat_num 32 or get_beat_num 1 32
The first script will go from 0% to 100% every 32 beats
The second script is usefull for LEDs as it returns true only on the first beat of every 32 beats period.
Of course you can modify the numbers to suit your needs.
Finally get_beatpos will return the current position on beats (e.g. 283)
 

Posted Wed 29 Mar 23 @ 10:56 am
hallh7Home userMember since 2023
I've resolve wit beatportrange in the config :) thanks
 

Posted Thu 30 Mar 23 @ 4:39 pm