BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageSong Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the song number from/to the Data1 byte.

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

public byte Song { get; set; }

Property Value

Type: Byte
Remarks

The song number ranges from 0 to 127.

This property should only be used when StatusType is SongSelect.

See Also

Reference