Navigation
API > API/Plugins > API/Plugins/MIDIDevice > API/Plugins/MIDIDevice/UMIDIDeviceManager
References
| Module | MIDIDevice |
| Header | /Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Public/MIDIDeviceManager.h |
| Include | #include "MIDIDeviceManager.h" |
| Source | /Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Private/MIDIDeviceManager.cpp |
static void ProcessMIDIEvents()
Remarks
Called every frame to look for any new MIDI events that were received, and routes those events to subscribers. Don't call this yourself. It will be called by FMIDIDeviceModule::Tick().