LMMS
Loading...
Searching...
No Matches
ConnectionDummy.cpp
Go to the documentation of this file.
1/*
2 ZynAddSubFX - a software synthesizer
3
4 ConnectionDummy.cpp - Out-Of-Process GUI Stubs
5 Copyright (C) 2016 Mark McCurry
6
7 This program is free software; you can redistribute it and/or
8 modify it under the terms of the GNU General Public License
9 as published by the Free Software Foundation; either version 2
10 of the License, or (at your option) any later version.
11*/
12#include "Connection.h"
13#include <unistd.h>
14namespace GUI {
16{
17 return 0;
18}
20{
21}
22void raiseUi(ui_handle_t, const char *)
23{
24}
25void raiseUi(ui_handle_t, const char *, const char *, ...)
26{
27}
29{
30 usleep(1000);
31}
36};
#define NULL
Definition CarlaBridgeFormat.cpp:30
Definition Fl_Osc_Interface.h:56
Definition MiddleWare.h:27
Definition Connection.h:23
void * ui_handle_t
Definition Connection.h:24
Fl_Osc_Interface * genOscInterface(zyncarla::MiddleWare *)
Definition ConnectionDummy.cpp:32
void raiseUi(ui_handle_t, const char *)
Definition ConnectionDummy.cpp:22
void destroyUi(ui_handle_t)
Definition ConnectionDummy.cpp:19
ui_handle_t createUi(Fl_Osc_Interface *osc, void *exit)
Definition ConnectionDummy.cpp:15
void tickUi(ui_handle_t)
Definition ConnectionDummy.cpp:28