Hello,
I try to map to the VDJ8 samples.
firstly when I map "sampler 5 play", it's the sampler 9 play there is played!
This is normal?
Then I try to map the volume sampler with 2 buttons: volume + and volume -
I can not find this script, you can help me?
____________________________________________________________________________________________________________________________________
[EDIT] There are 5 play mode for the sample : on/off, hold, shutter, unmute
i find the script for 4 play modes but they are very long and complex compared to v7 :
sampler_select 1 & sampler_play while_pressed
sampler_select 1 & sampler_play
sampler_select 1 & sampler_play_stop
sampler_select 1 & sampler_play_stutter
but I don't find the unmute mode ! Is there a script for this ?
Other question, to map the instruments pad independently to the sampler, it's possible ?
I try to map to the VDJ8 samples.
firstly when I map "sampler 5 play", it's the sampler 9 play there is played!
This is normal?
Then I try to map the volume sampler with 2 buttons: volume + and volume -
I can not find this script, you can help me?
____________________________________________________________________________________________________________________________________
[EDIT] There are 5 play mode for the sample : on/off, hold, shutter, unmute
i find the script for 4 play modes but they are very long and complex compared to v7 :
sampler_select 1 & sampler_play while_pressed
sampler_select 1 & sampler_play
sampler_select 1 & sampler_play_stop
sampler_select 1 & sampler_play_stutter
but I don't find the unmute mode ! Is there a script for this ?
Other question, to map the instruments pad independently to the sampler, it's possible ?
geposted Sat 31 May 14 @ 8:40 am
In my opinion the best solution is to map then
sampler_pad 1
sampler_pad 2
This was they will always that on the action on the sample setting. Plau_stutter etc etc
sampler_pad 2
This was they will always that on the action on the sample setting. Plau_stutter etc etc
geposted Sat 31 May 14 @ 10:44 am
I would like map a launchpad, so I have 64 buttons available.
I wish I could play along with samples loop and others samples in play_stop.
For that I must map the complete function, independently of the selection in VDJ.
To finish I would like to map the instruments below.
After many test I found:
for PAD 1
sampler_bank "AUDIO FX" & sampler_select 1 & sampler_play
sampler_bank "AUDIO FX" & sampler_select 1 & sampler_play while_pressed
sampler_bank "AUDIO FX" & sampler_select 1 & sampler_play_stop
sampler_bank "AUDIO FX" & sampler_select 1 & sampler_play_stutter
sampler_bank "INSTRUMENTS" & sampler_select 1 & sampler_play
Now there remains the problem of pad numbers that do not match with the mapper and how to change the volume sampler with 2 buttons ?
I wish I could play along with samples loop and others samples in play_stop.
For that I must map the complete function, independently of the selection in VDJ.
To finish I would like to map the instruments below.
After many test I found:
for PAD 1
sampler_bank "AUDIO FX" & sampler_select 1 & sampler_play
sampler_bank "AUDIO FX" & sampler_select 1 & sampler_play while_pressed
sampler_bank "AUDIO FX" & sampler_select 1 & sampler_play_stop
sampler_bank "AUDIO FX" & sampler_select 1 & sampler_play_stutter
sampler_bank "INSTRUMENTS" & sampler_select 1 & sampler_play
Now there remains the problem of pad numbers that do not match with the mapper and how to change the volume sampler with 2 buttons ?
geposted Sat 31 May 14 @ 12:05 pm
there was actually a bug in the numbering of samples. So I reported the problem on the BUG-REPORT FORUM :
http://fr.virtualdj.com/forums/189393/VirtualDJ_8_bug-report_Forum/Problem_of_sample_number.html
remains for me to find a way to map the volume on 2 buttons + And -
I am sure I have already done it a few years ago but I do recall me how
http://fr.virtualdj.com/forums/189393/VirtualDJ_8_bug-report_Forum/Problem_of_sample_number.html
remains for me to find a way to map the volume on 2 buttons + And -
I am sure I have already done it a few years ago but I do recall me how
geposted Sat 31 May 14 @ 9:01 pm
I find how to change one sample volume, it's very simple :
sampler 1 volume +10%
or
sampler 2 volume -10%
sampler 1 volume +10%
or
sampler 2 volume -10%
geposted Mon 02 Jun 14 @ 9:49 am