Greetings. I want all the volume levels in all the sample groups to come up at 75%. I've tried this command in my ONINIT string.
Sampler_Master_Volume = 75% or Sampler_Master_Volume AUDIOFX = 75% It doesn't work as the volume slide indicators are still at 100%.
Is my syntax correct? I would think this command would do what I want it to. Or do I need a different command to control the Sampler's volume controls?
Sampler_Master_Volume = 75% or Sampler_Master_Volume AUDIOFX = 75% It doesn't work as the volume slide indicators are still at 100%.
Is my syntax correct? I would think this command would do what I want it to. Or do I need a different command to control the Sampler's volume controls?
Inviato Mon 21 Mar 16 @ 8:18 am
sampler_volume_master 75%
is what you would use to control the overall sampler volume. This won't affect the volume sliders of the individual samples though, as it's controlling the master volume.
Inviato Mon 21 Mar 16 @ 8:45 am