|
JUCE
|
Classes | |
| class | OSCAddress |
| An OSC address. More... | |
| class | OSCAddressPattern |
| An OSC address pattern. More... | |
| class | OSCArgument |
| An OSC argument. More... | |
| class | OSCBundle |
| An OSC bundle. More... | |
| struct | OSCException |
| Base class for exceptions that can be thrown by methods in the OSC module. More... | |
| struct | OSCFormatError |
| Exception type thrown when the OSC module fails to parse something because of a data format not compatible with the OpenSoundControl 1.0 specification. More... | |
| struct | OSCInternalError |
| Exception type thrown in cases of unexpected errors in the OSC module. More... | |
| class | OSCMessage |
| An OSC Message. More... | |
| class | OSCReceiver |
| A class for receiving OSC data. More... | |
| class | OSCSender |
| An OSC message sender. More... | |
| class | OSCTimeTag |
| An OSC time tag. More... | |
| class | OSCTypes |
| The definitions of supported OSC types and their associated OSC type tags, as defined in the OpenSoundControl 1.0 specification. More... | |
Typedefs | |
| typedef char | OSCType |
| The type used for OSC type tags. More... | |
| typedef Array< OSCType > | OSCTypeList |
| The type used for OSC type tag strings. More... | |
Functions | |
| void | repostCurrentNSEvent () |
| const PluginHostType & | getHostType () |
| typedef char juce::OSCType |
The type used for OSC type tags.
| typedef Array<OSCType> juce::OSCTypeList |
The type used for OSC type tag strings.
| void juce::repostCurrentNSEvent | ( | ) |
| const PluginHostType& juce::getHostType | ( | ) |
References createPluginFilterOfType(), JUCE_API, and JUCE_CALLTYPE.