Marsyas
0.6.0-alpha
|
#include "osc_receiver.h"
#include <oscpack/ip/IpEndpointName.h>
#include <oscpack/osc/OscPacketListener.h>
#include <oscpack/osc/OscReceivedElements.h>
#include <string>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | Marsyas |
namespace | Marsyas::RealTime |
Functions | |
MarSystem * | find_child_system (MarSystem *parent, const char *name, size_t count) |
MarControlPtr | find_control (MarSystem *root_system, const char *path) |
MarControlPtr | find_local_control (MarSystem *system, const char *name, size_t count) |
void | process_bundle (MarSystem *root_system, const osc::ReceivedBundle &bundle) |
void | process_message (MarSystem *root_system, const osc::ReceivedMessage &message) |
void | process_packet (MarSystem *root_system, const char *data, size_t size) |