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

sclang: support for receiving nested OSC bundles. #881

Merged
merged 1 commit into from
Jun 30, 2013
Merged

sclang: support for receiving nested OSC bundles. #881

merged 1 commit into from
Jun 30, 2013

Conversation

ventosus
Copy link
Contributor

OSC bundles cannot only contain OSC messages, but other bundles, too. This patch adds support to sclang for receiving such nested OSC bundles.

The method recvOSCbundle is not used anymore and was therefore deleted. Message dispatching is solely done via recvOSCmessage.

The function ConvertOSCBundle is not used anywhere, seems to be dead code to me, so it has been removed.

OSC bundles cannot only contain OSC messages, but other bundles, too. This patch adds support to sclang for receiving such nested OSC bundles.

The method recvOSCbundle is not used anymore and was therefore deleted. Message dispatching is solely done via recvOSCmessage.

The function ConvertOSCBundle is not used anywhere, seems to be dead code to me, so it has been removed.
@timblechmann
Copy link
Contributor

looks good to me, thanks a lot!

timblechmann added a commit that referenced this pull request Jun 30, 2013
sclang: support for receiving nested OSC bundles.
@timblechmann timblechmann merged commit ee6bc5c into supercollider:master Jun 30, 2013
@ventosus ventosus deleted the topic/sclang_osc_nested_bundles branch July 1, 2013 08:37
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

Successfully merging this pull request may close these issues.

3 participants