OyasumiVR icon indicating copy to clipboard operation
OyasumiVR copied to clipboard

Expand OSC scripting syntax to support strings, and multiple values per message.

Open Raphiiko opened this issue 1 year ago • 0 comments

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.

Raphiiko avatar May 31 '23 20:05 Raphiiko