|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Go to the source code of this file.
Classes | |
| class | juce::OSCTypes |
| The definitions of supported OSC types and their associated OSC type tags, as defined in the OpenSoundControl 1.0 specification. More... | |
| struct | juce::OSCColour |
| Holds a 32-bit RGBA colour for passing to and from an OSCArgument. More... | |
| struct | juce::OSCException |
| Base class for exceptions that can be thrown by methods in the OSC module. More... | |
| struct | juce::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 | juce::OSCInternalError |
| Exception type thrown in cases of unexpected errors in the OSC module. More... | |
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |
Typedefs | |
| using | juce::OSCType = char |
| The type used for OSC type tags. | |
| using | juce::OSCTypeList = Array< OSCType > |
| The type used for OSC type tag strings. | |