Adam's Blog
×

Day 21

Wednesday September 22, 2010
Category: Creative Pact 2010

No sound today. I was thinking of making something that might look like a Shepard's Tone and I came up with this simple idea of a complex polygon that expands outwards into the viewer. I got it going and then I thought it would be cool for it to be endless. I will have to think how I can do that practically. I have a feeling it will borrow some waterfall code and test to see if vertices are out of visual range and then put them back into the pile. I think I will need to sleep on that one.

Screenshot of software. Screenshot of software.

Day 20

Tuesday September 21, 2010
Category: Creative Pact 2010

Today I was so close to not making something but then I looked into logarithmic scales in FFTs and it was very easy to adapt yesterday's code. I played a little bit more with the camera in OPENGL. Who knows what tomorrow will bring.

Screenshot of software. Screenshot of software.

Day 19

Sunday September 19, 2010
Category: Creative Pact 2010

I was hoping to have some success with ArrayLists today but I didn't. I finally have the waterfall code down but it goes backwards from past to present instead of present to past. It looks kinda neat this way, though. I also added colour! For me,  working in HSB seems to be more closely related to my headspace than RGB, so if I need colour I am going to stick to that for now.

This sketch uses linear averages of FFT which are really easy to compute and set up but the result is less than pleasing. I think tomorrow I will play with the log function and see if I can get something a little closer to what I think it should look like.

Screenshot of software. Screenshot of software.

Day 18

Saturday September 18, 2010
Category: Creative Pact 2010

Today I messed around with some simple spectral displays and trying other parts of the Processing API. I have added curveVertex to my bag of tricks. This patch has two curvy lissajous spectral displays rotating in contrary motion and a set of bars representing linear spectral averages.

This was the first time I put some more interaction into a sketch. I have a key that changes the mode of the layering. I have been working on things and discovering stuff that I like about a sketch but often it goes away when I make the final thing that I like most. So, I made a little mistake in the process and kept it as an option by pressing the d key.

I still have to look into waterfall plots and buffering. Maybe tomorrow.

Screenshot of software. Screenshot of software.

Day 17

Saturday September 18, 2010
Category: Creative Pact 2010

Today is a simple patch that does a spectral lissajous plot. Enjoy!

Screenshot of software. Screenshot of software.

←   newer :: older   →