unreal.OnMIDIEvent

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

Bases: unreal.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