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 (BlueprintCallable, Category="MIDI Device Output Controller")
void SendMIDINoteOn
(
int32 Channel,
int32 Note,
int32 Velocity
)
Remarks
Sends MIDI Note On event type
Parameters
Name | Description |
---|---|
Channel | The MIDI channel to send |
Note | The MIDI Note value |
Velocity | The MIDI Velocity value |