summaryrefslogtreecommitdiff
path: root/synth/note.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-01-08 19:35:27 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-01-08 19:35:27 +0100
commit8320af55e716f352f2720801fcd73913f2e7d19c (patch)
treee36f1ea85d688f8314348a22e6b863af7c6eafeb /synth/note.h
parentd84da6cdfb9027a67b8ab50fe2c23374acc3b245 (diff)
Envelope::get_level() gets called rarely now
Also, changed .gitignore to ignore gmon.out
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;