MUSX Document Model
Loading...
Searching...
No Matches
musx::dom::EntryFrame::TupletInfo Struct Reference

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::TupletDeftuplet
 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
 

Detailed Description

class to track tuplets in the frame