ledfx
    Preparing search index...

    Interface RadialEffectConfig

    Specific configuration for the 'radial' effect.

    interface RadialEffectConfig {
        edges?: number;
        frequency_range?: "Beat" | "Bass" | "Lows (beat+bass)" | "Mids" | "High";
        polygon?: boolean;
        rotation?: number;
        source_virtual?: any;
        spin?: number;
        star?: number;
        twist?: number;
        type: "radial";
        x_offset?: number;
        y_offset?: number;
    }
    Index

    Properties

    edges?: number

    Edges count of mapping

    0
    

    0

    8

    frequency_range?: "Beat" | "Bass" | "Lows (beat+bass)" | "Mids" | "High"

    Frequency range for the spin impulse

    'Lows (beat+bass)'
    
    polygon?: boolean

    Use polygonal or radial lobes

    True
    
    rotation?: number

    static rotation

    0
    

    -0.5

    0.5

    source_virtual?: any

    The virtual from which to source the 1d pixels

    'unknown'
    
    spin?: number

    Spin the radial effect to the audio impulse

    0.0
    

    -1.0

    1.0

    star?: number

    pull polygon points to star shape

    0.0
    

    -1.0

    1.0

    twist?: number

    twist that thing

    0
    

    -4

    4

    type: "radial"
    x_offset?: number

    X offset for center point

    0.5
    

    0.0

    1.0

    y_offset?: number

    Y offset for center point

    0.5
    

    0.0

    1.0