HuMIDI - v1.0.0
    Preparing search index...

    Type Alias InputEvent

    Event data for MIDI input device connection/disconnection

    type InputEvent = {
        input: MIDIInput;
    }
    Index

    Properties

    Properties

    input: MIDIInput

    The MIDI input device that was connected or disconnected