bootstrapMIDIInputDevice

Opens a handle for the specified MIDI input device and starts it

  1. bool bootstrapMIDIInputDevice(uint deviceID, MidiInProc callback, HMIDIIN handle, size_t callbackData)
    @nogc nothrow
    bool
    bootstrapMIDIInputDevice
    (,,
    out HMIDIIN handle
    ,
    size_t callbackData = 0
    )
  2. bool bootstrapMIDIInputDevice(MIDIDeviceInfo di, MidiInProc callback, HMIDIIN handle, size_t callbackData)

Return Value

Type: bool

true on success

Meta