summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-08 15:35:30 +0200
committerRobin Gareus <robin@gareus.org>2017-07-08 15:35:30 +0200
commit82278af424461a9d966dc886302ceb24e775a32c (patch)
tree4c95c72a31ccab21674c6f9c9af52b3e4b9db2c2 /libs/ardour/ardour/types.h
parent60df2a342c2f244d6b002692caa279c17dc5d26d (diff)
Add API to expand/flatten AC groups
Diffstat (limited to 'libs/ardour/ardour/types.h')
-rw-r--r--libs/ardour/ardour/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h
index 3adfaf5c94..7a0c5762b7 100644
--- a/libs/ardour/ardour/types.h
+++ b/libs/ardour/ardour/types.h
@@ -23,6 +23,7 @@
#include <istream>
#include <vector>
#include <map>
+#include <set>
#include <boost/shared_ptr.hpp>
#include <sys/types.h>
#include <stdint.h>
@@ -570,6 +571,7 @@ namespace ARDOUR {
typedef std::list<boost::weak_ptr <Stripable> > WeakStripableList;
typedef std::list<boost::shared_ptr<AutomationControl> > ControlList;
typedef std::list<boost::shared_ptr<SlavableAutomationControl> > SlavableControlList;
+ typedef std::set <boost::shared_ptr<AutomationControl> > AutomationControlSet;
typedef std::list<boost::shared_ptr<VCA> > VCAList;