From 0c57199a6ca4e6681ad934873dc107f0ef83a8ee Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 3 Jun 2017 12:26:33 +0200 Subject: Add a scratch buffer for automation. Useful as temporary buffer: This allows a controllable to get a master's automation-curve and combine it with its own (gain, trim, send) automation buffer. --- libs/ardour/ardour/process_thread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/process_thread.h') diff --git a/libs/ardour/ardour/process_thread.h b/libs/ardour/ardour/process_thread.h index 0e1e7a64c3..31f91f44f4 100644 --- a/libs/ardour/ardour/process_thread.h +++ b/libs/ardour/ardour/process_thread.h @@ -51,6 +51,7 @@ public: static gain_t* gain_automation_buffer (); static gain_t* trim_automation_buffer (); static gain_t* send_gain_automation_buffer (); + static gain_t* scratch_automation_buffer (); static pan_t** pan_automation_buffer (); protected: -- cgit v1.2.3