You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: