Home
last modified time | relevance | path

Searched refs:bbt_str (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dexport_timespan_selector.cc234 start = bbt_str (start_sample); in construct_label()
235 end = bbt_str (end_sample); in construct_label()
272 s << bbt_str (location->length ()); in construct_length()
297 ExportTimespanSelector::bbt_str (samplepos_t samples) const in bbt_str() function in ExportTimespanSelector
H A Dexport_timespan_selector.h99 std::string bbt_str (samplepos_t samples) const;
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dtempo.cc563 std::string bbt_str; in MeterSection() local
564 if (node.get_property ("start", bbt_str)) { in MeterSection()
565 if (string_to_bbt_time (bbt_str, start.second)) { in MeterSection()
578 if (node.get_property ("bbt", bbt_str)) { in MeterSection()
579 if (!string_to_bbt_time (bbt_str, start.second)) { in MeterSection()
621 std::string bbt_str; in get_state() local
622 bbt_time_to_string (_bbt, bbt_str); in get_state()
623 root->set_property ("bbt", bbt_str); in get_state()
H A Dregion.cc1420 std::string bbt_str; in _set_state() local
1421 if (node.get_property ("bbt-position", bbt_str)) { in _set_state()
1422 if (sscanf (bbt_str.c_str(), "%d|%d|%d", in _set_state()