summaryrefslogtreecommitdiff
path: root/klangfarb
diff options
context:
space:
mode:
authorGrant Shangreaux <grant@unabridgedsoftware.com>2021-11-11 10:20:59 -0600
committerGrant Shangreaux <grant@unabridgedsoftware.com>2021-11-11 10:20:59 -0600
commita17829f5412ee0757574b34e34ce78b2975df1fe (patch)
treefb7e09aa7ee101bf48c824634f1e79428c0529ed /klangfarb
parent2b22b39b08c499798efcb874db6e6268eef43a52 (diff)
Add: poorly implemented but working amplitude envelope
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()