MaxMSP is a visual programming language used to dynamically create music. In this GitHub, we have included basic code that accompanies the workshop as well as finished code for later.
Make sure you have Node.js and npm. You can download them here.
Download Max 8 here. Max is free for 30 days.
First, run the Node.js file.
node face_interpreter.js
Then, open up Max and under the File tab, open INSERT_NAME_HERE.maxpat. Then click the button labeled script start
and click one of the names in the patch.
The post request currently on face_interpreter.js
will be live for the duration of hacking at HooHacks, however, please do not use it in your own projects. It will be dismantled once hacking ends and will not work come judging time.