Type Alias TremoloParams

TremoloParams: {
    depth?: number;
    rate?: number;
    state?: boolean;
    type?: OscillatorType;
}