Remove unused var
This commit is contained in:
parent
4de0c11f8c
commit
bad498a1e5
1 changed files with 0 additions and 1 deletions
|
|
@ -1065,7 +1065,6 @@ class WavetableOscillatorProcessor extends AudioWorkletProcessor {
|
|||
this.frameLen = 0;
|
||||
this.numFrames = 0;
|
||||
this.phase = [];
|
||||
this.syncRatio = 1;
|
||||
|
||||
this.port.onmessage = (e) => {
|
||||
const { type, payload } = e.data || {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue