You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've hacked a catart-mubu patch to be controlled by mouse position in a browser. the mousestate is sent over websocket to a server, which broadcasts via websocket to the max patch. note 2 things: the website also sends the window dimensions so that the max patch can scale correctly (you can resize the browser at any time and max will scale correctly to it.
The following works in the develop branch (but remember to checkout a new branch if you want to experiment!!)
run 'node server.js'
open a browser at 'localhost:3000' (webpage is blank for now)
open the browser's dev console (i.e. if using chrome, hit cmd-option-J for web console)
move your mouse around the blank webpage
optional: open 'manifolds_catart.maxpat'
The text was updated successfully, but these errors were encountered:
I've hacked a catart-mubu patch to be controlled by mouse position in a browser. the mousestate is sent over websocket to a server, which broadcasts via websocket to the max patch. note 2 things: the website also sends the window dimensions so that the max patch can scale correctly (you can resize the browser at any time and max will scale correctly to it.
The following works in the develop branch (but remember to checkout a new branch if you want to experiment!!)
The text was updated successfully, but these errors were encountered: