|
XJ music engine
1.9.6
In-game runtime engine for XJ music.
|
This is the complete list of members for XJ::Note, including all inherited members.
| ATONAL | XJ::Note | static |
| atonal() | XJ::Note | static |
| containsAnyValidNotes(const std::string ¬eCsv) | XJ::Note | static |
| copy() const | XJ::Note | |
| delta(const Note &target) const | XJ::Note | |
| ifTonal(const std::string &name) | XJ::Note | static |
| ifValid(const std::string &name) | XJ::Note | static |
| isAtonal() const | XJ::Note | |
| isValid(const std::string &name) | XJ::Note | static |
| median(std::optional< Note > n1, std::optional< Note > n2) | XJ::Note | static |
| next(PitchClass target, int delta) const | XJ::Note | |
| nextDown(PitchClass target) const | XJ::Note | |
| nextUp(PitchClass target) const | XJ::Note | |
| Note() | XJ::Note | |
| Note(const std::string &name) | XJ::Note | explicit |
| Note(PitchClass pitchClass, int octave) | XJ::Note | |
| octave | XJ::Note | |
| of(const std::string &name) | XJ::Note | static |
| of(PitchClass pitchClass, int octave) | XJ::Note | static |
| operator<(const Note &other) const | XJ::Note | |
| operator<=(const Note &other) const | XJ::Note | |
| operator==(const Note &other) const | XJ::Note | |
| operator>(const Note &other) const | XJ::Note | |
| operator>=(const Note &other) const | XJ::Note | |
| pitchClass | XJ::Note | |
| setOctaveNearest(Note fromNote) | XJ::Note | |
| shift(int inc) const | XJ::Note | |
| shiftOctave(int inc) const | XJ::Note | |
| toString(Accidental accidental) const | XJ::Note |