diff options
Diffstat (limited to 'synth/note.h')
-rw-r--r-- | synth/note.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/synth/note.h b/synth/note.h index cc043e6..7181f6d 100644 --- a/synth/note.h +++ b/synth/note.h @@ -35,6 +35,9 @@ class Note : public NoteSkel int env_frame_counter; + double *freqfactor_factor; + Envelope **factor_env; + fixed_t *envval; fixed_t *oscval; fixed_t *old_oscval; |