Ingreso rápido:  

Forum: VirtualDJ Technical Support

Tema: Sampler roll
Is there anyway to mimic the 'sampler roll' feature on lower end non rgb pad controllers???
 

Mensajes Sat 19 Feb 22 @ 2:43 pm
Could you link to a YT video where it's being used?
 

Mensajes Sat 19 Feb 22 @ 4:44 pm
 

Mensajes Sat 19 Feb 22 @ 4:59 pm
locoDogPRO InfinityModeratorMember since 2013
mimic, it's been a part of v8.0 since day one. Much easier now there's the wait action
see the sampler_loop script

this is one example
sampler_play 55 & wait 4bt & sampler_loop 55 1 & wait 2bt & sampler_loop 55 0.5 & wait 1bt & sampler_loop 55 0.25 & wait 1bt & sampler_loop 55 4


you could also do it with sampler_play_stutter
 

Mensajes Sat 19 Feb 22 @ 5:18 pm
EDIT: locodog was faster - and with a simpler script :)
(I should have known that would happen)
 

Mensajes Sat 19 Feb 22 @ 5:27 pm
Thank u both
 

Mensajes Sun 20 Feb 22 @ 7:56 pm
after playing around, this worked well for me
sampler_play 5 & sampler_loop 5 0.25 "play" momentarily
making sure to have pitch selected in the sample editor
edit.. +1 to batch edit set samples to sync! lol
 

Mensajes Mon 21 Feb 22 @ 12:27 am
i am having a bit of problem upon further investigations
here is exactly what i want to acheive
when the button is pressed the sampler goes into a 0.25 loop from the start of the sample
when i release the button,the sampler exits the loop and continues playing from the end of the 0.25 loop with no audible silence in between
my above script works but i think that when the loop part of the script kicks in,the sample is not at the beginning because the sample has already started playing
 

Mensajes Wed 23 Feb 22 @ 10:57 pm