ledfx
    Preparing search index...

    Interface Waterfall2dEffectConfig

    Specific configuration for the 'waterfall2d' effect.

    interface Waterfall2dEffectConfig {
        bands?: number;
        center?: boolean;
        drop_secs?: number;
        fade_out?: number;
        max_vs_mean?: boolean;
        type: "waterfall2d";
    }
    Index

    Properties

    bands?: number

    Number of frequency bands

    16
    

    1

    64

    center?: boolean

    Center the waterfall

    False
    
    drop_secs?: number

    Seconds for the waterfall to drop from the top to bottom of the matrix

    3.0
    

    0.1

    10.0

    fade_out?: number

    Fade out the waterfall effect

    0.0
    

    0.0

    1.0

    max_vs_mean?: boolean

    Use max or mean value for bar size

    False
    
    type: "waterfall2d"