Interface MIDIOptions

    interface MIDIOptions {
        software?: boolean;
        sysex?: boolean;
    }

    Properties

    Properties

    software?: boolean
    sysex?: boolean