Class Midi.NoteOff
implements
Midi.Message
A single MIDI note off message.
Constructors
NoteOff
(
integer
pitch,
integer
velocity
,
integer
channel
)
Properties
channel
pitch
velocity
Constructor Documentation
NoteOff
(
integer
pitch,
integer
velocity
,
integer
channel
)
Parameters
pitch (
integer
) MIDI note number
velocity (
integer
) optional
MIDI velocity
channel (
integer
) optional
Property Documentation
integer
channel
integer
pitch
integer
velocity
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
.