X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Ftempo.cc;h=ce2d311d391c475aa407395e29e27b119cd72c04;hb=9cf9833a93f5af0700dad44da4864565fa675862;hp=93e8a90ee5c1b7629bf21e844aedd69a16fcc5a4;hpb=b9c6ffac214a69bb64e8ba5adbbe0951a9119f09;p=ardour.git diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index 93e8a90ee5..ce2d311d39 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -162,6 +162,7 @@ TempoSection::TempoSection (const XMLNode& node, samplecnt_t sample_rate) { BBT_Time bbt; std::string start_bbt; + _legacy_bbt.bars = 0; // legacy session check compars .bars != 0; default BBT_Time c'tor uses 1. if (node.get_property ("start", start_bbt)) { if (string_to_bbt_time (start_bbt, bbt)) { /* legacy session - start used to be in bbt*/