Skip to content

Commit 818f15d

Browse files
committed
deploy: 89b51b1
1 parent 5aea6dc commit 818f15d

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

index.bs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12197,10 +12197,8 @@ class Bitcrusher extends AudioWorkletProcessor {
1219712197
}];
1219812198
}
1219912199

12200-
constructor (options) {
12201-
// The initial parameter value can be set by passing |options|
12202-
// to the processor's constructor.
12203-
super(options);
12200+
constructor () {
12201+
super();
1220412202
this._phase = 0;
1220512203
this._lastSampleValue = 0;
1220612204
}

0 commit comments

Comments
 (0)