Skip to content

Commit

Permalink
Merge pull request #82 from darrendahl/master
Browse files Browse the repository at this point in the history
fix issue 70 problem with wahwah
  • Loading branch information
Theodeus authored Nov 12, 2020
2 parents e43e36e + ec12ec2 commit 0f3dea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuna.js
Original file line number Diff line number Diff line change
Expand Up @@ -1975,7 +1975,7 @@
},
set: function(value) {
this._resonance = value;
this.filterPeaking.Q = this._resonance;
this.filterPeaking.Q.value = this._resonance;
}
},
init: {
Expand Down

0 comments on commit 0f3dea1

Please sign in to comment.