BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageNoteString Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the Midi note from the Data1 byte as a string representation.

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

public string NoteString { get; }

Property Value

Type: String
Remarks

Exmple is: "C-1" or "DSharp0" or "A4". The latter number represents the octave (i.e. the '-1', '0' resp. '4').

This property should only be used when StatusType is NoteOn, NoteOff or Aftertouch.

See Also

Reference