From 00a4ad712c2d5ac73f04b0f43906590b24a22fb6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 31 Oct 2017 18:32:26 +0100 Subject: Move Loop Location to Processors The processors will becomes responsible to know about loop-positions and map latency-compensated start_sample, end_sample into the loop-range as needed. --- libs/ardour/ardour/track.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/ardour/track.h') diff --git a/libs/ardour/ardour/track.h b/libs/ardour/ardour/track.h index 6b024274f0..7703221bd4 100644 --- a/libs/ardour/ardour/track.h +++ b/libs/ardour/ardour/track.h @@ -37,7 +37,6 @@ class Region; class DiskReader; class DiskWriter; class IO; -class Location; class RecordEnableControl; class RecordSafeControl; @@ -144,7 +143,6 @@ public: void non_realtime_speed_change (); int overwrite_existing_buffers (); samplecnt_t get_captured_samples (uint32_t n = 0) const; - int set_loop (ARDOUR::Location *); void transport_looped (samplepos_t); void transport_stopped_wallclock (struct tm &, time_t, bool); bool pending_overwrite () const; -- cgit v1.2.3