summaryrefslogtreecommitdiff
path: root/synth/note_skel.h
diff options
context:
space:
mode:
Diffstat (limited to 'synth/note_skel.h')
-rw-r--r--synth/note_skel.h4
1 files changed, 2 insertions, 2 deletions
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;