numerous changes to Mackie support, generally offering better robustness

This commit is contained in:
Paul Davis 2015-10-10 17:13:04 -04:00
parent 7c58b4de5f
commit 965b135842
8 changed files with 157 additions and 107 deletions

View file

@ -3,6 +3,8 @@
#include <stdint.h>
#include <sigc++/trackable.h>
#include "pbd/signals.h"
#include "pbd/xml++.h"
#include "midi++/types.h"
@ -43,7 +45,7 @@ class Jog;
class Pot;
class Led;
class Surface : public PBD::ScopedConnectionList
class Surface : public PBD::ScopedConnectionList, public sigc::trackable
{
public:
Surface (MackieControlProtocol&, const std::string& name, uint32_t number, surface_type_t stype);