Example #1
0
void ARRest::browse(TimeUnwrap& mapper) const
{
//	std::cout << getRelativeTimePosition() << " ARRest::browse duration: " << getDuration() << std::endl;
	mapper.AtPos (this, TimeUnwrap::kRest);
}
Example #2
0
// --------------------------------------------------------------------------
void ARIntens::browse(TimeUnwrap& mapper) const
{
	mapper.AtPos (this, TimeUnwrap::kIntens);
}
Example #3
0
void ARCoda::browse(TimeUnwrap& mapper) const
{
	mapper.AtPos (this, TimeUnwrap::kCoda);
}
Example #4
0
void ARGlissando::browse(TimeUnwrap& mapper) const
{
	mapper.AtPos (this, TimeUnwrap::kGlissando);
}
Example #5
0
// --------------------------------------------------------------------------
void ARTie::browse(TimeUnwrap& mapper) const
{
	mapper.AtPos (this, TimeUnwrap::kTie);
}
Example #6
0
void ARDalSegnoAlFine::browse(TimeUnwrap& mapper) const
{
	mapper.AtPos (this, TimeUnwrap::kDalSegnoAlFine);
}
Example #7
0
// --------------------------------------------------------------------------
void ARMarcato::browse(TimeUnwrap& mapper) const
{
	mapper.AtPos (this, TimeUnwrap::kMarcato);
}
Example #8
0
void ARRepeatBegin::browse(TimeUnwrap& mapper) const
{
//	std::cout << getRelativeTimePosition() << " ARRepeatBegin::browse" << std::endl;
	mapper.AtPos (this, TimeUnwrap::kRepeatBegin);
}
Example #9
0
void ARVolta::browse(TimeUnwrap& mapper) const
{
//	std::cout << getRelativeTimePosition() << " ARVolta::browse: " << mPass << std::endl;
	mapper.AtPos (this, TimeUnwrap::kVolta);
}
Example #10
0
// --------------------------------------------------------------------------
void ARFermata::browse(TimeUnwrap& mapper) const
{
	mapper.AtPos (this, TimeUnwrap::kFermata);
}
Example #11
0
// --------------------------------------------------------------------------
void ARTempo::browse(TimeUnwrap& mapper) const
{
	mapper.AtPos (this, TimeUnwrap::kTempo);
}
Example #12
0
void ARRepeatEnd::browse(TimeUnwrap& mapper) const
{
	mapper.AtPos (this, TimeUnwrap::kRepeatEnd);
}