|
XJ music engine
1.9.6
In-game runtime engine for XJ music.
|
#include <RankedNote.h>
Public Member Functions | |
| RankedNote (Note note, int delta) | |
| Note | getTones () const |
| int | getDelta () const |
Rank a Note based on its delta
| RankedNote::RankedNote | ( | Note | note, |
| int | delta | ||
| ) |
Construct a Ranked Note
| note | to rank |
| delta | delta |
| int RankedNote::getDelta | ( | ) | const |
Get the delta of this note
| Note RankedNote::getTones | ( | ) | const |
Get the tones of this note