mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
numerous changes to Mackie support, generally offering better robustness
This commit is contained in:
parent
7c58b4de5f
commit
965b135842
8 changed files with 157 additions and 107 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue