HuMIDI - v1.0.0
    Preparing search index...

    Type Alias MIDIInputInfo

    Information about a MIDI input device

    type MIDIInputInfo = {
        id: string;
        name: string;
        manufacturer: string;
        state: "connected" | "disconnected";
    }
    Index

    Properties

    id: string

    Unique identifier for the device

    name: string

    Human-readable name of the device

    manufacturer: string

    Device manufacturer name

    state: "connected" | "disconnected"

    Current connection state