Make Bundles work a bit better. A few include optimisations.
git-svn-id: svn://localhost/ardour2/branches/3.0@4408 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -319,7 +319,7 @@ class MackieControlProtocol
|
||||
static const char * default_port_name;
|
||||
|
||||
/// The Midi port(s) connected to the units
|
||||
typedef vector<Mackie::MackiePort*> MackiePorts;
|
||||
typedef std::vector<Mackie::MackiePort*> MackiePorts;
|
||||
MackiePorts _ports;
|
||||
|
||||
/// Sometimes the real port goes away, and we want to contain the breakage
|
||||
|
||||
Reference in New Issue
Block a user