lo_osc_types.h

Langue: en

Autres versions - même langue

Version: 380456 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

lo_osc_types.h -

SYNOPSIS


Data Structures


struct lo_timetag
A structure to store OSC TimeTag values.
union lo_arg
Union used to read values from incoming messages.

Defines


#define LO_TT_IMMEDIATE ((lo_timetag){0U,1U})
A timetag constant representing 'now'.

Enumerations


enum lo_type { LO_INT32 = 'i', LO_FLOAT = 'f', LO_STRING = 's', LO_BLOB = 'b', LO_INT64 = 'h', LO_TIMETAG = 't', LO_DOUBLE = 'd', LO_SYMBOL = 'S', LO_CHAR = 'c', LO_MIDI = 'm', LO_TRUE = 'T', LO_FALSE = 'F', LO_NIL = 'N', LO_INFINITUM = 'I' }
An enumeration of the OSC types liblo can send and receive.

Detailed Description

A liblo header defining OSC-related types and constants.

Author

Generated automatically by Doxygen for liblo from the source code.