예제 #1
0
void TimePointInterface::Reset()
{
    ResetStaffident();
    ResetStartid();
    ResetTimestampMusical();

    m_start = NULL;
    m_startUuid = "";
}
예제 #2
0
void DurationInterface::Reset()
{
    ResetAugmentdots();
    ResetBeamsecondary();
    ResetDurationMusical();
    ResetDurationPerformed();
    ResetDurationRatio();
    ResetFermatapresent();
    ResetStaffident();
}