Share via


MidiNoteOffMessage(Byte, Byte, Byte) Constructor

Definition

Creates a new MidiNoteOffMessage object.

public:
 MidiNoteOffMessage(byte channel, byte note, byte velocity);
 MidiNoteOffMessage(byte const& channel, byte const& note, byte const& velocity);
public MidiNoteOffMessage(byte channel, byte note, byte velocity);
function MidiNoteOffMessage(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