mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
Tempo gramps - fix compilatoin?
This commit is contained in:
parent
66df7486b3
commit
d7de12428b
1 changed files with 2 additions and 2 deletions
|
|
@ -2581,8 +2581,8 @@ TempoMap::get_grid (vector<TempoMap::BBTPoint>& points,
|
|||
TempoSection const tempo = tempo_section_at_locked (pos);
|
||||
MeterSection const meter = meter_section_at_locked (pos);
|
||||
BBT_Time const bbt = beats_to_bbt (cnt);
|
||||
|
||||
points.push_back (BBTPoint (meter, tempo_at_locked (pos), pos, bbt.bars, bbt.beats, tempo.get_c_func()));
|
||||
BBTPoint point = BBTPoint (meter, tempo_at_locked (pos), pos, bbt.bars, bbt.beats, tempo.get_c_func());
|
||||
points.push_back (point);
|
||||
++cnt;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue