shape depending on sound input

Hello I would need a little tip, I am total beginner and I am looking for something that would move my points of a shape as a equalizer does.

Heres what I ve custom shape, the whole things makes together a letter

what I need: make the points of the letter shaking, vibrating. Is there some solution, or could you link me somewhere, please? Thank you very much

Answers

  • @honzojd:: - use Processing 1.5.1 or 2XX -- import minim lib; ---get lineIn() ---get values (amplitude) from this lineIn.

    then it depends of what you want exactly but globally map these values to the x, y coordinates (or anything) from your shape.

Sign In or Register to comment.