A-Tractor - v2.3.1
    Preparing search index...

    Interface IAbstractAnalyzerOptions

    Basic analyzer options.

    interface IAbstractAnalyzerOptions {
        color?: string;
        connectDestination?: boolean;
        fftSize?: number;
        sourceChannel?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color?: string

    Main color of widget drawing.

    connectDestination?: boolean

    Should or not to connect the analyzer to the destination output. true by default.

    fftSize?: number

    An unsigned long value and represents the window size in samples that is used when performing a Fast Fourier Transform (FFT) to get frequency domain data. Must be a power of 2 between 2^5 and 2^15, so one of: 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, and 32768.

    sourceChannel?: number

    The number of the source channel to analyze.

    • 0 - left channel (by default)
    • 1 - right channel