replicate the remove-all-trailing whitespace commit(s) in master
[ardour.git] / libs / ardour / process_thread.cc
index d4a3d2f3908e3b89adabcf9e8a0d7683769be01f..cf48c50c70e7c73796196a5ef619056e4d22f1d6 100644 (file)
@@ -168,6 +168,17 @@ ProcessThread::gain_automation_buffer()
         return g;
 }
 
+gain_t*
+ProcessThread::trim_automation_buffer()
+{
+        ThreadBuffers* tb = _private_thread_buffers.get();
+        assert (tb);
+
+        gain_t *g =  tb->trim_automation_buffer;
+        assert (g);
+        return g;
+}
+
 gain_t*
 ProcessThread::send_gain_automation_buffer()
 {