Skip to content

Commit

Permalink
State of this branch: basically working with worklet, but...
Browse files Browse the repository at this point in the history
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.
   Theodeus/tuna#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
  • Loading branch information
1j01 committed Apr 9, 2023
1 parent dcbbbc8 commit f77d309
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"words": [
"actx",
"amatronic",
"automatable",
"automode",
"BGDAE",
"contextmenu",
Expand Down Expand Up @@ -111,6 +112,7 @@
"unfocus",
"unfocusing",
"wahwah",
"wholetone"
"wholetone",
"Worklet"
]
}

0 comments on commit f77d309

Please sign in to comment.