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
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
juce::OSCTypes Class Reference

The definitions of supported OSC types and their associated OSC type tags, as defined in the OpenSoundControl 1.0 specification. More...

#include "juce_OSCTypes.h"

Static Public Member Functions

static bool isSupportedType (OSCType type) noexcept
 

Static Public Attributes

static const OSCType int32
 
static const OSCType float32
 
static const OSCType string
 
static const OSCType blob
 
static const OSCType colour
 

Detailed Description

The definitions of supported OSC types and their associated OSC type tags, as defined in the OpenSoundControl 1.0 specification.

Note: This implementation does not support any additional type tags that are not part of the specification.

@tags{OSC}

Definition at line 46 of file juce_OSCTypes.h.

Member Function Documentation

◆ isSupportedType()

static bool juce::OSCTypes::isSupportedType ( OSCType  type)
staticnoexcept

Definition at line 55 of file juce_OSCTypes.h.

Member Data Documentation

◆ blob

const OSCType juce::OSCTypes::blob
static

Definition at line 52 of file juce_OSCTypes.h.

◆ colour

const OSCType juce::OSCTypes::colour
static

Definition at line 53 of file juce_OSCTypes.h.

◆ float32

const OSCType juce::OSCTypes::float32
static

Definition at line 50 of file juce_OSCTypes.h.

◆ int32

const OSCType juce::OSCTypes::int32
static

Definition at line 49 of file juce_OSCTypes.h.

◆ string

const OSCType juce::OSCTypes::string
static

Definition at line 51 of file juce_OSCTypes.h.


The documentation for this class was generated from the following files: