The MIDI Control Event sends simple MIDI messages. It is useful for transmitting signals to MIDI equipment such as Continuous Controller and Program Change messages. It can send note messages but only one at a time, so the MIDI Note Event is better for musical output. This Event is a bit of a relic to be honest and I should really split the functionality into several different Event types but it works for now.
Property | Description |
Output Device | The device to use to send MIDI output. Note that in order to work, the device must be enabled in Buzz's MIDI settings. |
Channel | The MIDI channel to output messages on. |
Message | The type of MIDI message to send. |
Controller | If the message type is set to "Controller" this selects the type of controller message to send. Right-click for options. |
Note | If the message type is "Note", this selects the note value to output. Set to 'Pass' to use the triggering note. |
Vel On/Off | For Note/Controller messages, these fields specify the velocity/controller value to send when processing the Event on/off triggers. Most of the techniques for peer values will work for MIDI values. One day I might document that. |