how can i save the voles i set the dj samples. everytime i setup i have to set the sample volume for each sample in each sample list. This is becoming to redundant.
Posted Mon 15 Sep 14 @ 7:17 am
You could bring the gain down for each sample so a 100% slider is the desired volume, but I've found this to be less than perfect. (and tiresome to set up)
Or (ready to learn some script? :-) )
You can set the sampler sliders OnInt, add something like this to your Onint mapping, then it's all done automatically.
& sampler_volume 1 70% & sampler_volume 2 70% & sampler_volume "yourSampleName" 72%
This is sample pad 1, ---------- Sample pad 2-------------------This one uses the sample name instead of a pad number.
Or (ready to learn some script? :-) )
You can set the sampler sliders OnInt, add something like this to your Onint mapping, then it's all done automatically.
& sampler_volume 1 70% & sampler_volume 2 70% & sampler_volume "yourSampleName" 72%
This is sample pad 1, ---------- Sample pad 2-------------------This one uses the sample name instead of a pad number.
Posted Mon 15 Sep 14 @ 7:27 am
I like that, also can we map my video wet dry 0n my m70 to control volume and the slider in the middle of my VCI400
Posted Mon 15 Sep 14 @ 9:00 am
Master sample volume?
This is the script you want to attach to your hardware dial/fader
sampler_volume_master
This is the script you want to attach to your hardware dial/fader
sampler_volume_master
Posted Mon 15 Sep 14 @ 9:47 am
no. individual.
Posted Mon 15 Sep 14 @ 1:07 pm
Right erm, err you want to control every pad all on the same dial, at the same time? I don't get it, what's wrong with master? or do you mean something else?
Posted Mon 15 Sep 14 @ 2:11 pm