summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/process_thread.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/process_thread.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/process_thread.h')
-rw-r--r--libs/ardour/ardour/process_thread.h1
1 files changed, 1 insertions, 0 deletions
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: