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

Handle fail messages in SuperColliderExample #18

Closed
segabor opened this issue Jan 9, 2019 · 1 comment
Closed

Handle fail messages in SuperColliderExample #18

segabor opened this issue Jan 9, 2019 · 1 comment

Comments

@segabor
Copy link
Owner

segabor commented Jan 9, 2019

SuperCollider returns /fail message when it fails to process received message.

[segabor@csihuhu OSCCore]$ swift run SuperColliderExample
[message] Address: /fail; Arguments: [/s_new, SynthDef not found]
[message] Address: /fail; Arguments: [/n_set, Node 4 not found]
[message] Address: /fail; Arguments: [/n_set, Node 4 not found]
[message] Address: /fail; Arguments: [/s_get, Node 4 not found]

Let's extend SuperColliderExample to handle them.

@segabor
Copy link
Owner Author

segabor commented Jan 15, 2019

Moved to segabor/SCClient#1

@segabor segabor closed this as completed Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant