We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aea6dc commit 818f15dCopy full SHA for 818f15d
2 files changed
index.bs
@@ -12197,10 +12197,8 @@ class Bitcrusher extends AudioWorkletProcessor {
12197
}];
12198
}
12199
12200
- constructor (options) {
12201
- // The initial parameter value can be set by passing |options|
12202
- // to the processor's constructor.
12203
- super(options);
+ constructor () {
+ super();
12204
this._phase = 0;
12205
this._lastSampleValue = 0;
12206
0 commit comments