BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageAftertouch Property

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

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

public byte Aftertouch { get; set; }

Property Value

Type: Byte
Remarks

The polyphonic aftertouch (or key pressure) ranges from 0 (no pressure) to 127 (full pressure).

This property should only be used when StatusType is Aftertouch.

See Also

Reference