BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageChannelPressure Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the channel pressure (channel aftertouch) from/to the Data1 byte.

Namespace:  radio42.Multimedia.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public byte ChannelPressure { get; set; }

Property Value

Type: Byte
Remarks

The channel pressure ranges from 0 (no pressure) to 127 (full pressure).

This property should only be used when StatusType is ChannelPressure.

See Also

Reference