mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
temporal: undefine macro after use
This commit is contained in:
parent
ea00d3573d
commit
5e66f6d363
1 changed files with 2 additions and 0 deletions
|
|
@ -3350,6 +3350,8 @@ TempoMap::bbt_walk (BBT_Argument const & bbt, BBT_Offset const & o) const
|
|||
}
|
||||
}
|
||||
|
||||
#undef TEMPO_CHECK_FOR_NEW_METRIC
|
||||
|
||||
start.ticks += offset.ticks;
|
||||
|
||||
if (start.ticks >= ticks_per_beat) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue