BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageTimeCodeValue Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the Midi Time Code value (partial) from/to the Data1 byte.

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

public byte TimeCodeValue { get; set; }

Property Value

Type: Byte
Remarks

This property should only be used when StatusType is MidiTimeCode.

For more details about the Midi Time Code (MTC) representation see MIDIMTCType.

Setting this property will only modify the lower half of the Data1 byte.

See Also

Reference