XSound - v4.3.10
    Preparing search index...

    Type Alias TremoloParams

    type TremoloParams = {
        depth?: number | [number, number];
        rate?: number | [number, number];
        state?: boolean;
        type?: TremoloType;
        waveType?: OscillatorType | [OscillatorType, OscillatorType];
    }
    Index
    depth?: number | [number, number]
    rate?: number | [number, number]
    state?: boolean
    waveType?: OscillatorType | [OscillatorType, OscillatorType]