unreal.OnMIDINoteOff

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

Bases: MulticastDelegateBase

Callback function for received MIDI Note Off event

Parameters:
  • midi_device_controller (MIDIDeviceInputController) –

  • timestamp (int32) –

  • channel (int32) –

  • note (int32) –

  • velocity (int32) –

C++ Source:

  • Plugin: MIDIDevice

  • Module: MIDIDevice

  • File: MIDIDeviceInputController.h