summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/delivery.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-07-15 00:47:34 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-07-15 00:47:34 +0000
commit49445140345fd4e57a833d3803e529c0c07d221c (patch)
tree346d43002ef9ab1f2486fd1b58a34d4dca6a9a43 /libs/ardour/ardour/delivery.h
parentf01af9836e46fb2c459d16e9956ff6b9be0355d0 (diff)
processor naming tweaks, processor visibility tweaks and more, trying to finish this audio routing thing...
git-svn-id: svn://localhost/ardour2/branches/3.0@5364 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/delivery.h')
-rw-r--r--libs/ardour/ardour/delivery.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/delivery.h b/libs/ardour/ardour/delivery.h
index 1d01acad5f..e46823d075 100644
--- a/libs/ardour/ardour/delivery.h
+++ b/libs/ardour/ardour/delivery.h
@@ -37,7 +37,8 @@ public:
Insert = 0x1,
Send = 0x2,
Listen = 0x4,
- Main = 0x8
+ Main = 0x8,
+ Aux = 0x10
};
/* Delivery to an existing output */