Various updates and fixes for Latency Compensation
[ardour.git] / libs / ardour / processor.cc
index 507fa785549090ba676c68e0eba59ee7cc2694b4..06a7c9676f94435f1e2f9f3ce8a7ef09c49a752e 100644 (file)
@@ -69,6 +69,7 @@ Processor::Processor(Session& session, const string& name)
        , _pinmgr_proxy (0)
        , _owner (0)
        , _input_latency (0)
+       , _output_latency (0)
 {
 }
 
@@ -290,10 +291,3 @@ Processor::owner() const
 {
        return _owner;
 }
-
-void
-Processor::set_input_latency (samplecnt_t cnt)
-{
-       _input_latency = cnt;
-}
-