The MIDI Note Event is used to send a sequence of notes to a MIDI output. The note input/output tracking and management code hurt my head just as much as the Peer stuff did, so you'd better appreciate it.
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. |
Note Sequence | Specifies the notes to send. The sequence is defined as a comma separated list of tokens which can define single notes, chords, arpeggios and rests. For full details see the Note Sequence reference |
Repeat | If checked, the note sequence will begin again when the last note has been sent. If not, the Event will stop sending notes when the sequence finish. |
Transpose | Transposes the note output by the specified number of semitones. |
Cut Mode | Magic tracks which output notes were triggered by which input notes. This setting specifies whether new output notes should only cut notes generated by the same input note or cut notes generated by any input note. Note that Events will not currently cut notes generated by another Event (but it's on the to-do list). |