summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/thread_buffers.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-06-03 12:26:33 +0200
committerRobin Gareus <robin@gareus.org>2017-06-03 13:54:55 +0200
commit0c57199a6ca4e6681ad934873dc107f0ef83a8ee (patch)
tree0116a50a6de8b3b5ff976e9a3a8845a99d9bfef4 /libs/ardour/ardour/thread_buffers.h
parent5f7d50a69017c6de04dad8a5348f5b24bf6f0554 (diff)
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.
Diffstat (limited to 'libs/ardour/ardour/thread_buffers.h')
-rw-r--r--libs/ardour/ardour/thread_buffers.h1
1 files changed, 1 insertions, 0 deletions
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;