mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
add a variation on the EC_LOCAL_TEMPO_SCOPE macro
This commit is contained in:
parent
0122f5072f
commit
77bc293aee
1 changed files with 1 additions and 0 deletions
|
|
@ -123,3 +123,4 @@ struct TempoMapScope {
|
|||
} // namespace
|
||||
|
||||
#define EC_LOCAL_TEMPO_SCOPE Temporal::TempoMapScope __tms (*this);
|
||||
#define EC_LOCAL_TEMPO_SCOPE_ARG(arg) Temporal::TempoMapScope __tms (arg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue