summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/delivery.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-08 02:14:23 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-08 02:14:23 +0000
commitb2bc408cef1715de0009c65ff082c6e914de1991 (patch)
tree5a030e0aaa469a0670c97480366dbcf26958860d /libs/ardour/ardour/delivery.h
parent2085cddab3b1c8155b63c3c48304fffaa72c4e6c (diff)
remove yesterday's mayhem with MainListen and get afl/pfl sorta-kinda working
git-svn-id: svn://localhost/ardour2/branches/3.0@6742 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/delivery.h')
-rw-r--r--libs/ardour/ardour/delivery.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/ardour/ardour/delivery.h b/libs/ardour/ardour/delivery.h
index 9bcf050eb4..b2bd283ef8 100644
--- a/libs/ardour/ardour/delivery.h
+++ b/libs/ardour/ardour/delivery.h
@@ -45,9 +45,7 @@ public:
/* listen - internal send used only to deliver to control/monitor bus */
Listen = 0x8,
/* aux - internal send used to deliver to any bus, by user request */
- Aux = 0x10,
- /* main listen - internal send used only to deliver from master to control/monitor bus */
- MainListen = 0x20
+ Aux = 0x10
};
static bool role_requires_output_ports (Role r) { return r == Main || r == Send || r == Insert; }