From ec12ec219601751626f48707192509f0f012c631 Mon Sep 17 00:00:00 2001 From: darrendahl Date: Thu, 12 Nov 2020 11:12:49 -0300 Subject: [PATCH] fix issue 70 problem with wahwah --- tuna.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuna.js b/tuna.js index ee89a0d..1053499 100644 --- a/tuna.js +++ b/tuna.js @@ -1975,7 +1975,7 @@ }, set: function(value) { this._resonance = value; - this.filterPeaking.Q = this._resonance; + this.filterPeaking.Q.value = this._resonance; } }, init: {