summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-05-07 19:59:25 +0200
committerRobin Gareus <robin@gareus.org>2020-05-07 20:43:22 +0200
commit8ffcdc9d02e4391aff0df74295972bdfb0557c78 (patch)
tree1bb089efd608b061b01586542b97b17de3652f3a /libs/ardour/ardour
parent7b28aabb43a037b23285de7d56b952cb7d36e3c4 (diff)
Send LTC timecode from engine context
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/session.h4
1 files changed, 2 insertions, 2 deletions
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);