Generate an accompaniement for a given melody
|
This is the complete list of members for Note, including all inherited members.
CompleteNoteName(NoteName n=NoteName::C, Accidental mod=Accidental::None) | CompleteNoteName | |
getNoteName() const __attribute__((pure)) | Pitch | |
m_duration | Note | |
m_modifier | CompleteNoteName | |
m_name | CompleteNoteName | |
m_octave | Pitch | |
Note(const Pitch &n=Pitch(), const Fraction &duration=1) | Note | |
Note(NoteName n, Accidental mod=Accidental::None, Octave o=4, const Fraction &duration=Fraction(1)) | Note | |
noteToHalfTone(const CompleteNoteName &n) __attribute__((const )) | Note | static |
operator!=(const Note &o) const __attribute__((pure)) | Note | |
Pitch::operator!=(const Pitch &o) const __attribute__((pure)) | Pitch | |
CompleteNoteName::operator!=(const CompleteNoteName &o) const __attribute__((pure)) | CompleteNoteName | |
operator+(int nb) const __attribute__((pure)) | Pitch | |
operator+=(int nb) | Pitch | |
operator-(int nb) const __attribute__((pure)) | Pitch | |
operator-=(int nb) | Pitch | |
operator==(const Note &o) const __attribute__((pure)) | Note | |
Pitch::operator==(const Pitch &o) const __attribute__((pure)) | Pitch | |
CompleteNoteName::operator==(const CompleteNoteName &o) const __attribute__((pure)) | CompleteNoteName | |
Pitch(const CompleteNoteName &n, Octave o=4) | Pitch | |
Pitch(NoteName n=NoteName::C, Accidental mod=Accidental::None, Octave o=4) | Pitch |