Browse Source

Fix default note name in comment

tags/v0.6.0
Andrew Belt 7 years ago
parent
commit
3c5a89713a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/VCO.cpp

+ 1
- 1
src/VCO.cpp View File

@@ -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) {


Loading…
Cancel
Save