summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/send.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-01-13 10:50:22 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2014-01-13 09:39:50 -0500
commit533e0091b77888c9f41c4c0b2ec99307d718a565 (patch)
tree113c0a1ce54a816e92f0d81434dc0769a70a9f21 /libs/ardour/ardour/send.h
parent7e1e7e7629b65b1efcf30c144977c3f19648ed27 (diff)
fix output metering for Sends (Aux and External)
Diffstat (limited to 'libs/ardour/ardour/send.h')
-rw-r--r--libs/ardour/ardour/send.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/send.h b/libs/ardour/ardour/send.h
index 5c15a17228..9b30dcf792 100644
--- a/libs/ardour/ardour/send.h
+++ b/libs/ardour/ardour/send.h
@@ -77,6 +77,7 @@ class LIBARDOUR_API Send : public Delivery
private:
/* disallow copy construction */
Send (const Send&);
+ void panshell_changed ();
int set_state_2X (XMLNode const &, int);