A MIDI Library for .NET

Chord.Contains Method

Returns true if this chord contains the specified pitch.

public bool Contains(
   Pitch pitch
);

Parameters

pitch
The pitch to test.

Return Value

True if this chord contains the pitch.

See Also

Chord Class | Midi Namespace