This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
AudibleInstruments
mirror of
https://github.com/VCVRack/AudibleInstruments.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Add include for dsp/functions.hpp
tags/v0.6.0
Andrew Belt
7 years ago
parent
3a8cd593e0
commit
f28eff5a56
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/Elements.cpp
+1
-0
src/Rings.cpp
+ 1
- 0
src/Elements.cpp
View File
@@ -1,5 +1,6 @@
#include <string.h>
#include "AudibleInstruments.hpp"
#include "dsp/functions.hpp"
#include "dsp/samplerate.hpp"
#include "dsp/ringbuffer.hpp"
#include "elements/dsp/part.h"
+ 1
- 0
src/Rings.cpp
View File
@@ -1,5 +1,6 @@
#include <string.h>
#include "AudibleInstruments.hpp"
#include "dsp/functions.hpp"
#include "dsp/samplerate.hpp"
#include "dsp/ringbuffer.hpp"
#include "dsp/digital.hpp"
Write
Preview
Loading…
Cancel
Save