UMIDIDeviceOutputController::SendMIDIEvent

Sends MIDI event raw data for an 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 SendMIDIEvent
(
    EMIDIEventType EventType,
    int32 Channel,
    int32 data1,
    int32 data2
)

Remarks

Sends MIDI event raw data for an event type

Parameters

Parameter

Description

EventType

The event type as specified in the EMIDIEventType struct

Channel

The MIDI channel to send

Data1

The first part of the MIDI data

Data2

The second part of the MIDI data

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