mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-17 19:06:01 +01:00
convert codebase to use Temporal for various time types
This commit is contained in:
parent
9283bee867
commit
7db12f6b12
114 changed files with 567 additions and 598 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include "evoral/Note.hpp"
|
||||
#endif
|
||||
|
||||
#include "evoral/Beats.hpp"
|
||||
#include "temporal/beats.h"
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
|
@ -90,7 +90,7 @@ Note<Time>::set_id (event_id_t id)
|
|||
_off_event.set_id (id);
|
||||
}
|
||||
|
||||
template class Note<Evoral::Beats>;
|
||||
template class Note<Temporal::Beats>;
|
||||
|
||||
} // namespace Evoral
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue