| Message(string path) |
| path | the OSC path of this message |
| add(bool value) | add a boolean argument to this message |
| add(float value) | add a float argument to this message |
| add(integer value) | add an integer argument to this message |
| add(null value) | add a null argument to this message |
| add(string value) | add a string argument to this message |
| arg(integer index) | returns the argument at the given index |
| args() | returns the number of arguments to this message |
The OSC path of this message.
Add a boolean argument to this message.
Add a float argument to this message.
Add an integer argument to this message.
Add a null argument to this message.
Add a string argument to this message.
Returns the argument at the given index.
Returns the number of arguments to this message.
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.