diff --git a/src/VCO.cpp b/src/VCO.cpp index ec744fd..c6b65d7 100644 --- a/src/VCO.cpp +++ b/src/VCO.cpp @@ -47,7 +47,7 @@ struct VoltageControlledOscillator { pitch = roundf(pitch); } pitch += pitchCv; - // Note C3 + // Note C4 freq = 261.626 * powf(2.0, pitch / 12.0); } void setPulseWidth(float pulseWidth) {