summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/amp.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-09-19 04:54:42 +0200
committerRobin Gareus <robin@gareus.org>2017-09-19 04:54:42 +0200
commit29e553ab86ecb8112914b773b60cdbdcb855a750 (patch)
treef0eadb90468582f66c113617c7cd265f5a3ed62c /libs/ardour/ardour/amp.h
parent1ec471c961c328ca4c585d35f9e567135f301d2d (diff)
Amend c8a9b28d3 and 40aebce. Fix gain automation edge-cases:
* drop Trim/Fader automation for bypassed processor * Trim/Fader automation for Busses is always active when rolling
Diffstat (limited to 'libs/ardour/ardour/amp.h')
-rw-r--r--libs/ardour/ardour/amp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/ardour/amp.h b/libs/ardour/ardour/amp.h
index 89c9c19b91..c0ff59d9e7 100644
--- a/libs/ardour/ardour/amp.h
+++ b/libs/ardour/ardour/amp.h
@@ -53,8 +53,6 @@ public:
void setup_gain_automation (samplepos_t start_sample, samplepos_t end_sample, samplecnt_t nframes);
- bool apply_gain_automation() const { return _apply_gain_automation; }
-
XMLNode& state (bool full);
int set_state (const XMLNode&, int version);