Navigation
Unreal Engine C++ API Reference > Plugins > MIDIDevice > UMIDIDeviceOutputController
References
Module | MIDIDevice |
Header | /Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Public/MIDIDeviceOutputController.h |
Include | #include "MIDIDeviceOutputController.h" |
Source | /Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Private/MIDIDeviceOutputController.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"MIDI Device Output Controller"&41;
void SendMIDIEvent
&40;
EMIDIEventType EventType,
int32 Channel,
int32 data1,
int32 data2
&41;
Remarks
Sends MIDI event raw data for an event type
Parameters
Name | Description |
---|---|
EventType | The event type as specified in the EMIDIEventType struct |
Channel | The MIDI channel to send |
Data1 | The first part of the MIDI data |
Data2 | The second part of the MIDI data |