summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/send.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2018-10-16 13:33:42 -0700
committerLen Ovens <len@ovenwerks.net>2018-10-16 13:56:52 -0700
commit87ab15c8625710cb1956a162457c93b245244b76 (patch)
tree2f636654dfd2c5897ceb5e3eaeab538d6b117491 /libs/ardour/ardour/send.h
parent8160fd1348af8ebadf87939cde80a5a4d1aa09e9 (diff)
OSC: personal monitor send hidden follows aux hidden
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 c37055cd94..877e38eb17 100644
--- a/libs/ardour/ardour/send.h
+++ b/libs/ardour/ardour/send.h
@@ -43,6 +43,7 @@ public:
uint32_t bit_slot() const { return _bitslot; }
bool display_to_user() const;
+ bool is_aux () const { return _role == Aux; }
boost::shared_ptr<Amp> amp() const { return _amp; }
boost::shared_ptr<PeakMeter> meter() const { return _meter; }