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

the UDP server docs could use some concrete examples #673

Open
artificiel opened this issue Mar 3, 2023 · 0 comments
Open

the UDP server docs could use some concrete examples #673

artificiel opened this issue Mar 3, 2023 · 0 comments

Comments

@artificiel
Copy link
Contributor

when setting up for UDP it's not so easy to figure out if things are working or not. some command line boilerplate saves time in "line checking" the communication. such as (tested on macOS12, and linux with openbsd-netcat; adjust the port (9999) to match the --port of the sound command):

echo -n '&i1 0 1 0.5 "this.aif"' | nc -u 127.0.0.1 9999
echo -n "##close##" | nc -u 127.0.0.1 9999

https://github.com/csound/manual/blob/f63c3eef630c45c4eb23cfebf78189217b09b222/overview/server.xml

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

1 participant