summaryrefslogtreecommitdiff
path: root/src/mdaPiano.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mdaPiano.h')
-rw-r--r--src/mdaPiano.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mdaPiano.h b/src/mdaPiano.h
index 44e15e1..e808a09 100644
--- a/src/mdaPiano.h
+++ b/src/mdaPiano.h
@@ -32,10 +32,6 @@ private:
float param[NPARAMS];
float Fs, iFs;
- #define EVENTBUFFER 120
- #define EVENTS_DONE 99999999
- uint32_t notes[EVENTBUFFER + 8]; //list of delta|note|velocity for current block
-
///global internal variables
KGRP kgrp[16];
mdaPianoVoice *voices[NVOICES];