UMIDIDeviceOutputController::SendMIDIControlChange

Sends MIDI Control Change 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 SendMIDIControlChange
(
    int32 Channel,
    int32 Type,
    int32 Value
)

Remarks

Sends MIDI Control Change event type

Parameters

Parameter

Description

Channel

The MIDI channel to send

Type

The MIDI control type change

Value

The MIDI Value for the control change

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