We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I prepared a sketchy, simple solution for interfacing "patches" created in MaxMSP/Jitter and "sketches" written in P5*js.
This is a side effect of my current work on some projects with WRO Art Center, dæd bɑɪtz, and others. It's an simple interface allowing communication between the MaxMSP and P5*js sketches loaded into Max [jweb] object, but can be very useful... for small number of people.
more info: http://paweljanicki.jp/projects_maxandp5js_en.html
Comments
hey this is great! could you point out how to unpack the coordinates within Max in your example? I've tried [route] and [unpack] with no success. What am I missing? all the best!
Ok I now what I was missing. Within "loadinsidemax.html" the proper syntax for a list must be specified, according to:
// output a list window.max.outlet('foo', 1, 2);
Great info in here: https://docs.cycling74.com/max7/vignettes/jwebcommunication
Thanks for your work yaniki this is got huge potential for audiovisual composition :)