Proper OSC remote control implementation, allowed on standalones
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
0ad791dee0
commit
3d44fb9d79
5 changed files with 192 additions and 34 deletions
|
|
@ -218,6 +218,12 @@ public:
|
|||
context(new CardinalPluginContext(this)) {}
|
||||
~CardinalBasePlugin() override {}
|
||||
|
||||
#ifdef HAVE_LIBLO
|
||||
virtual bool startRemoteServer(const char* port) = 0;
|
||||
virtual void stopRemoteServer() = 0;
|
||||
virtual void stepRemoteServer() = 0;
|
||||
#endif
|
||||
|
||||
#ifndef HEADLESS
|
||||
friend class CardinalUI;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue