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-09 13:14:48 +0100
commit918f4c99f37b9ca2ae2bbd6c906b7e0f994af014 (patch)
treeb7ff7f1dd45bb9328c8bae128c6511b16327d3c5 /synth/note.h
parent5ae35443bfaa8e321365d549a812d853e0734b89 (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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/synth/note.h b/synth/note.h
index 5035bd2..26ce379 100644
--- a/synth/note.h
+++ b/synth/note.h
@@ -37,10 +37,14 @@ class Note
void apply_pfactor();
Envelope **envelope;
+
fixed_t freq, dest_freq, old_freq;
fixed_t vel;
jack_nframes_t portamento_t, portamento_frames;
+ int env_frame_counter;
+
+ fixed_t *envval;
fixed_t *oscval;
fixed_t *old_oscval;
int n_oscillators;