MidiThruConnectionParams.LowNote 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.
Lowest note to filter.
public byte LowNote { get; set; }
member this.LowNote : 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.