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 SendMIDIControlChange
&40;
int32 Channel,
int32 Type,
int32 Value
&41;
Remarks
Sends MIDI Control Change event type
Parameters
Name | Description |
---|---|
Channel | The MIDI channel to send |
Type | The MIDI control type change |
Value | The MIDI Value for the control change |