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
Haven't really done any testing with this as it came out after I had done a bunch of coding that would have used it, but returning to a cascaded offline slicer and wanted to incorporate this and ran into an issue.
Basically if you rename the buffer that fluid.waveform~ is referring to it throws an error message, then clears, then starts spamming the console with error messages.
The first error it throws when trying to use a new buffer after changing the name of existing one is: jsui: fluid.waveform~.js: Javascript TypeError: layerData[i] is undefined, line 783
After a while it starts spamming this over and over (with no user interaction): jsui: fluid.waveform~.js: Javascript TypeError: layerData[i] is undefined, line 783 jsui: error calling function paint [fluid.waveform~.js]
The text was updated successfully, but these errors were encountered:
Haven't really done any testing with this as it came out after I had done a bunch of coding that would have used it, but returning to a cascaded offline slicer and wanted to incorporate this and ran into an issue.
Basically if you rename the buffer that
fluid.waveform~
is referring to it throws an error message, then clears, then starts spamming the console with error messages.Patch:
The first error it throws when trying to use a new buffer after changing the name of existing one is:
jsui: fluid.waveform~.js: Javascript TypeError: layerData[i] is undefined, line 783
After a while it starts spamming this over and over (with no user interaction):
jsui: fluid.waveform~.js: Javascript TypeError: layerData[i] is undefined, line 783 jsui: error calling function paint [fluid.waveform~.js]
The text was updated successfully, but these errors were encountered: