ledfx
    Preparing search index...

    Interface BleepEffectConfig

    Specific configuration for the 'bleep' effect.

    interface BleepEffectConfig {
        draw?: "Points" | "Lines" | "Fill";
        frequency_range?: "Beat" | "Bass" | "Lows (beat+bass)" | "Mids" | "High";
        grad_power?: boolean;
        mirror_effect?: boolean;
        points?: number;
        scroll_time?: number;
        size?: number;
        type: "bleep";
    }
    Index

    Properties

    draw?: "Points" | "Lines" | "Fill"

    How to plot the data

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

    Frequency range for the beat detection

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

    Use gradient in power dimension instead of time

    False
    
    mirror_effect?: boolean

    mirror effect

    False
    
    points?: number

    How many historical points to capture

    64
    

    2

    64

    scroll_time?: number

    Time to scroll the bleep

    1.0
    

    0.1

    5.0

    size?: number

    Line width only

    1
    

    1

    8

    type: "bleep"