|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <cstdint>#include <memory>#include "pbd/compose.h"#include "temporal/debug.h"#include "temporal/tempo.h"#include "temporal/visibility.h"Go to the source code of this file.
Classes | |
| class | Temporal::ScopedTempoMapOwner |
| struct | Temporal::TempoMapScope |
Namespaces | |
| Temporal | |
Macros | |
| #define | EC_LOCAL_TEMPO_SCOPE Temporal::TempoMapScope __tms (*this); |
| #define | EC_LOCAL_TEMPO_SCOPE_ARG(arg) Temporal::TempoMapScope __tms (arg); |
| #define EC_LOCAL_TEMPO_SCOPE Temporal::TempoMapScope __tms (*this); |
| #define EC_LOCAL_TEMPO_SCOPE_ARG | ( | arg | ) | Temporal::TempoMapScope __tms (arg); |