void ARRest::browse(TimeUnwrap& mapper) const { // std::cout << getRelativeTimePosition() << " ARRest::browse duration: " << getDuration() << std::endl; mapper.AtPos (this, TimeUnwrap::kRest); }
// -------------------------------------------------------------------------- void ARIntens::browse(TimeUnwrap& mapper) const { mapper.AtPos (this, TimeUnwrap::kIntens); }
void ARCoda::browse(TimeUnwrap& mapper) const { mapper.AtPos (this, TimeUnwrap::kCoda); }
void ARGlissando::browse(TimeUnwrap& mapper) const { mapper.AtPos (this, TimeUnwrap::kGlissando); }
// -------------------------------------------------------------------------- void ARTie::browse(TimeUnwrap& mapper) const { mapper.AtPos (this, TimeUnwrap::kTie); }
void ARDalSegnoAlFine::browse(TimeUnwrap& mapper) const { mapper.AtPos (this, TimeUnwrap::kDalSegnoAlFine); }
// -------------------------------------------------------------------------- void ARMarcato::browse(TimeUnwrap& mapper) const { mapper.AtPos (this, TimeUnwrap::kMarcato); }
void ARRepeatBegin::browse(TimeUnwrap& mapper) const { // std::cout << getRelativeTimePosition() << " ARRepeatBegin::browse" << std::endl; mapper.AtPos (this, TimeUnwrap::kRepeatBegin); }
void ARVolta::browse(TimeUnwrap& mapper) const { // std::cout << getRelativeTimePosition() << " ARVolta::browse: " << mPass << std::endl; mapper.AtPos (this, TimeUnwrap::kVolta); }
// -------------------------------------------------------------------------- void ARFermata::browse(TimeUnwrap& mapper) const { mapper.AtPos (this, TimeUnwrap::kFermata); }
// -------------------------------------------------------------------------- void ARTempo::browse(TimeUnwrap& mapper) const { mapper.AtPos (this, TimeUnwrap::kTempo); }
void ARRepeatEnd::browse(TimeUnwrap& mapper) const { mapper.AtPos (this, TimeUnwrap::kRepeatEnd); }