Does an open sound control library exists for javascript? I cant seem to find any information on this.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Web sockets are, indeed, the best way to implement OSC in a browser – but, with lacking support, the next-best thing is a custom HTTP server. An effort is underway to build one – I’ve not checked out the process, so have a look yourself to see if it fits your purposes.