summaryrefslogtreecommitdiff
path: root/klangfarb
diff options
context:
space:
mode:
Diffstat (limited to 'klangfarb')
-rw-r--r--klangfarb/main.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/klangfarb/main.gd b/klangfarb/main.gd
index 9f4ffae..c1cb6e8 100644
--- a/klangfarb/main.gd
+++ b/klangfarb/main.gd
@@ -59,6 +59,7 @@ func _process(_delta):
synth.frequency_modulation(frequency_modulation)
synth.fm_frequency(fm_multiplier * freq)
synth.fm_depth(fm_index)
+ synth.continuous(continuous)
_check_waveform()
_fill_buffer()