BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageChannel Property

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

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

public byte Channel { get; set; }

Property Value

Type: Byte
Remarks

The channel number is kept in the 4 lower bits of the Status byte and is also often just called the channel of the message (between 0 and 15).

When assigning a channel number only the lower 4-bit of the Status byte will be set.

This property should only be used when MessageType is Channel.

See Also

Reference