JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce_OSCReceiver.h File Reference
This graph shows which files directly or indirectly include this file:

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

namespace  juce