 | SimpleMidiMessageChannel Property |
The channel specified in this
SimpleMidiMessage.
The upper 4 bits of this property will always be zero.
Namespace: MidiGremlin.InternalAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic byte Channel { get; }
Public ReadOnly Property Channel As Byte
Get
public:
property unsigned char Channel {
unsigned char get ();
}
member Channel : byte with get
Property Value
Type:
Byte
See Also