mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
set uninitialized _time_domain member of TempoMap in constructor
This commit is contained in:
parent
ce7ea4ec36
commit
02b98290c5
1 changed files with 1 additions and 0 deletions
|
|
@ -567,6 +567,7 @@ TempoMapPoint::end_float ()
|
|||
/* TEMPOMAP */
|
||||
|
||||
TempoMap::TempoMap (Tempo const & initial_tempo, Meter const & initial_meter)
|
||||
: _time_domain (AudioTime)
|
||||
{
|
||||
TempoPoint* tp = new TempoPoint (*this, initial_tempo, 0, Beats(), BBT_Time());
|
||||
MeterPoint* mp = new MeterPoint (*this, initial_meter, 0, Beats(), BBT_Time());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue