Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Pads: create mirror button with beat count?
hejzanPRO InfinityMember since 2009
I want to have pads 1-4 mirrored so same function and color on pad 5-8.
Execpt change from name on pad 1-4 to instead of name shows counting of -/+ bt as I have in my hotcues

No problem to change so its mirrored but what script in pad editor in "name" to show -/+ bt instead of ?



 

Posted Fri 29 Mar 24 @ 12:46 pm
locoDogPRO InfinityModeratorMember since 2013
Change your savedLoopDisplay setting to distance, then name the top 4 buttons with something like this.

`get_saved_loop 2 'name' & param_equal "" ? get_text 'LOOP 2' : get_saved_loop 2 'name'`
 

Posted Fri 29 Mar 24 @ 2:16 pm