Please familiarise yourself with the forum, including policy on feature requests, rules & guidelines

Cross fade between OSC1 and OSC2 with one control

2
fryyyyfryyyy germanyPosts: 161
edited June 2018 in Deluge Help

Is it possible to setup a crossfade for OSC1 and OSC2 volumes for a single control ? Either midi knob or via CC ?
I have found the relative parameter, if i set this to -1 for OSC2, then the mod wheel may control a crossfade between OSC1 and OSC2 ?

          <midiKnob>
              <channel>0</channel>
              <ccNumber>1</ccNumber>
              <relative>0</relative>
              <controlsParam>oscAVolume</controlsParam>
          </midiKnob>
          <midiKnob>
              <channel>0</channel>
              <ccNumber>1</ccNumber>
              <relative>-1</relative>
              <controlsParam>oscBVolume</controlsParam>
          </midiKnob>
Post edited by fryyyy on

Comments

Sign In or Register to comment.