BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessagePitchBend Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the pitch bend value from/to Data1 and Data2 as a combined value.

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

public short PitchBend { get; set; }

Property Value

Type: Int16
Remarks

The pitch bend value ranges from 0 to 16383 (128*128 values).

This property should only be used when StatusType is PitchBend.

The Data1 byte will contain the LSB value (single steps) and the Data2 byte the MSB value (128th steps) both ranging from 0 to 128.

See Also

Reference