OK ready
This commit is contained in:
@ -62,6 +62,9 @@ export class FoldCrushEffect implements Effect {
|
||||
if (values.bitcrushRate !== undefined) {
|
||||
this.processorNode.port.postMessage({ type: 'crushAmount', value: values.bitcrushRate })
|
||||
}
|
||||
if (values.glitchAmount !== undefined) {
|
||||
this.processorNode.port.postMessage({ type: 'glitchAmount', value: values.glitchAmount })
|
||||
}
|
||||
}
|
||||
|
||||
dispose(): void {
|
||||
|
||||
Reference in New Issue
Block a user