Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Raphiiko opened this issue May 31, 2023 · 0 comments · Fixed by #109
Closed

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

Raphiiko opened this issue May 31, 2023 · 0 comments · Fixed by #109
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Raphiiko
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant