From c1a2c43aa8d4c5bcfa345fd3b92215c18c938683 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Thu, 30 Dec 2010 17:25:57 +0100 Subject: Note inherits from NoteSkel -- works --- synth/note.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'synth/note.h') diff --git a/synth/note.h b/synth/note.h index 9e3bc52..0e76505 100644 --- a/synth/note.h +++ b/synth/note.h @@ -30,10 +30,7 @@ class Note : public NoteSkel void apply_pfactor(); Envelope **envelope; - fixed_t freq, dest_freq, old_freq; - fixed_t vel; - jack_nframes_t portamento_t, portamento_frames; - + fixed_t *oscval; fixed_t *old_oscval; int n_oscillators; @@ -44,12 +41,6 @@ class Note : public NoteSkel pfactor_value_t pfactor; - int note; - int program; - program_t *curr_prg; - - fixed_t pitchbend; - LowPassFilter filter; Envelope *filter_envelope; filter_params_t filter_params; -- cgit v1.2.3