test
Ruby
code posted
by
viy
created at 07 Mar 21:02, updated at 05 Apr 10:31
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 |
domConfig() supported = @dsh.SetConfig(conf['ch'], conf['fx'], conf['geq'], conf['pan'], conf['aux'], conf['stage2'], conf['dx2'], conf['input1'], conf['input2'], conf['dx2_mir_dx1'], "supported")['supported'] @dsh.WaitForRackState("Ready") @dsh.WaitForModule("Stage 1") if (supported == 1) check_audio(conf, num_inputs, in_strip_start, in_fader_gain) in_fader_gain = in_fader_gain == 0 ? -999 : 0 num_inputs.times do |ctr| @dsh.SetStripControl("channel", in_strip_start + ctr, "CMonoBus", 0) @dsh.SetStripControl("chann |
634 Bytes in 2 ms with coderay