|
|
@ -239,8 +239,10 @@ void setup() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// chorus modulation fixed
|
|
|
|
// chorus modulation fixed
|
|
|
|
|
|
|
|
memset(r_delayline,0,sizeof(short)*CHORUS_DELAY_LENGTH); |
|
|
|
|
|
|
|
memset(l_delayline,0,sizeof(short)*CHORUS_DELAY_LENGTH); |
|
|
|
mod_sine1.amplitude(1.0); |
|
|
|
mod_sine1.amplitude(1.0); |
|
|
|
mod_sine1.frequency(5.0); |
|
|
|
mod_sine1.frequency(2.0); |
|
|
|
mod_sine1.phase(0); |
|
|
|
mod_sine1.phase(0); |
|
|
|
// chorus level fixed
|
|
|
|
// chorus level fixed
|
|
|
|
mixer_r.gain(2, 1.0); |
|
|
|
mixer_r.gain(2, 1.0); |
|
|
|