Friday, August 10, 2007

the 360 works

i wrote a post a little while back about how my relatively new xbox 360 died on me. i despaired and then thought maybe i'd just live with it and regain some valuable real life hours.
well, where microsoft's products fall short, t's made up for it with customer service.
i called them, they sent me a prepaid box, i shipped my xbox out for repair, and a new one came back free. pretty nice.

and this means... see you later.

maybe they call it the xbox 360 because of the circle it makes when you buy it, have to send it back to microsoft when it breaks, and then returns to you again.

Tuesday, July 31, 2007

do re mi fa so la ti


when i was in college and people (usually of the older generation) would ask me my major, and i'd say "ohhh, well... music!". so many times i got the usual response, which was "well that must be fun for you!", or "oh what a great outlet."
if i wasn't lucky enough to see the conversation end there, "what sort of job are you going to have with that?" would inevitably follow.
though these certain types may have been right to doubt the security in careerpath, the part that i felt they often misunderstood is that music is not just a visceral hobby or "outlet"- of course it should be these things sometimes- but it can also be incredibly ACADEMIC.
the picture above is a screenshot of an max/msp patch written and used by the electronic artists Autechre.
here's some audio programming shots from other various programs. many of them aren't even exclusively for music- they are more like programming languages, used to research or shape audio information, which, in our glorious day and age- can be conveyed digitally.





an example of code from Super Collider:

"// play a mixture of pink noise and an 800 Hz sine tone
{ SinOsc.ar(800, 0, 0.1) + PinkNoise.ar(0.01) }.play;

// modulate the sine frequency and the noise amplitude with another sine
// whose frequency depends on the horizontal cursor position
{
var x = SinOsc.ar(MouseX.kr(1, 100));
SinOsc.ar(300 * x + 800, 0, 0.1)
+
PinkNoise.ar(0.1 * x + 0.1)
}.play;

// list iteration: create a collection of indices multiplied by their values
[1, 2, 5, 10, -3].collect { |item, i| item * i }

// factorial function
f = { |x| if(x == 0) { 1 } { f.(x-1) * x } }"

Years ago, people of culture studied music in school, took lessons requisitely, considering music to be integral to an education. They played cellos like they wore dresses. (Often.) Today, take a high school like mine, which had NO music program whatsoever, aside from an elective option choir, which was the worst in the western states, statistically and seriously.

The point is, music is intrinsically simple. Western music (as we know it) is based around only 7 tones of a major scale. But music also has a depth to it that so many people will never know, never understand- maybe because it's represented most often now by MTV and not by actual real and thinking musicians. There's a planets worth of organic tones we can spend lifetimes trying to emulate. Much like painting in visual art. And technology is only accelerating that capacity. I find this absolutely thrilling, humbling, and challenging.

Saturday, July 28, 2007

Wednesday, July 18, 2007


Purgatory, by Gustave Doré.

Tuesday, July 17, 2007

the red ring of death



i know there are more important things in the world to be frustrated about, but when you move to a new city and resort to buying an xbox for lack of any friends, after awhile you grow quite attached to it. and when it's not even a year old and it suddenly kaputs, leaving you alone on the couch staring into your wall, potato chips mixing with the drool running down your face, it really sucks. especially when you've lost the receipt.

three red flashing lights on my xbox says that the hard drive is dead.
apparently, microsoft has had this happen so often that they have had to extend their warranty to three years and back-pay everybody who has had to pay for repairs. one guy on the internet has purchased 11 xboxes (nutcase?) and all of them have died.i wouldn't be too worried, but i lost the receipt and i HATE MYSELF for it.

on the flipside, during the time i've not had an xbox, my amount of reading as well as general productivity has upped amazingly. mysterious!
so i'm faced with a dilemma of great moral consequence. do i fix the thing, (because God knows Halo 3 is coming out in a couple of months!!!), or do i cut my losses, time and money, and move on with my life?