diff --git a/TODO b/TODO index 5c093ab..3f52e3f 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ +* https * mod wheel * recursive object merge in tibia diff --git a/templates/web/src/processor.js b/templates/web/src/processor.js index bea503d..4cc1c81 100644 --- a/templates/web/src/processor.js +++ b/templates/web/src/processor.js @@ -138,7 +138,7 @@ class Processor extends AudioWorkletProcessor { } } - return false; + return true; // because Chrome sucks: https://bugs.chromium.org/p/chromium/issues/detail?id=921354 } static get parameterDescriptors() {