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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/synth/note_skel.h b/synth/note_skel.h
index 1afbe3a..4729aed 100644
--- a/synth/note_skel.h
+++ b/synth/note_skel.h
@@ -31,6 +31,8 @@ class NoteSkel
virtual void set_param(const parameter_t &p, fixed_t v)=0;
+ virtual void recalc_actual_freq()=0;
+
virtual void destroy()=0;
protected: