MIDI Action: Note On
The Note On action is a MIDI-based output. It transmits a MIDI Note On message to the specified MIDI device when activated.
A MIDI Note On message indicates that a particular note should be played, or turned on.
Sending a Note On message with 0 velocity is equivalent to a Note Off message.
Action Inputs
Channel
The MIDI channel that the Note On message will be sent down.
Type | Whole Number (Integer) |
---|---|
Required | Yes |
Min - Max Value | 0 - 15 |
Allows Variables | Yes |
Allows Template Text | No |
The MIDI channel values in Aitum are 0-15. Most MIDI software and hardware define MIDI channel values as 1-16. This is true for the channel values of both Notes and Control Changes.
This means that setting a channel to 0 in Aitum is equal to 1 in most other devices and software’s. The Aitum team intends to change the values internally to be 1-16 in a future update. (Update timeline TBD)
Note
The MIDI note that the Note On message will target.
Type | Whole Number (Integer) |
---|---|
Required | Yes |
Min - Max Value | 0 - 127 |
Allows Variables | Yes |
Allows Template Text | No |
Velocity
The velocity or ‘power’ that the Note On message will be sent at.
Type | Whole Number (Integer) |
---|---|
Required | Yes |
Min - Max Value | 0 - 127 |
Allows Variables | Yes |
Allows Template Text | No |
Sending a Note On message with 0 velocity is equivalent to a Note Off message.