This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Fundamental
mirror of
https://github.com/VCVRack/Fundamental.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
28
Wiki
Activity
Browse Source
Fix default note name in comment
tags/v0.6.0
Andrew Belt
7 years ago
parent
0781ce4ce5
commit
3c5a89713a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/VCO.cpp
+ 1
- 1
src/VCO.cpp
View File
@@ -47,7 +47,7 @@ struct VoltageControlledOscillator {
pitch = roundf(pitch);
}
pitch += pitchCv;
// Note C
3
// Note C
4
freq = 261.626 * powf(2.0, pitch / 12.0);
}
void setPulseWidth(float pulseWidth) {
Write
Preview
Loading…
Cancel
Save