|
|
|
@ -246,15 +246,15 @@ void setup() |
|
|
|
|
freeverb_l.damping(0.5); |
|
|
|
|
|
|
|
|
|
analogChorus_r.enable();
|
|
|
|
|
analogChorus_r.bypass(false); |
|
|
|
|
analogChorus_r.rate(0.5f); |
|
|
|
|
analogChorus_r.bypass(true); |
|
|
|
|
analogChorus_r.rate(0.2f); |
|
|
|
|
analogChorus_r.mix(0.5f); |
|
|
|
|
analogChorus_r.depth(1.0f); |
|
|
|
|
analogChorus_r.depth(0.4f); |
|
|
|
|
analogChorus_l.enable();
|
|
|
|
|
analogChorus_l.bypass(false); |
|
|
|
|
analogChorus_l.rate(0.5f); |
|
|
|
|
analogChorus_l.bypass(true); |
|
|
|
|
analogChorus_l.rate(0.2f); |
|
|
|
|
analogChorus_l.mix(0.5f); |
|
|
|
|
analogChorus_l.depth(1.0f); |
|
|
|
|
analogChorus_l.depth(0.4f); |
|
|
|
|
|
|
|
|
|
mixer_r.gain(0, 0.7); |
|
|
|
|
mixer_l.gain(0, 0.7); |
|
|
|
|