This document is a brief overview of some commonly used midi commands available in the midievent part of Event and which arguments they offer.
To use them in a event pattern such as Pbind, you need to first initialise a midi out device.
In the examples below, it is assumed that you have initialised a midi out.
Now, to use it in a Pbind:
The most common midi commands are \noteOn and \noteOff. They are used to play notes. \noteOff is automatically transmitted after the note duration when you use the \noteOn command.
Send control change messages.
Emit after touch messages.
Send a sysex message.