From 8ffcdc9d02e4391aff0df74295972bdfb0557c78 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 7 May 2020 19:59:25 +0200 Subject: Send LTC timecode from engine context --- libs/ardour/ardour/session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/ardour/session.h') diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index 88e3645a7e..9ab716ebc9 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -288,6 +288,8 @@ public: void process (pframes_t nframes); + void send_ltc_for_cycle (samplepos_t, samplepos_t, pframes_t); + BufferSet& get_silent_buffers (ChanCount count = ChanCount::ZERO); BufferSet& get_noinplace_buffers (ChanCount count = ChanCount::ZERO); BufferSet& get_scratch_buffers (ChanCount count = ChanCount::ZERO, bool silence = true); @@ -1713,10 +1715,8 @@ private: void ltc_tx_resync_latency(); void ltc_tx_recalculate_position(); void ltc_tx_parse_offset(); - void ltc_tx_send_time_code_for_cycle (samplepos_t, samplepos_t, double, double, pframes_t nframes); PBD::ScopedConnectionList ltc_tx_connections; - void reset_record_status (); int no_roll (pframes_t nframes); -- cgit v1.2.3