MidiNoteOnMessage(Byte, Byte, Byte) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new MidiNoteOnMessage object.
public:
MidiNoteOnMessage(byte channel, byte note, byte velocity);
MidiNoteOnMessage(byte const& channel, byte const& note, byte const& velocity);
public MidiNoteOnMessage(byte channel, byte note, byte velocity);
function MidiNoteOnMessage(channel, note, velocity)
Public Sub New (channel As Byte, note As Byte, velocity As Byte)
Parameters
- channel
-
Byte
byte
The channel from 0-15 that this message applies to.
- note
-
Byte
byte
The note which is specified as a value from 0-127.
- velocity
-
Byte
byte
The velocity which is specified as a value from 0-127.