ixfx
    Preparing search index...

    Type Alias MidiMessage

    type MidiMessage = {
        channel: number;
        command: MidiCommands;
        note: number;
        velocity: number;
    }
    Index

    Properties

    channel: number
    command: MidiCommands
    note: number
    velocity: number