Navigation
API > API/Plugins > API/Plugins/OSC > API/Plugins/OSC/UOSCManager
| Type | Name | Description | |
|---|---|---|---|
| static | UPARAM
(
DisplayName |
Adds provided message packet to bundle. | |
| static | UPARAM
(
DisplayName |
Adds Int64 value to end of OSCMessage | |
| static | UPARAM
(
DisplayName |
Adds address (packed as string) value to end of OSCMessage | |
| static | UPARAM
(
DisplayName |
Adds string value to end of OSCMessage | |
| static | UPARAM
(
DisplayName |
Adds blob value to end of OSCMessage | |
| static | UPARAM
(
DisplayName |
Adds boolean value to end of OSCMessage | |
| static | UPARAM
(
DisplayName |
Sets Value to address at provided Index in OSCMessage if in bounds and OSC type matches 'String' (Does NOT return address of message, rather string packed in message and casts to OSC address). | |
| static | UPARAM
(
DisplayName |
Set Value to float at provided Index in OSCMessage if in bounds and type matches | |
| static | UPARAM
(
DisplayName |
Set Value to integer at provided Index in OSCMessage if in bounds and type matches | |
| static | UPARAM
(
DisplayName |
Set Value to Int64 at provided Index in OSCMessage if in bounds and type matches | |
| static | UPARAM
(
DisplayName |
Set Value to string at provided Index in OSCMessage if in bounds and type matches | |
| static | UPARAM
(
DisplayName |
Adds bundle packet to bundle. | |
| static | UPARAM
(
DisplayName |
Sets Value to boolean at provided Index from OSCMessage if in bounds and type matches | |
| static | UPARAM
(
DisplayName |
Sets Value to blob at provided Index from OSCMessage if in bounds and type matches | |
| static | UPARAM
(
DisplayName |
Converts string to OSC Address | |
| static | UPARAM
(
DisplayName |
Returns if address pattern matches the provided address path. | |
| static | UPARAM
(
DisplayName |
Finds an object with the given OSC Address in path form, where containers correspond to path folders and the the address method to the object's name. | |
| static | UPARAM
(
DisplayName |
Converts object path to OSC Address, converting folders to address containers and the object's name to the address method. | |
| static | UPARAM
(
DisplayName |
Converts object path string to OSC Address, converting folders to address containers and the object's name to the address method. | |
| static | UPARAM
(
DisplayName |
Converts OSC Address to an object path. | |
| static | UPARAM
(
DisplayName |
Pushes container onto address' ordered array of containers | |
| static | UPARAM
(
DisplayName |
Pushes container onto address' ordered array of containers | |
| static | UPARAM
(
DisplayName |
Fills array with child bundles found in bundle. | |
| static | UPARAM
(
DisplayName |
Pops container from ordered array of containers. If no containers, returns empty string | |
| static | UPARAM
(
DisplayName |
Pops container from ordered array of containers. | |
| static | UPARAM
(
DisplayName |
Remove containers from ordered array of containers at index up to count of containers. | |
| static | UPARAM
(
DisplayName |
Returns copy of message's OSC Address | |
| static | UPARAM
(
DisplayName |
Sets the OSC Address of the provided message | |
| static | UPARAM
(
DisplayName |
Returns the OSC Address container at the provided 'Index.' Returns empty string if index is out-of-bounds. | |
| static | UPARAM
(
DisplayName |
Builds referenced array of address of containers in order | |
| static | UPARAM
(
DisplayName |
Returns full path of OSC address in the form '/Container1/Container2/Method' | |
| static | UPARAM
(
DisplayName |
Returns full path of OSC address in the form '/Container1/Container2' | |
| static | UPARAM
(
DisplayName |
Returns method name of OSC Address provided | |
| static | UPARAM
(
DisplayName |
Returns message found in bundle at ordered index. | |
| static | UPARAM
(
DisplayName |
Clears containers of OSC Address provided | |
| static | UPARAM
(
DisplayName |
Sets the method name of the OSC Address provided | |
| static | UPARAM
(
ref |
||
| static | UPARAM
(
ref |
||
| static | UPARAM
(
ref |
||
| static | UPARAM
(
DisplayName |
Fills array with messages found in bundle. | |
| static | UPARAM
(
DisplayName |
Clears provided message of all arguments. | |
| static | UPARAM
(
DisplayName |
Clears provided bundle of all internal messages/bundle packets. | |
| static | UPARAM
(
DisplayName |
Adds float value to end of OSCMessage | |
| static | UPARAM
(
DisplayName |
Adds Int32 value to end of OSCMessage |