Home
last modified time | relevance | path

Searched refs:outbound_mtc_timecode_frame (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession_midi.cc83 outbound_mtc_timecode_frame = 0; in setup_midi_control()
422 outbound_mtc_timecode_frame = mtc_tc; in send_full_time_code()
428 outbound_mtc_timecode_frame += mtc_offset; in send_full_time_code()
432 while (outbound_mtc_timecode_frame < t) { in send_full_time_code()
434 outbound_mtc_timecode_frame += _samples_per_timecode_frame; in send_full_time_code()
440 outbound_mtc_timecode_frame += _samples_per_timecode_frame; in send_full_time_code()
443 …DEBUG_TRACE (DEBUG::MTC, string_compose ("Full MTC TC %1 (off %2)\n", outbound_mtc_timecode_frame,… in send_full_time_code()
449 outbound_mtc_timecode_frame += _samples_per_timecode_frame; in send_full_time_code()
516 … _transport_sample, start_sample, outbound_mtc_timecode_frame, in send_midi_time_code_for_cycle()
524 …if (rint(outbound_mtc_timecode_frame + (next_quarter_frame_to_send * quarter_frame_duration)) < st… in send_midi_time_code_for_cycle()
[all …]
H A Dsession.cc253 , outbound_mtc_timecode_frame (0) in Session()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dsession.h1760 double outbound_mtc_timecode_frame; variable