UMIDIDeviceOutputController::SendMIDINoteAftertouch

Sends MIDI Aftertouch event type

Windows
MacOS
Linux

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="MIDI Device Output Controller")
void SendMIDINoteAftertouch
(
    int32 Channel,
    int32 Note,
    float Amount
)

Remarks

Sends MIDI

Aftertouch event type

Parameters

Parameter

Description

Channel

The MIDI channel to send

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss