From 918f4c99f37b9ca2ae2bbd6c906b7e0f994af014 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sat, 8 Jan 2011 19:35:27 +0100 Subject: Envelope::get_level() gets called rarely now Also, changed .gitignore to ignore gmon.out --- synth/note.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'synth/note.h') 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; -- cgit v1.2.3