Accesso rapido:  

Forum: VirtualDJ Technical Support

Topic: Trying to get a button to play a random sample

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

I’ve got like 20 or 30 quick samples that I’ll use for transitions. Instead of a button for each one I was curious if there was a shuffle or random play function/script where I could just hit a button and it would randomly select a sample and play it

Obviously not ANY sample just ones from a specific folder or something along those lines

Sure would appreciate some help on a script if this is a possibility, thanks in advance!
 

Inviato Tue 30 Mar 21 @ 6:09 pm
need something "random" to act as randomizer, so could for example use the current track timer as such (since you want to use this when a track is playing)

get_time_ms & param_cast 'percentage' & sampler_select & sampler_pad
 

Inviato Tue 30 Mar 21 @ 8:22 pm
locoDogPRO InfinityModeratorMember since 2013
might need a time type specifier given user display choices

get_time_ms 'elapsed' & param_cast 'percentage' & sampler_select & sampler_pad
 

Inviato Tue 30 Mar 21 @ 9:08 pm


(Vecchi argomenti e forum sono automaticamente chiusi)