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

Connect to PD or Max MSP #40

Closed
adzialocha opened this issue Mar 11, 2019 · 4 comments
Closed

Connect to PD or Max MSP #40

adzialocha opened this issue Mar 11, 2019 · 4 comments

Comments

@adzialocha
Copy link
Owner

I ran into another problem, I'm building a heroku server app with node.js but I don't seem to be able to open more ports than the one the app is serving.
I am not able to implement this by sockets in my app. Everytime I test osc.js it denies and closes the socket. My point would be to connect to pure data or maxmsp, any help on this?
Best, Luis

Originally posted by @luisarandas in #38 (comment)

@adzialocha
Copy link
Owner Author

adzialocha commented Mar 11, 2019

I'm not really sure what exactly you are trying to achieve @luisarandas / what your setup is, but did you have a look at this example: https://github.com/adzialocha/osc-js/wiki/PureData-&-MaxMSP?

@luisarandas
Copy link

Thank you for the response adzialocha. Yes, that works locally. Not when I upload to the server.
Any insight on this?

@TyIsI
Copy link

TyIsI commented Oct 4, 2019

@luisarandas Unfortunately, Heroku doesn't support multiple ports. For the 'web' types, it just supports a HTTP port.

See more on https://stackoverflow.com/a/37645044/4313368

@adzialocha
Copy link
Owner Author

Thank you @TyIsI for clearing that up!

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

3 participants