ledfx
    Preparing search index...

    Interface ScrollPlusEffectConfig

    Specific configuration for the 'scroll_plus' effect.

    interface ScrollPlusEffectConfig {
        blur?: number;
        color_high?: string;
        color_lows?: string;
        color_mids?: string;
        decay_per_sec?: number;
        mirror?: boolean;
        scroll_per_sec?: number;
        threshold?: number;
        type: "scroll_plus";
    }
    Index

    Properties

    blur?: number

    Amount to blur the effect

    3.0
    

    0.0

    10

    color_high?: string

    Color of high sounds

    '#0000FF'
    
    color_lows?: string

    Color of low, bassy sounds

    '#FF0000'
    
    color_mids?: string

    Color of midrange sounds

    '#00FF00'
    
    decay_per_sec?: number

    Decay rate of the scroll per second, kind of

    0.5
    

    0.0

    2.0

    mirror?: boolean

    Mirror the effect

    True
    
    scroll_per_sec?: number

    Device width to scroll per second

    0.7
    

    0.01

    2

    threshold?: number

    Cutoff for quiet sounds. Higher -> only loud sounds are detected

    0.0
    

    0

    1

    type: "scroll_plus"