SysEx

sysex (<device name>)

Triggers when CoyoteMIDI recieves a SysEx MIDI event from an input device.

Parameters:

  1. The name of the MIDI device.

Variable map:

  • device: The name of the MIDI device.
  • data: The data sent by the device as a hex value string. The F0 start byte and the F7 end byte are not included.

Return: True or false to control whether the MIDI event should be ignored in CoyoteMIDI and not be sent to the MIDI output devices.