diff options
Diffstat (limited to 'src/synth_engine.h')
-rw-r--r-- | src/synth_engine.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/synth_engine.h b/src/synth_engine.h index 0c8145f..e2e91fd 100644 --- a/src/synth_engine.h +++ b/src/synth_engine.h @@ -32,14 +32,6 @@ typedef struct lfo_t { unsigned long long elapsed; } lfo_t; -typedef struct note_t { - float freq; - PaTime noteOn; - PaTime noteOff; - int key; - unsigned long long elapsed; -} note_t; - typedef struct midi_note_t { float freq; int channel; @@ -74,7 +66,6 @@ typedef struct { midi_note_t midi_note[MIDI_NOTES]; - note_t n; adsr_t adsr; lfo_t lfo; |