Is there a way to program multiple oninit commands?
I'm trying to set the master volume to 30% and deck 1 and deck 2 to 0% at startup.
    I'm trying to set the master volume to 30% and deck 1 and deck 2 to 0% at startup.
发表时间 Sun 18 May 14 @ 8:23 pm
          Yes, all you need is to chain actions with &
Example
master_volume 30% & deck 1 volume 0% & deck 2 volume 0%
    Example
master_volume 30% & deck 1 volume 0% & deck 2 volume 0%
发表时间 Sun 18 May 14 @ 8:25 pm
          Awesome, how can I add the sampler volume to fader 4 on my ns6?
       
    发表时间 Sun 18 May 14 @ 9:34 pm





