This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Befaco
mirror of
https://github.com/VCVRack/Befaco.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Include correct dsp/ header
tags/v0.4.0
Andrew Belt
7 years ago
parent
346633c2cf
commit
68fbb93db0
2 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/EvenVCO.cpp
+3
-1
src/SpringReverb.cpp
+ 2
- 1
src/EvenVCO.cpp
View File
@@ -1,5 +1,6 @@
#include "Befaco.hpp"
#include "dsp.hpp"
#include "dsp/minblep.hpp"
#include "dsp/filter.hpp"
struct EvenVCO : Module {
+ 3
- 1
src/SpringReverb.cpp
View File
@@ -1,6 +1,8 @@
#include <string.h>
#include "Befaco.hpp"
#include "dsp.hpp"
#include "dsp/samplerate.hpp"
#include "dsp/ringbuffer.hpp"
#include "dsp/filter.hpp"
#include "pffft.h"
Write
Preview
Loading…
Cancel
Save