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 (BlueprintCallable, Category="MIDI Device Output Controller")
void SendMIDIPitchBend
(
int32 Channel,
int32 Pitch
)
Remarks
Sends MIDI Pitch Bend event type
Parameters
| Name | Description |
|---|---|
| Channel | The MIDI channel to send |
| Pitch | The MIDI Pitch Bend value (0-16383) |