mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-28 07:58:15 +01:00
MusicalTime => Beats.
This commit is contained in:
parent
4d202d9157
commit
2a251b4570
66 changed files with 625 additions and 584 deletions
|
|
@ -108,7 +108,7 @@ Note<Time>::operator=(const Note<Time>& other)
|
|||
return *this;
|
||||
}
|
||||
|
||||
template class Note<Evoral::MusicalTime>;
|
||||
template class Note<Evoral::Beats>;
|
||||
|
||||
} // namespace Evoral
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue