Share via


MidiChannelPressureMessage(Byte, Byte) Constructor

Definition

Creates a new MidiChannelPressureMessage object.

public:
 MidiChannelPressureMessage(byte channel, byte pressure);
 MidiChannelPressureMessage(byte const& channel, byte const& pressure);
public MidiChannelPressureMessage(byte channel, byte pressure);
function MidiChannelPressureMessage(channel, pressure)
Public Sub New (channel As Byte, pressure As Byte)

Parameters

channel
Byte

byte

The channel from 0-15 that this message applies to.

pressure
Byte

byte

The pressure from 0-127.

Applies to