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_skel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'synth/note_skel.h') diff --git a/synth/note_skel.h b/synth/note_skel.h index 75cdc8f..d3b5a13 100644 --- a/synth/note_skel.h +++ b/synth/note_skel.h @@ -9,7 +9,7 @@ class NoteSkel { public: - NoteSkel(int n, float v,program_t &prg, jack_nframes_t pf, fixed_t pb, int prg_no); + NoteSkel(); virtual ~NoteSkel(); virtual fixed_t get_sample()=0; @@ -30,7 +30,7 @@ class NoteSkel virtual void set_param(const parameter_t &p, fixed_t v)=0; - private: + protected: virtual void do_ksl()=0; virtual void do_ksr()=0; -- cgit v1.2.3