mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 04:15:46 +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
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#include <glib.h>
|
||||
|
||||
#include "temporal/beats.h"
|
||||
#include "evoral/Event.hpp"
|
||||
#include "evoral/Beats.hpp"
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
|
@ -162,7 +162,7 @@ Event<Timestamp>::set (const uint8_t* buf, uint32_t size, Timestamp t)
|
|||
|
||||
#endif // EVORAL_EVENT_ALLOC
|
||||
|
||||
template class Event<Evoral::Beats>;
|
||||
template class Event<Temporal::Beats>;
|
||||
template class Event<double>;
|
||||
template class Event<int64_t>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue