Classes | |
class | juce::OSCReceiver |
A class for receiving OSC data. More... | |
class | juce::OSCReceiver::Listener< CallbackType > |
A class for receiving OSC data from an OSCReceiver. More... | |
class | juce::OSCReceiver::ListenerWithOSCAddress< CallbackType > |
A class for receiving only those OSC messages from an OSCReceiver that match a given OSC address. More... | |
struct | juce::OSCReceiver::MessageLoopCallback |
Use this struct as the template parameter for Listener and ListenerWithOSCAddress to receive incoming OSC data on the message thread. More... | |
struct | juce::OSCReceiver::RealtimeCallback |
Use this struct as the template parameter for Listener and ListenerWithOSCAddress to receive incoming OSC data immediately after it arrives, called directly on the network thread that listens to incoming OSC traffic. More... | |
Namespaces | |
juce | |