快速登录:  

Forum: VirtualDJ Technical Support

话题: Playing sampler !
Hello !
Is there a way to play any sampler from the samplerbank and at the same time automatically reduce the volume maybe down to 30 % of the current playing track in deck 1 or deck 2 ?. And if the sampler has finished the volume from the track goe back to 100 %
Maybe with a script or something ? and if yes how must the script be ?

Would be very nice if someone could help me !
sorry my english is not so good !

greetings
 

发表时间 Mon 15 Nov 21 @ 11:35 am
NicotuxHome userMember since 2014
you can play with things like that :
deck active set savedlvl `level` & sampler_pad 1 & level 30% & repeat_start waitsampler 10ms -1 & sampler_play 1 ? : repeat_stop waitsampler & get_var savedlvl & param_cast & level

but taking care of looped samples and button pressed while in use, level less 30%, samples in stutter mode ...
 

发表时间 Mon 15 Nov 21 @ 11:52 am
locoDogPRO InfinityModeratorMember since 2013
A bit abrupt but yeah, like that. Can be faded as opposed to cut, and how it's called could make a difference, [manually or say automatic like a radio advert every 1/2 hour] but the principle is the same, drop volume, play sample, have repeat_start script monitoring sample, when stopped restore volume.
 

发表时间 Mon 15 Nov 21 @ 12:08 pm
ok thanks for the answers !
Is it maybe possible to make a step by step tutorial to make that work ?
would be very nice !
I don't know how i must do that !
 

发表时间 Mon 15 Nov 21 @ 2:23 pm