A MIDI Library for .NET

Note Methods

The methods of the Note structure are listed below. For a complete list of Note structure members, see the Note Members topic.

Public Static Methods

ParseNote Parses a Note from s, starting at position pos.

Public Instance Methods

Equals Value equality for Note.
GetHashCode Hash code.
GetType (inherited from Object) 
IsEharmonicWith Returns true if this note name is enharmonic with otherNote.
PitchAtOrAbove Returns the pitch for this note that is at or above nearPitch.
PitchAtOrBelow Returns the pitch for this note that is at or below nearPitch.
PitchInOctave Returns the pitch for this note in the specified octave.
SemitonesDownTo Returns the number of semitones it takes to move down to the next otherNote.
SemitonesUpTo Returns the number of semitones it takes to move up to the next otherNote.
ToString ToString returns the note name.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

Note Class | Midi Namespace