MusicalTime => Beats.

This commit is contained in:
David Robillard
2015-01-07 00:12:07 -05:00
parent 4d202d9157
commit 2a251b4570
66 changed files with 625 additions and 584 deletions

View File

@@ -45,6 +45,6 @@ IdentityConverter<A,B>::from(B b) const
template class IdentityConverter<double, framepos_t>;
template class TimeConverter<double, framepos_t>;
template class TimeConverter<Evoral::MusicalTime, framepos_t>;
template class TimeConverter<Evoral::Beats, framepos_t>;
} // namespace Evoral