OyasumiVR
OyasumiVR copied to clipboard
Expand OSC scripting syntax to support strings, and multiple values per message.
Currently, the OSC scripting functionality has two main issues:
- It only supports one value per message. OSC messages support multiple values per message.
- It only supports int, float and boolean types. At least a String type should be added.
Expanding this functionality is a very low priority, but would be a nice to have.