summaryrefslogtreecommitdiff
path: root/synth/note_skel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'synth/note_skel.cpp')
-rw-r--r--synth/note_skel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/synth/note_skel.cpp b/synth/note_skel.cpp
index 988f994..f3dd71f 100644
--- a/synth/note_skel.cpp
+++ b/synth/note_skel.cpp
@@ -18,6 +18,8 @@ NoteSkel::~NoteSkel()
void NoteSkel::set_pitchbend(fixed_t pb)
{
pitchbend=pb;
+
+ recalc_actual_freq();
}
void NoteSkel::set_freq(float f)