Represents a pitch, in semitones but is agnostic about the actual absolute pitch

Static variables

staticread onlynote:PitchClass

staticread onlyoctave:Int

Static methods

staticinlinefromMidiNote(midiNote:Int):Pitch

staticinlinefromNote(note:PitchClass, octave:Int):Pitch

staticinlineisValidMidiNote(this:Int):Bool

Returns whether this is in the valid midi note range

Returns:

Bool

staticinlinetoMidiNote(this:Int):Int