MidiThruConnectionParams.HighNote Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Highest note to filter.
public byte HighNote { get; set; }
member this.HighNote : byte with get, set
Property Value
Remarks
HighNote is greater than or equal to LowNote means that notes outside this range will be filtered out.
LowNote is greater than HighNote means that notes inside this range will be filtered out.