User Guide

Ruby Component
The example above will play a middle C at full velocity lasting a quarter of a second whenever you press the trigger button. We need to make
use of the optional time input to the event method here. This gives us the current time and we schedule the 'off' MIDI event to be sent at time
now + 0.25 seconds.
MIDI System Exclusive
To create a MIDI sysex message you simply provide the sysex string to the new method.
The following example shows how you do this. You can see that we've sent the sysex message out and the Sysex To String component has
deciphered it.
164 of 212