A MIDI Library for .NET

Scale.Contains Method

Returns true if pitch is in this scale.

public bool Contains(
   Pitch pitch
);

Parameters

pitch
The pitch to test.

Return Value

True if pitch is in this scale.

See Also

Scale Class | Midi Namespace