diff options
Diffstat (limited to 'note_compiler/templates/head.1')
-rw-r--r-- | note_compiler/templates/head.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/note_compiler/templates/head.1 b/note_compiler/templates/head.1 index b50d694..73beec6 100644 --- a/note_compiler/templates/head.1 +++ b/note_compiler/templates/head.1 @@ -13,6 +13,7 @@ using namespace std; int filter_update_frames=0; +int envelope_update_frames=0; int samp_rate=0; fixed_t** wave=NULL; fixed_t** curr_lfo=NULL; |