ledfx
    Preparing search index...

    Interface VirtualConfig

    Configuration for Virtual Strips/Segments

    interface VirtualConfig {
        center_offset?: number;
        frequency_max?: number;
        frequency_min?: number;
        grouping: number;
        icon_name?: string;
        mapping: "span" | "copy";
        max_brightness?: number;
        name: string;
        preview_only?: boolean;
        rotate?: number;
        rows?: number;
        transition_mode?:
            | "Add"
            | "Dissolve"
            | "Push"
            | "Slide"
            | "Iris"
            | "Through White"
            | "Through Black"
            | "None";
        transition_time?: number;
    }
    Index

    Properties

    center_offset?: number

    Number of pixels from the perceived center of the device

    0
    
    frequency_max?: number

    Highest frequency for this virtual's audio reactive effects

    15000
    

    20

    15000

    frequency_min?: number

    Lowest frequency for this virtual's audio reactive effects

    20
    

    20

    15000

    grouping: number

    Number of physical pixels to combine into larger virtual pixel groups

    0

    icon_name?: string

    Icon for the device*

    'mdi:led-strip-variant'
    
    mapping: "span" | "copy"

    Span: Effect spans all segments. Copy: Effect copied on each segment

    max_brightness?: number

    Max brightness for the device

    1.0
    

    0

    1

    name: string

    Friendly name for the device

    preview_only?: boolean

    Preview the pixels without updating the devices

    False
    
    rotate?: number

    90 Degree rotations

    0
    

    0

    3

    rows?: number

    Amount of rows. > 1 if this virtual is a matrix

    1
    
    transition_mode?:
        | "Add"
        | "Dissolve"
        | "Push"
        | "Slide"
        | "Iris"
        | "Through White"
        | "Through Black"
        | "None"

    Type of transition between effects

    'Add'
    
    transition_time?: number

    Length of transition between effects

    0.4
    

    0

    5