MUSX Document Model
|
class to track tuplets in the frame More...
#include <Entries.h>
Public Member Functions | |
TupletInfo (const std::shared_ptr< const details::TupletDef > &tup, size_t index, util::Fraction start) | |
Constructor. | |
Public Attributes | |
std::shared_ptr< const details::TupletDef > | tuplet |
the tuplet | |
size_t | startIndex |
the index of the first entry in the tuplet | |
size_t | endIndex |
the index of the last entry in the tuplet | |
util::Fraction | startDura |
the actual duration where the tuplet starts | |
util::Fraction | endDura |
the actual duration where the tuplet ends | |
class to track tuplets in the frame