Table of Contents

Method SendSysex

Namespace
Bonsai.Arduino
Assembly
Bonsai.Arduino.dll

SendSysex(byte, params byte[])

Sends the specified MIDI SysEx command using the specified arguments.

public void SendSysex(byte command, params byte[] args)

Parameters

command byte

A byte value indicating the SysEx command ID.

args byte[]

The optional extended payload sent to configure the SysEx command.