mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
modification to make generic MIDI actually work again
git-svn-id: svn://localhost/ardour2/trunk@673 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
05f8fcd189
commit
26843b34fd
14 changed files with 142 additions and 24 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#include <vector>
|
||||
#include <list>
|
||||
#include <sigc++/sigc++.h>
|
||||
|
||||
#include <pbd/stateful.h>
|
||||
#include <control_protocol/basic_ui.h>
|
||||
|
||||
namespace ARDOUR {
|
||||
|
|
@ -34,7 +34,7 @@ namespace ARDOUR {
|
|||
class Route;
|
||||
class Session;
|
||||
|
||||
class ControlProtocol : public sigc::trackable, public BasicUI {
|
||||
class ControlProtocol : public sigc::trackable, public Stateful, public BasicUI {
|
||||
public:
|
||||
ControlProtocol (Session&, std::string name);
|
||||
virtual ~ControlProtocol();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue