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

Custom OSC Message processing section in OSC Communication doc's is incorrect #389

Closed
triss opened this issue Aug 19, 2012 · 3 comments
Closed

Comments

@triss
Copy link
Contributor

triss commented Aug 19, 2012

  1. The example in "Custom OSC message processing" section of the OSC communication document does not function due to Main.addOSCFunc having been replaced with Main.addOSCRecvFunc and the arguments in the example function being the wrong way around.

  2. The document states that you can "add a custom Function or other object to Main''s recvOSCFunc variable" directly using it's setter. As far as I can tell this is not the case any more? addOSCRecvFunc now has to be used?

@triss
Copy link
Contributor Author

triss commented Aug 19, 2012

@timblechmann
Copy link
Contributor

applied the patch

@timblechmann
Copy link
Contributor

... but forgot to close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants