Creates a note object with the specified values.
The key for this note message, defaults to 0.
The velocity for this note message, defaults to 127.
The channel for this channel pressure message, defaults to 1.
The channel for this MIDI message.
The identifier of this object.
The key for this note
Returns true if this Note is a "note on" message.
The velocity for this note
Returns a new Note which has the same key and velocity as this one, but with a different channel.
Returns a new Note which has the same velocity and channel as this one, but with a different key.
Returns a new Note which has the same key and channel as this one, but with a different velocity.
Generated using TypeDoc
Represents a Note.