diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-01-08 19:35:27 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-01-08 19:35:27 +0100 |
commit | 8320af55e716f352f2720801fcd73913f2e7d19c (patch) | |
tree | e36f1ea85d688f8314348a22e6b863af7c6eafeb /synth/note.h | |
parent | d84da6cdfb9027a67b8ab50fe2c23374acc3b245 (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.h | 5 |
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; |