SPAOP
|
#include <memory>
#include "SourceCollection.h"
#include "WonderHeader.h"
#include "ConnectionTimer.h"
#include "VisualStreamReceiver.h"
#include "OscSender.h"
#include "PingControl.h"
#include "XmlParser.h"
#include "Parsetools.h"
Go to the source code of this file.
Classes | |
class | wonder::SourceController |
The main communication node that keeps track of all virtual sources and enables the host DAW to control one of them. More... | |
class | wonder::SourceController::Listener |
An interface for a listener that listens to various callbacks triggered by incoming messages or connection timeout alerts. More... | |
Namespaces | |
wonder | |
A namespace for library- and system-independent WONDER-related classes. | |
Macros | |
#define | ABS(x) ((x) > 0 ? (x) : -(x)) |
#define ABS | ( | x | ) | ((x) > 0 ? (x) : -(x)) |