HuMIDI - v1.0.0
    Preparing search index...

    Type Alias NoteOffEvent

    Event data for MIDI note off messages

    type NoteOffEvent = {
        note: number;
    }
    Index

    Properties

    Properties

    note: number

    MIDI note number (0-127)