MidiNoteOnMessage(Byte, Byte, Byte) Constructor

Definition

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.

Applies to