55 static bool isSupportedType (
OSCType type)
noexcept
57 return type == OSCTypes::int32
58 || type == OSCTypes::float32
59 || type == OSCTypes::string
60 || type == OSCTypes::blob
61 || type == OSCTypes::colour;
74 uint8 red, green, blue, alpha;
92 DBG (
"OSCFormatError: " + description);
Holds a resizable array of primitive or copy-by-value objects.
The definitions of supported OSC types and their associated OSC type tags, as defined in the OpenSoun...
signed int int32
A platform-independent 32-bit signed integer type.
char OSCType
The type used for OSC type tags.
unsigned int uint32
A platform-independent 32-bit unsigned integer type.
unsigned char uint8
A platform-independent 8-bit unsigned integer type.
Holds a 32-bit RGBA colour for passing to and from an OSCArgument.
Base class for exceptions that can be thrown by methods in the OSC module.
Exception type thrown in cases of unexpected errors in the OSC module.