BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageID Property

BASS.NET API for the Un4seen BASS Audio Library
Gets a unique overall short message ID.

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

public long ID { get; }

Property Value

Type: Int64
Remarks

The message ID is an internal counter which might be used to track the message order.

It will be incremented with every short-message created in the system. So it might not be linear when using multiple devices in parallel, but it will for sure be incremental for each device, meaning each message ID generated on a device will be greater as the the previous message.

But note, that the counter will be wrapped to 0 when it reaches a value of 9,223,372,036,854,775,807.

See Also

Reference