24 NoteData(
int _start,
int _dur,
int _mp,
int _vel) :
bool isMidiPitchQuantized
NoteData(int _start, int _dur, int _mp, int _vel)
virtual NoteList getNotes() const =0
static float getFrequencyForPitch(int midiPitch, float centsOffset=0, float concertA=0.0)
Return the frequency at the given MIDI pitch plus centsOffset cents (1/100ths of a semitone).
std::vector< NoteData > NoteList
virtual NoteList getNotesWithin(int startFrame, int endFrame) const =0
float getFrequency() const