BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageNote Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the Midi note 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 Note { get; set; }

Property Value

Type: Byte
Remarks

The note number ranges from 0 to 127.

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

See Also

Reference