JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
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

 juce