I have a New M-Audio Xsession Pro and I want to use it as a sampler/effects controller. My main goal is to be able to control the Volume of all the samplers with any one of the sliders for volume/pitch and I want to control the loop control of the samplers with the crossfader.
Basically with the looping, I want the sampler loop size to get smaller and smaller as I go to the left, and If I go to the Right, I want them to get bigger and bigger, If anyone can help me it would be so helpfull. I have a small school gig on friday and I want to use this along with my mixtrack pro.
Here's a Pictue of the Xsession
http://www.m-audio.com/images/global/media_hqpics/xsessionpro_top.jpg
Thanks So much guys.
*Edit
I figured out the volume fader, now I just can't figure out the crossfader.
Basically with the looping, I want the sampler loop size to get smaller and smaller as I go to the left, and If I go to the Right, I want them to get bigger and bigger, If anyone can help me it would be so helpfull. I have a small school gig on friday and I want to use this along with my mixtrack pro.
Here's a Pictue of the Xsession
http://www.m-audio.com/images/global/media_hqpics/xsessionpro_top.jpg
Thanks So much guys.
*Edit
I figured out the volume fader, now I just can't figure out the crossfader.
Mensajes Tue 25 Oct 11 @ 9:09 pm
you need to tell vdj what the different sections of the slider do by using "param_smaller 25% ? action if true"
param_smaller 100% ? sampler_loop 200% : param_smaller 50% ? sampler_loop 100% : param_smaller 25% ? sampler_loop 50% : param_smaller 12.5% ? sampler_loop 25% : param_smaller 6.25% ? sampler_loop 12.5% : param_smaller 3.175% ? sampler_loop 6.25%
param_smaller 100% ? sampler_loop 200% : param_smaller 50% ? sampler_loop 100% : param_smaller 25% ? sampler_loop 50% : param_smaller 12.5% ? sampler_loop 25% : param_smaller 6.25% ? sampler_loop 12.5% : param_smaller 3.175% ? sampler_loop 6.25%
Mensajes Tue 25 Oct 11 @ 10:07 pm
AM I supposed to copy that in directly or is there something I add in there? (sorry, very noob at this) Because I copied it directly and it did nothing. It says the following If I copy it in directly:
Check if the value of the calling slide/encoder/button is smaller than something: 'param_smaller 0 ? sampler loop 200%: sampler loop 50%
Check if the value of the calling slide/encoder/button is smaller than something: 'param_smaller 0 ? sampler loop 200%: sampler loop 50%
Mensajes Tue 25 Oct 11 @ 10:43 pm