From e9a8ccc7e2826d8fe91eff34ee8a0683a7f7aac6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 25 Jun 2016 02:23:56 +0200 Subject: major internal plugin & processor API change: Pass current (latency compensated) cycle times to plugin. This fixes time-reporting to plugins and also fixes automation and when bouncing (the session->transport* is not valid) etc. --- libs/ardour/ardour/delayline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/delayline.h') diff --git a/libs/ardour/ardour/delayline.h b/libs/ardour/ardour/delayline.h index 2e970ecd9f..93097df6b2 100644 --- a/libs/ardour/ardour/delayline.h +++ b/libs/ardour/ardour/delayline.h @@ -42,7 +42,7 @@ public: bool display_to_user() const { return false; } - void run (BufferSet&, framepos_t, framepos_t, pframes_t, bool); + void run (BufferSet&, framepos_t, framepos_t, double, pframes_t, bool); void set_delay(framecnt_t signal_delay); framecnt_t get_delay() { return _pending_delay; } -- cgit v1.2.3