slightly better
This commit is contained in:
@ -4,6 +4,7 @@ export interface Effect {
|
||||
getOutputNode(): AudioNode
|
||||
updateParams(values: Record<string, number | string>): void
|
||||
setBypass(bypass: boolean): void
|
||||
getModulatableParams?(): Map<string, AudioParam>
|
||||
dispose(): void
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user