aM Laboratory

This guy: Andre Michelle rocks. Seems to be some kind of audio code, tech master. This pic is of a tenori-on-like device which makes soaring soundscapes when you hammer at it's buttons- even if you're shit it just seems to work out somehow. Be sure to check out his other stuff too I really like these too-super ellipse and pulsate.

Processing Pt. 3

Spent a productive day kinda getting to grips better with the object functions, arrays (and iterating through them), and the dist function in processing. With a decent sized shout out to Mike for some tweeking of code to actually make the bastard work I managed to get some quite pretty results. The top stuff is a proximity sort of thing each time a new point is drawn it assesses how far away the other points are from it and draws a darker line depending on how close it is to a given point. Pretty. The second set is a simple (but triumphant for me!) distance thing done earlier on in the day where it assesses how far a new point is and if it's within a certain range draws a line to the middle of the sketch. I felt well good after doing these- looking forward to doing some more. (code to follow when i figure out how to do it!)

Processing Mk.2

Not so good today. Managed to get this box to move across a screen (with random colours for prettyness), but that was about it. I managed to remake what I did yesterday but with objects instead of whatever normal code is which I guess is an achievement and I'm starting to recognise what I don't know- Arrays are doing my head. So is the for(i++) type of function so those guys are next on the list.

Processing

I've committed myself to learning processing this week and, after a 9–5 day at home, I've got the hang of the basics again. Drawing shapes, points, lines, colouring them with transparencies, random positioning and colour, mouse pressed commands, exporting, print lining, mouse following and general setup and syntax. Not bad but it really taxes my brain- I think it's going to be a bit of an effort for me- it doesn't come naturally but hopefully a week will see me a bit better at least- I'm going to push myself to produce at least a screenshot every day.