Home
last modified time | relevance | path

Searched refs:TimecodeFormat (Results 1 – 17 of 17) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/share/scripts/
H A Ds_timecode.lua9 hh, mm, ss, ff = ARDOUR.LuaAPI.sample_to_timecode (Timecode.TimecodeFormat.TC25, samplerate, 1920)
10 print (ARDOUR.LuaAPI.sample_to_timecode (Timecode.TimecodeFormat.TC25, samplerate, 1920))
13 …local s = ARDOUR.LuaAPI.timecode_to_sample (Timecode.TimecodeFormat.TC25, samplerate, 10, 11, 12, …
/dports/audio/ardour6/Ardour-6.8.0/libs/temporal/temporal/
H A Dtime.h39 enum TimecodeFormat { enum
109 double LIBTEMPORAL_API timecode_to_frames_per_second (TimecodeFormat const t);
110 bool LIBTEMPORAL_API timecode_has_drop_frames (TimecodeFormat const t);
112 std::string LIBTEMPORAL_API timecode_format_name (TimecodeFormat const t);
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtransport_master.h488 virtual Timecode::TimecodeFormat apparent_timecode_format () const = 0;
537 Timecode::TimecodeFormat apparent_timecode_format () const;
565 Timecode::TimecodeFormat mtc_timecode;
610 Timecode::TimecodeFormat apparent_timecode_format () const;
H A Dsession_configuration_vars.h45 CONFIG_VARIABLE (Timecode::TimecodeFormat, timecode_format, "timecode-format", Timecode::timecode_3…
H A Dtransport_master_manager.h123 boost::optional<Timecode::TimecodeFormat> _session_tc_format;
H A Dtypes_convert.h35 DEFINE_ENUM_CONVERT(Timecode::TimecodeFormat)
H A Dsession.h1781 Timecode::TimecodeFormat ltc_enc_tcformat;
/dports/audio/ardour6/Ardour-6.8.0/libs/temporal/
H A Dtime.cc429 timecode_to_frames_per_second(TimecodeFormat t) in timecode_to_frames_per_second()
488 timecode_has_drop_frames(TimecodeFormat t) in timecode_has_drop_frames()
548 timecode_format_name (TimecodeFormat const t) in timecode_format_name()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dmtc_slave.cc326 TimecodeFormat tc_format; in update_mtc_time()
523 Timecode::TimecodeFormat
H A Dtransport_master_manager.cc344 Timecode::TimecodeFormat stf = _session->config.get_timecode_format(); in maybe_set_tc_format()
345 Timecode::TimecodeFormat mtf = tcm->apparent_timecode_format (); in maybe_set_tc_format()
H A Dltc_slave.cc372 TimecodeFormat tc_format = apparent_timecode_format(); in detect_ltc_fps()
616 Timecode::TimecodeFormat
H A Dluabindings.cc534 .addConst ("TC23976", Timecode::TimecodeFormat(Timecode::timecode_23976)) in common()
535 .addConst ("TC24", Timecode::TimecodeFormat(Timecode::timecode_24)) in common()
536 .addConst ("TC24976", Timecode::TimecodeFormat(Timecode::timecode_24976)) in common()
537 .addConst ("TC25", Timecode::TimecodeFormat(Timecode::timecode_25)) in common()
538 .addConst ("TC2997", Timecode::TimecodeFormat(Timecode::timecode_2997)) in common()
539 .addConst ("TC2997DF", Timecode::TimecodeFormat(Timecode::timecode_2997drop)) in common()
540 .addConst ("TC2997000", Timecode::TimecodeFormat(Timecode::timecode_2997000)) in common()
541 .addConst ("TC2997000DF", Timecode::TimecodeFormat(Timecode::timecode_2997000drop)) in common()
542 .addConst ("TC30", Timecode::TimecodeFormat(Timecode::timecode_30)) in common()
543 .addConst ("TC5994", Timecode::TimecodeFormat(Timecode::timecode_5994)) in common()
[all …]
H A Dsession_ltc.cc226 TimecodeFormat cur_timecode = config.get_timecode_format(); in send_ltc_for_cycle()
H A Dlua_api.cc370 typedef Timecode::TimecodeFormat T; in sample_to_timecode()
398 typedef Timecode::TimecodeFormat T; in timecode_to_sample()
H A Denums.cc107 TimecodeFormat _Session_TimecodeFormat; in setup_enum_writer()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dsession_option_editor.cc48 ComboOption<TimecodeFormat>* smf = new ComboOption<TimecodeFormat> ( in SessionOptionEditor()
H A Dtransport_masters_dialog.cc619 Timecode::TimecodeFormat fmt = ttm->apparent_timecode_format(); in update()