ledfx
    Preparing search index...

    Interface PitchspectrumEffectConfig

    Specific configuration for the 'pitchSpectrum' effect.

    interface PitchspectrumEffectConfig {
        blur?: number;
        fade_rate?: number;
        mirror?: boolean;
        responsiveness?: number;
        type: "pitchSpectrum";
    }
    Index

    Properties

    blur?: number

    Amount to blur the effect

    1.0
    

    0.0

    10

    fade_rate?: number

    Rate at which notes fade

    0.15
    

    0.0

    1.0

    mirror?: boolean

    Mirror the effect

    True
    
    responsiveness?: number

    Responsiveness to note changes

    0.15
    

    0.0

    1.0

    type: "pitchSpectrum"