From ec94210a4d5009bd635b24e7f5af8946f6b7669d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 21 Oct 2012 14:07:10 +0000 Subject: add LTC generator git-svn-id: svn://localhost/ardour2/branches/3.0@13315 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_midi.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/session_midi.cc') diff --git a/libs/ardour/session_midi.cc b/libs/ardour/session_midi.cc index caceebf853..85410277a0 100644 --- a/libs/ardour/session_midi.cc +++ b/libs/ardour/session_midi.cc @@ -412,6 +412,7 @@ Session::send_full_time_code (framepos_t const t) int Session::send_midi_time_code_for_cycle (framepos_t start_frame, framepos_t end_frame, pframes_t nframes) { + // XXX only if _slave == MTC_slave; we could generate MTC from jack or LTC if (_engine.freewheeling() || _slave || !_send_qf_mtc || transmitting_timecode_time.negative || (next_quarter_frame_to_send < 0)) { // cerr << "(MTC) Not sending MTC\n"; return 0; -- cgit v1.2.3