aboutsummaryrefslogtreecommitdiff
path: root/stkdrone~/drone.h
diff options
context:
space:
mode:
Diffstat (limited to 'stkdrone~/drone.h')
-rw-r--r--stkdrone~/drone.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stkdrone~/drone.h b/stkdrone~/drone.h
index c5f7a0d..9cfe448 100644
--- a/stkdrone~/drone.h
+++ b/stkdrone~/drone.h
@@ -11,7 +11,7 @@
#define __drone_h
#include "Instrmnt.h"
-#include "DLineA.h"
+#include "DelayA.h"
#include "OneZero.h"
#include "ADSR.h"
#include "Noise.h"
@@ -19,7 +19,7 @@
class drone : public Instrmnt
{
protected:
- DLineA *delayLine;
+ DelayA *delayLine;
ADSR *envelope;
Noise *noise;
OneZero *loopFilt;