Would it be possible to create (custom button?) a total beat counter between say 2 (cue?) points in a song?
Regards,
David.
Regards,
David.
Posted Sun 18 Jan 15 @ 9:28 pm
Why between 2 cues, that will be fixed?
I can understand beat_pos - cue_pos, I think that ca be tweaked with skinning.
Having "get" scripts as a custom button label is an interesting idea though.
I can understand beat_pos - cue_pos, I think that ca be tweaked with skinning.
Having "get" scripts as a custom button label is an interesting idea though.
Posted Mon 19 Jan 15 @ 9:54 am
I know that this was possible in skins for v7, so I think it is still possible in v8 skins.
But I'm not sure if you could use the same action for a custom button, I don't think so.
Anyway, if you would like to add it to your skin, that's what the v7 action would look like:
%BtocueX or
%BfromcueX
http://www.virtualdj.com/wiki/SkinSDK7.html
But I'm not sure if you could use the same action for a custom button, I don't think so.
Anyway, if you would like to add it to your skin, that's what the v7 action would look like:
%BtocueX or
%BfromcueX
Wiki wrote :
%cueX : print the time position of the Xth cue point (can use modifiers)
•%tocueX : print the time to the Xth cue point (can use modifiers)
•%fromcueX : print the time elapsed from the Xth cue point (can use modifiers)
%cueX : print the time position of the Xth cue point (can use modifiers)
•%tocueX : print the time to the Xth cue point (can use modifiers)
•%fromcueX : print the time elapsed from the Xth cue point (can use modifiers)
Wiki wrote :
Some of the % commands can be used with modifiers. Modifiers are capitalized letters you insert between the % and the command. You can use:
•P : modify the value to reflect the pitch change
•L : use the local value instead of the global value (only used by %level)
•B : display the value as a number of beat instead of a time
Some of the % commands can be used with modifiers. Modifiers are capitalized letters you insert between the % and the command. You can use:
•P : modify the value to reflect the pitch change
•L : use the local value instead of the global value (only used by %level)
•B : display the value as a number of beat instead of a time
http://www.virtualdj.com/wiki/SkinSDK7.html
Posted Mon 19 Jan 15 @ 10:10 am





