I'm currently working on a project which is capturing the sound (with the librairy Minim) from the microphone of a computer into visual effect.
But I wish to export it to a website, and i can't export the minim librairy to a web applet. So if you have any suggestion of an other way to do it, go for it !
If you want my all code, ask for it !
PS : i'm using a FTT analyse for the visual effect.
I'm currently working on a way to make a book of an image, and in that way to write every hex color code of every pixel of the image in single PDF pages. My script work great but when I arrived to a certain value in my loop i got the super nice message ArrayIndexOutOfBoundsException. But i don't understand why ...
I'm quiet new in the magic world of Processing and I got a little problem, and i can't fix it ...
First, i'm gonna explain my project. I want to take the number of times of each letter appair in a tex (A,B,C,D,...) make something with it (I don't know yet). But i can't get the number of each letter by using a for (because i don't know very much about array and for...).