Navigation
API > API/Plugins > API/Plugins/MIDIDevice > API/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 SendMIDIChannelAftertouch
&40;
int32 Channel,
float Amount
&41;
Remarks
Sends MIDI Channel Aftertouch event type
Parameters
| Name | Description |
|---|---|
| Channel | The MIDI channel to send |
| Amount | The MIDI Amount of aftertouch |