mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
when abort()-ing due to a failed assert in tempo map code, dump the map
This commit is contained in:
parent
4ccaa81671
commit
0ddacb8ea2
2 changed files with 52 additions and 34 deletions
|
|
@ -924,6 +924,8 @@ class /*LIBTEMPORAL_API*/ TempoMap : public PBD::StatefulDestructible
|
|||
|
||||
LIBTEMPORAL_API void midi_clock_beat_at_or_after (samplepos_t const pos, samplepos_t& clk_pos, uint32_t& clk_beat) const;
|
||||
|
||||
static void map_assert (bool expr, char const * exprstr, char const * file, int line);
|
||||
|
||||
private:
|
||||
Tempos _tempos;
|
||||
Meters _meters;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue