unreal.OnMIDIControlChange

class unreal.OnMIDIControlChange(*args, **kwargs)

Bases: unreal.MulticastDelegateBase

Callback function for received MIDI Control Change event

Parameters
  • midi_device_controller (MIDIDeviceInputController) –

  • timestamp (int32) –

  • channel (int32) –

  • type (int32) –

  • value (int32) –

C++ Source:

  • Plugin: MIDIDevice

  • Module: MIDIDevice

  • File: MIDIDeviceInputController.h