ledfx
    Preparing search index...

    Interface ImagespinEffectConfig

    Specific configuration for the 'imagespin' effect.

    interface ImagespinEffectConfig {
        bilinear?: boolean;
        clip?: boolean;
        frequency_range?: "Beat" | "Bass" | "Lows (beat+bass)" | "Mids" | "High";
        image_source?: string;
        min_size?: number;
        multiplier?: number;
        pattern?: boolean;
        spin?: boolean;
        type: "imagespin";
    }
    Index

    Properties

    bilinear?: boolean

    default NEAREST, use BILINEAR for smoother scaling, expensive on runtime takes a few ms

    False
    
    clip?: boolean

    When spinning the image, force fit to frame, or allow clipping

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

    Frequency range for the beat detection

    'Lows (beat+bass)'
    
    image_source?: string

    Load image from

    ''
    
    min_size?: number

    The minimum size multiplier for the image

    0.3
    

    0.0

    1.0

    multiplier?: number

    Applied to the audio input to amplify effect

    0.5
    

    0.0

    1.0

    pattern?: boolean

    use a test pattern

    False
    
    spin?: boolean

    spin image according to filter impulse

    False
    
    type: "imagespin"