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

Open
Raphiiko opened this issue May 31, 2023 · 0 comments
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.

@Raphiiko Raphiiko added enhancement New feature or request help wanted Extra attention is needed labels May 31, 2023
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

No branches or pull requests

1 participant