You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Tuna.js relies on ScriptProcessorNode, however, someone has created a fork that uses audio worklets, so it may be worth picking up this work again.
The text was updated successfully, but these errors were encountered:
I have a branch where I started switching to AudioWorkletNode: https://github.com/1j01/guitar/tree/worklet (latest commit: f77d309)
State of this branch: basically working with worklet, but...
createScriptProcessor
is used in tuna.js anyways, so it will needupdating in order to actually do away with the warnings,
and avoid future bit rot.
ScriptProcessorNode deprecation warnings Theodeus/tuna#88
Note implicit assignment at play: (@fret)->
Note there's GuitarStringProcessor::play and GuitarString::play
Tuna.js relies on ScriptProcessorNode, however, someone has created a fork that uses audio worklets, so it may be worth picking up this work again.
The text was updated successfully, but these errors were encountered: