mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
add export control to control protocol library
This commit is contained in:
parent
f3d2ca0d9a
commit
5896d773e4
4 changed files with 78 additions and 8 deletions
|
|
@ -32,12 +32,14 @@
|
|||
|
||||
#include "timecode/time.h"
|
||||
|
||||
#include "control_protocol/visibility.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
class Session;
|
||||
class SessionEvent;
|
||||
}
|
||||
|
||||
class BasicUI {
|
||||
class LIBCONTROLCP_API BasicUI {
|
||||
public:
|
||||
BasicUI (ARDOUR::Session&);
|
||||
virtual ~BasicUI ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue