Home
last modified time | relevance | path

Searched refs:parse_timecode_format (Results 1 – 6 of 6) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/temporal/temporal/
H A Dtime.h115 bool LIBTEMPORAL_API parse_timecode_format (std::string tc, Timecode::Time& TC);
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dmtc_slave.cc153 Timecode::parse_timecode_format (_session->config.get_slave_timecode_offset(), offset_tc); in parse_timecode_offset()
H A Dsession_ltc.cc134 Timecode::parse_timecode_format(config.get_timecode_generator_offset(), offset_tc); in ltc_tx_parse_offset()
H A Dltc_slave.cc132 Timecode::parse_timecode_format(_session->config.get_slave_timecode_offset(), offset_tc); in parse_timecode_offset()
/dports/audio/ardour6/Ardour-6.8.0/libs/temporal/
H A Dtime.cc627 bool parse_timecode_format(std::string tc, Timecode::Time &TC) { in parse_timecode_format() function
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Doption_editor.cc645 if (!Timecode::parse_timecode_format(_get(), TC)) { in set_state_from_config()