SPAOP
|
lowrappers | A namespace for C++ wrappers for the Liblo library |
Address | A wrapper for Liblo's lo_address |
GenericServerThreadListener | A generic functor class for the ServerThread::Listener interface |
Message | A wrapper of Liblo's lo_message |
ServerThread | A server thread with Liblo-style callback capabilities |
Listener | A listener interface for listeners to be called by the ServerThread when incoming OSC messages are received |
parsetools | A namespace for tools for manipulation and validation of user input strings |
thread | A namespace for C++ wrappers of basic multithreading objects |
Thread | A wrapper for the std::thread wrapping it into a Java-style thread object |
wonder | A namespace for library- and system-independent WONDER-related classes |
Colour | A struct representing a (RGB) colour |
Colours | A class that contains various Colour constants |
ConnectionTimer | An interface defining a cyclic timer (to be used as a watchdog for connection timeouts) along with listener and factory interfaces |
Factory | An interface for a factory class that creates ConnectionTimers |
Listener | A listener that must be notified by the timer on timeout |
OscSender | An abstract class describing the interface for a class that sends out the WONDER-specific OSC-messages |
OscSenderThread | An interface for a thread implementing the OscSender interface |
PingControl | A class for connection timeout control |
Listener | A listener class for callbacks in case loss of connection is detected |
Room | A class containing the wonder-specific information about a room (name and vertices) |
Vertex | A struct describing a vertex with its three coordinates |
Source | A class for objects representing a WONDER source with all its properties |
SourceCollection | A container class holding multiple sources (IDs 0 to maxSources-1), accessible via their sourceIDs |
SourceController | The main communication node that keeps track of all virtual sources and enables the host DAW to control one of them |
Listener | An interface for a listener that listens to various callbacks triggered by incoming messages or connection timeout alerts |
VisualStreamReceiver | An interface defining an OSC server thread that receives and handles the messages sent via WONDER's "visual stream" |
Factory | A factory class that creates VisualStreamReceiver instances |
Listener | A listener interface that can be registered with the VisualStreamReceiver |
PingHandler | Another listener interface especially for incoming ping messages |
XmlParser | An interface defining a class that sets the parameters of one or several sources from an XML formatted string describing a cWONDER project (as defined in cwonder_project.dtd) |
wonderjuce | A namespace for (reusable) WONDER-related classes that are based on the JUCE library |
ComponentWithFocusPoint | An abstract class extending juce::Component, adding methods to query a "focus point" |
JuceConnectionTimer | An implementation of wonder::ConnectionTimer using the Timer class of JUCE |
SourceDisplay | An abstract class for a GUI component that displays a two-dimensional view of WONDER sources and the speaker arrays |
SourcePanel | A GUI component that displays a two-dimensional view of a source's position and allows the re-positioning by mouse actions |
Listener | A class for receiving callbacks from a SourcePanel |
SourceZoomPort | A ZoomPort that contains a SourcePanel |
SpaopEditorComponent | An abstract class for GUI subcomponents of the SpaopAudioProcessorEditor |
XmlFactory | A class with static functions to create XmlElements from Objects, create Objects from XmlElements and set existing Objects to the values given in an XmlElement |
ZoomPort | A GUI component that wraps another ComponentWithFocusPoint, adding the ability to zoom in and out and to scroll |
wonderlo | A namespace for liblo-based implementations of the OSC communication interfaces defined in namespace wonder |
MessageWithPath | A lowrappers::Message object that holds additional information about its destination OSC path |
StreamMulticaster | A StreamMulticaster forwards any OSC messages that are sent to its StreamInPort to a multicast group |
VSReceiver | An OscServer-Thread that calls the message-handling methods of a VisualStreamCallInterface object |
WonderOscSender | A lowrappers::Address implementing the wonder::OscSender interface |
WonderOscSenderThread | A thread implementing the wonder::OscSenderThread interface |
WonderOscServerSender | A lowrappers::Address implementing the wonder::OscSender interface, sending its messages from a specified lowrappers::ServerThread's port |
WonderOscServerSenderThread | A WonderOscSenderThread thread, sending its messages from a specified lowrappers::ServerThread's port |
ConnectionComponent | [Comments] |
SourceParamComponent | [Comments] |
SpaopAudioProcessor | The SPAOP-plugin's processor class |
SpaopAudioProcessorEditor | [Comments] |