JUCE
Namespaces | Classes | Typedefs | Functions
juce Namespace Reference

Namespaces

 littlefoot
 

Classes

struct  BitmapLEDProgram
 A simple Program to set the colours of individual LEDs. More...
 
class  Block
 Represents an individual BLOCKS device. More...
 
struct  BlockDeviceConnection
 Describes a phyiscal connection between two ports of two block devices. More...
 
struct  BlockTopology
 Describes a set of blocks and the connections between them. More...
 
class  ControlButton
 Represents a button on a block device. More...
 
struct  DrumPadGridProgram
 
struct  LEDColour
 A simple ARGB colour class for setting LEDs. More...
 
class  LEDGrid
 Represents a 2D grid of LEDs on a block device. More...
 
class  LEDRow
 Represents an LED strip on a device. More...
 
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...
 
class  PhysicalTopologySource
 This topology source manages the topology of the physical Blocks devices that are currently connected. More...
 
class  RuleBasedTopologySource
 This topology source holds and applies a set of rules for transforming one device topology into another one that may involve virtual and/or aggregate devices. More...
 
class  StatusLight
 Represents a status LED on a device. More...
 
class  TopologySource
 Base class for an entity that provides access to a blocks topology. More...
 
class  TouchList
 Utility class to hold a list of TouchSurface::Touch objects with different indices and blockUIDs, where each touch has a mapping to some kind of user-supplied data value. More...
 
class  TouchSurface
 Represents the touch surface of a BLOCKS device. More...
 

Typedefs

typedef char OSCType
 The type used for OSC type tags. More...
 
typedef Array< OSCTypeOSCTypeList
 The type used for OSC type tag strings. More...
 

Functions

void repostCurrentNSEvent ()
 
const PluginHostTypegetHostType ()
 

Typedef Documentation

§ OSCType

typedef char juce::OSCType

The type used for OSC type tags.

§ OSCTypeList

The type used for OSC type tag strings.

Function Documentation

§ repostCurrentNSEvent()

void juce::repostCurrentNSEvent ( )

§ getHostType()

const PluginHostType& juce::getHostType ( )