From b6ec69fdca0d3c5cdf54e23fad54e97365eb556b Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Fri, 19 Jan 2024 17:53:30 +0100 Subject: [PATCH] important comment --- TODO | 1 + templates/web/src/processor.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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() {