I'm fairly new to processing, I am currently taking a class at my school and for my final I am planning on doing a sound based installation that uses a mic to react to peoples voices and records the loudest tone from each interaction storing it in a projected radial grid of dots that builds over a 24 hr period. The final processing sketch will require something that reacts to peoples voices, is able to detect the loudest sound and save it (in an arrayList i think) and plot that data on a graphic mapped to the current time. I'm trying to break down those tasks into a series of sketches and then hopefully add them together in the end. So far I have a basic sketch that reacts to sound and I built another basic sketch that draws a dot based on the current time. I'm trying to figure out how to store a value (like the last position of the mouse X) and use it to draw a dot.
Here is a link to a pdf that shows what my goal is for the installation to look like.
I'm not really sure where to start in terms of grabbing and storing a value from an input that can be used to create another graphic. Can anyone show me what bits of code i need to start putting this together?
Hi im new to processing and im trying to experiment with the kinect using Daniel's openKinect library
Right now I created a shape that uses the average point tracking to change color. Right now it's a bit buggy and doesn't seem to be consistent so I'm not sure what i need to adjust to make it work better.
I also want the shape to animate using the tracking as well. Specifically i would want the shape to be morphed deformed by hand movements.