unreal.OnMIDIEvent

class unreal.OnMIDIEvent(*args: Any, **kwargs: Any)

Bases: MulticastDelegateBase

Callback function for received MIDI events

Parameters:
  • midi_device_controller (MIDIDeviceController)

  • timestamp (int32)

  • event_type (MIDIEventType)

  • channel (int32)

  • control_id (int32)

  • velocity (int32)

  • raw_event_type (int32)

C++ Source:

  • Plugin: MIDIDevice

  • Module: MIDIDevice

  • File: MIDIDeviceController.h