summaryrefslogtreecommitdiff
path: root/synth/note.h
diff options
context:
space:
mode:
Diffstat (limited to 'synth/note.h')
-rw-r--r--synth/note.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/synth/note.h b/synth/note.h
index 7c36d69..03a7180 100644
--- a/synth/note.h
+++ b/synth/note.h
@@ -32,7 +32,10 @@ class Note : public NoteSkel
void apply_pfactor();
Envelope **envelope;
-
+
+ int env_frame_counter;
+
+ fixed_t *envval;
fixed_t *oscval;
fixed_t *old_oscval;
int n_oscillators;