13
0

set uninitialized _time_domain member of TempoMap in constructor

This commit is contained in:
Paul Davis 2020-11-29 12:47:52 -07:00
parent ce7ea4ec36
commit 02b98290c5

View File

@ -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());