We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I created a sound visualizer using microphone inputs in processing & I'm wondering if there's any way I could convert the .pde file to a .html webpage? I tried exporting the .pde as an application, which created a file that includes a .java file of the code but I can't seem to implement it in a html file. Thank you all in advance!
John
Answers
GoToLoop, thank you so much! this is very informative and tremendously helpful.
While you can't use Java libraries in Processing JavaScript Mode, If you go the "difinitive" route there are ALSO a (smaller) set of P5.js libraries for use with P5.js (sound, video, Arduino serial etc)
https://p5js.org/libraries/