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
Add include for dsp/functions.hpp
tags/v0.6.0
Andrew Belt
7 years ago
parent
11c874988c
commit
6ccfe8d38c
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/ABC.cpp
+1
-0
src/SpringReverb.cpp
+ 1
- 0
src/ABC.cpp
View File
@@ -1,4 +1,5 @@
#include "Befaco.hpp"
#include "dsp/functions.hpp"
struct ABC : Module {
+ 1
- 0
src/SpringReverb.cpp
View File
@@ -1,5 +1,6 @@
#include <string.h>
#include "Befaco.hpp"
#include "dsp/functions.hpp"
#include "dsp/samplerate.hpp"
#include "dsp/ringbuffer.hpp"
#include "dsp/filter.hpp"
Write
Preview
Loading…
Cancel
Save