From f77d30934d39fd6ec5991d5b6858cac7f5193ba2 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Sun, 9 Apr 2023 11:45:23 -0400 Subject: [PATCH] State of this branch: basically working with worklet, but... 1. createScriptProcessor is used in tuna.js anyways, so it will need updating in order to actually do away with the warnings, and avoid future bit rot. https://github.com/Theodeus/tuna/issues/88 https://stackoverflow.com/questions/68007500/how-to-migrate-to-audioworkletnode-from-scriptprocessornode I could send a PR, or perhaps switch to a different effects chain. 2. String bending doesn't work 3. Maybe there's an error that can occur where fret is undefined? Note implicit assignment at play: (@fret)-> Note there's GuitarStringProcessor::play and GuitarString::play --- cspell.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index e4308e6..1c9462c 100644 --- a/cspell.json +++ b/cspell.json @@ -60,6 +60,7 @@ "words": [ "actx", "amatronic", + "automatable", "automode", "BGDAE", "contextmenu", @@ -111,6 +112,7 @@ "unfocus", "unfocusing", "wahwah", - "wholetone" + "wholetone", + "Worklet" ] }