midi-gamepad ~master (2022-04-28T04:08:00.3461314)
Dub
Repo
bootstrapMIDIInputDevice
midigamepad
lib
midi
input
Opens a handle for the specified MIDI input device and starts it
bool
bootstrapMIDIInputDevice
(uint deviceID, MidiInProc callback, HMIDIIN handle, size_t callbackData)
@
nogc
nothrow
bool
bootstrapMIDIInputDevice
(
uint
deviceID
,
MidiInProc
callback
,
out
HMIDIIN
handle
,
size_t
callbackData
= 0
)
bool
bootstrapMIDIInputDevice
(MIDIDeviceInfo di, MidiInProc callback, HMIDIIN handle, size_t callbackData)
Return Value
Type:
bool
true on success
Meta
Source
See Implementation
midigamepad
lib
midi
input
aliases
MidiInProc
functions
bootstrapMIDIInputDevice
closeMIDIInputDevice
getAllMIDIInputDevices
getMIDIInputDeviceInfo
getMIDIInputDeviceName
getMIDIInputDevicesCount
getWinDeviceInfo
openMIDIInputDevice
parseMIMDATA
startMIDIInputDevice
Opens a handle for the specified MIDI input device and starts it