Type Alias RingmodulatorParams

RingmodulatorParams: {
    depth?: number;
    rate?: number;
    state?: boolean;
}