Module xOscValue
A single value within a xOscMessage .
Functions
__init (table) | [Constructor] accepts a single argument for initializing the class |
Tables
TAG | The type of message |
Fields
self.tag | xOscValue.TAG |
Functions
Tables
- TAG
-
The type of message
Fields:
- FLOAT float32
- INTEGER int32
- STRING OSC-string
- NUMBER non-strict number (float OR integer)