I decided to play around with Processing. I downloaded the program a couple of years ago, but didn’t do anything with it. Now, I’m going through the tutorials and examples so that I can eventually create something. This is a screenshot of my first creation.
(via stonerichnau)




![igoumeninja:
Circular Spectrograph Representation.
Inspiration from Jon-Kyle
ofCode
ofPushMatrix(); ofTranslate(ofGetWidth() / 2, ofGetHeight() / 2, 0); //ofRotateZ(1); ofRotateZ(rotCircSpect*ofGetFrameNum()); for (int i=1; i<513; i++) { data[i] = m.getArgAsFloat( i ); glColor3f(rotCircSpectRed*data[i],rotCircSpectGreen*data[i],rotCircSpectBlue*data[i]); ofEllipse(0,i,2,2); } ofTranslate(-ofGetWidth() / 2, -ofGetHeight() / 2, 0); ofRotateZ(-rotCircSpect*ofGetFrameNum()); ofPopMatrix();
All code at https://github.com/igoumeninja/livePerformance/commit/214b155b79a47cd0f4aa33496ff9f8ba64a8a6cf
Aris](http://25.media.tumblr.com/tumblr_m40c2zg2B11qza57fo1_500.png)