midiNoteOn

Puts a note on at the beginning of the passed slice, advancing it by the amount of the message size. Returns the message slice.

See: http://www.midi.org/techspecs/midimessages.php

ubyte[]
midiNoteOn
(
ref ubyte[] where
,
ubyte channel
,
byte note
,)
Suggestion Box / Bug Report