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
25
Wiki
Activity
Browse Source
Add comment to VCF HP formula
tags/v1.0.1
Andrew Belt
6 years ago
parent
5d65981ea7
commit
9851bb07bc
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/VCF.cpp
+ 1
- 0
src/VCF.cpp
View File
@@ -46,6 +46,7 @@ struct LadderFilter {
});
lowpass = state[3];
// TODO This is incorrect when `resonance > 0`. Is the math wrong?
highpass = clip((input - resonance*state[3]) - 4 * state[0] + 6*state[1] - 4*state[2] + state[3]);
}
};
Write
Preview
Loading…
Cancel
Save