UMIDIDeviceOutputController::SendMIDINoteOff

Sends MIDI Note Off event type

Windows
MacOS
Linux

References

Module

MIDIDevice

Header

/Engine/Plugins/Runtime/MIDIDevice/Source/MIDIDevice/Public/MIDIDeviceOutputController.h

Include

#include "MIDIDeviceOutputController.h"

Syntax

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

Remarks

Sends MIDI Note Off event type

Parameters

Parameter

Description

Channel

The MIDI channel to send

Note

The MIDI Note value

Velocity

The MIDI Velocity value

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