BASS.NET API for the Un4seen BASS Audio Library

BASS_MIDI_MARKtext Field

BASS.NET API for the Un4seen BASS Audio Library
The marker, cue, lyric, keysig, timesig text.

Namespace:  Un4seen.Bass.AddOn.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public string text

Field Value

Type: String
Remarks

If the lyric text begins with a '/' (slash) character, a new line should be started. If it begins with a '\' (backslash) character, the display should be cleared.

For a key signature event (MIDI meta event 89). The marker text is in the form of "a b", where a is the number of sharps (if positive) or flats (if negative), and b signifies major (if 0) or minor (if 1).

For a time signature events (MIDI meta event 88). The marker text is in the form of "a/b c d", where a is the numerator, b is the denominator, c is the metronome pulse, and d is the number of 32nd notes per MIDI quarter-note

See Also

Reference