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/thread_buffers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/thread_buffers.h') diff --git a/libs/ardour/ardour/thread_buffers.h b/libs/ardour/ardour/thread_buffers.h index 598d8f3947..12e549fe55 100644 --- a/libs/ardour/ardour/thread_buffers.h +++ b/libs/ardour/ardour/thread_buffers.h @@ -45,6 +45,7 @@ public: gain_t* gain_automation_buffer; gain_t* trim_automation_buffer; gain_t* send_gain_automation_buffer; + gain_t* scratch_automation_buffer; pan_t** pan_automation_buffer; uint32_t npan_buffers; -- cgit v1.2.3