pub fn note_on(channel: u8, key_number: u8, velocity: u8) -> RawShortMessage
Expand description

Creates a Note On message.

Panics

Panics if one of the given values is out of range.