mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
When TempoMap::copy_points() is called, the new points are intended to belong to the (nascent) new map. But the copy constructor for the points leaves the _map member of a Point unchanged, and so the new points reference the old map (forever!). ::copy_points() must reset each Point to reference the new map. Refactored the object that has the _map member, so that we could limit access to its ::set_map() method to TempoMap. |
||
|---|---|---|
| .. | ||
| bbt_time.h | ||
| beats.h | ||
| debug.h | ||
| range.h | ||
| superclock.h | ||
| tempo-experiment.h | ||
| tempo.h | ||
| time.h | ||
| timeline.h | ||
| types.h | ||
| types_convert.h | ||
| visibility.h | ||