A MIDI Library for .NET

Note.PitchAtOrBelow Method

Returns the pitch for this note that is at or below nearPitch.

public Pitch PitchAtOrBelow(
   Pitch nearPitch
);

Parameters

nearPitch
The pitch from which the search is based.

Return Value

The pitch for this note at or below nearPitch.

See Also

Note Class | Midi Namespace