Got a quick question...Is there a way to map the mic volume knob so that it controls the volume of my samples? I have the RMX configured in the sound set up as : Master Chan 1&2 /Headphones Chan 3&4. I can control the volume of my music, but the samples I can't. Of course I can go to the samples tab and adjust there, but it would be cool to just adjust the output of all the samples with one control. Anybody got any ideals? Thanks.
Inviato Sat 23 Apr 11 @ 12:37 pm
Sorry, this is not possible.
The MIC volume knob on the RMX is hardwired to the RMX's sound card to directly control the mic input and cannot be MIDI mapped.
The MIC volume knob on the RMX is hardwired to the RMX's sound card to directly control the mic input and cannot be MIDI mapped.
Inviato Sat 23 Apr 11 @ 1:21 pm
You map a shift button and give your volume sliders dual functions.......
Try this
Map a button with this
set '$shift' 1 while_pressed
Then map the volume sliders with this
var '$shift' ? sampler 1 volume : volume_slider
Then when you want to change the sampler volume hold down the shift button and move a slider
I'm doing this from memory so I'm not a 100% but it should, I think, lol!
Hope that helps
Huey
Try this
Map a button with this
set '$shift' 1 while_pressed
Then map the volume sliders with this
var '$shift' ? sampler 1 volume : volume_slider
Then when you want to change the sampler volume hold down the shift button and move a slider
I'm doing this from memory so I'm not a 100% but it should, I think, lol!
Hope that helps
Huey
Inviato Sat 23 Apr 11 @ 1:49 pm
thanks...gonna give that a shot soon as I get to the house!
Inviato Sat 23 Apr 11 @ 7:48 pm