26 August 2010

http://musicmachinery.com/2010/05/21/the-swinger/

Another music technology blog that my dad found for me. This particular post is about a bit of Python code that takes any piece of music and makes it swing. Examples are included. Very funny and surprisingly effective. I'd like to hear some of this out on Saturday night swing dancing.

23 August 2010

Auditory Cues for Physical Properties

This was inspired by a friend's blog, http://learningfrompeterzumthor.wordpress.com/, chronicling his adventures and research into Peter Zumthor's architecture and what basic principles may underlie the ways by which emotions are evoked through materials and space. Below is a quote from a post in August 2010 and my comment to it regarding auditory perception.

… “We step into a room and we can sense the space. Materials surround us and we can measure their warmth, usually without touch.”

This part reminds me of some mostly unrelated, but interesting, research I came across last year. Auditory perception research (which still has a lot of uncertain territory) continues to explore humans’ ability to perceive structural information from only auditory cues. People can, with surprising relative accuracy, determine qualities of an object like shape, size, malleability and material just by hearing recordings of the object being struck. This is obvious in the context of everyday life: everyone can tell the difference between a pencil and a coin hitting the ground, but it brings up the question of how we determine these qualities, which current auditory perception theory doesn’t fully explain. Is there some other mechanism we use to sense material and sound? Just something to think about.

Here is a related article.http://www.dcs.shef.ac.uk/intranet/research/resmes/CS0210.pdf
It gets pretty heavy, but the introduction and related research sections are worth 10 minutes to anyone interested in auditory perception.

20 March 2010

A Real Weasley Clock

http://blog.johnmckerrell.com/2009/06/01/hacking-location-into-hardware/

Some Harry Potter magic comes to life. Yet another good reason I do what I do. One day, I want to be able to build one of these myself and make Grad School one step closer to Hogwarts.

25 February 2010

My first venture into writing code - Intro to Audio in Processing




Last time I mentioned this class Computational Principles for Media Art. Today we had pressure project 2 due, and this is what I came up with. Remember what it was like starting out and trying to learn something you'd never done before? The world of not understanding anything and knowing that in a couple months you'll look back and think - gosh, that's so easy - why couldn't I understand it? Well... read on.


For project 2, my goal was to learn as much as I could about the processing language. Ironically enough, for project 1, I chose to do video on Max/MSP, and for project 2, I chose to do audio on Processing. As it turns out, it would have made my life easier to have swapped those, but you live and learn, right?

In my research, I stumbled upon an awesome project that I’ve decided to take on this semester. It will be quite an undertaking for me, but it fulfills all of my goals I have for this class this semester. Without giving too much away, the programming portion is to take an incoming audio signal, run it through an FFT, extract amplitude and frequency information, and map those values to light intensity and color, respectively, sending the signals through an arduino to hardware. This is a straight forward and simple example of feature extraction. In Max, the programming is fairly simple. I suppose it is in Processing, too, but, disclaimer: I’ve never in my life written a piece of code.

I spent several hours going through the book “Programming Interactivity” by Joshua Noble, which is a great guide for complete beginners like myself. From there I learned the basics of all programming and the basics of the Processing language. I downloaded the minim library and perused the quickstart guide. From here I enlisted the help of fellow AME student Isaac, who volunteered to help me get through the bugs of learning to program. It turns out that nearly everything I wanted to accomplish was already pasted on the quickstart guide, so with only a few minor bugs, I was able to copy and paste from the web and create a window that displays an FFT and a waveform of the input from my microphone on my computer. At this point, I tried to make it play an mp3 file and display the FFT and waveform of the song. Here is where things start to go downhill. I got stuck. I couldn’t make Processing find the file I wanted to play. I moved on to looking at extracting frequency and amplitude, and I found nothing in the book or in the documentation that explained how to do what I wanted to do. Isaac showed me how to make Processing do what I wanted, and he accomplished it in about 30 minutes. It’s awesome. I unfortunately can’t explain how at this point, so I didn’t bring it. I’ve attached some annotated screenshots of my process to bring you back into the world of learning to write code from scratch. This is a project I hope to continue to build upon, and I think I’ve set a solid foundation of learning to help me along the way.

04 February 2010

What Media Engineers Think is Cool

This semester I'm in a class called "Computational Principles for Media Arts." Let's be honest. I had no idea what this meant when I signed up for it. It seemed like the thing to do at the time. Turns out, it was! The class is meant to introduce the student to programming tools used in media art (like video and audio), but is structured in a way to give each student freedom to learn what applies to their own interests. In addition, each student gets a chance to share something cool from the field with the rest of the class... meaning I get to sit in class and watch youtube videos and news articles of things that Media Engineers think are cool. Just another day living the dream.

Here is the most interesting article presented for this round.

Blood, Sweat and other sources of energy. Presented by Mic Croitoru

12 January 2010

In the beginning...

http://ame.asu.edu

The above link will give a brief peak of the foundation for all of the mind-boggling, cutting edge, geeky-cool things I get to do with my life. I hope this blog will be a place to share all of those moments when I exclaim, "WhoA!!! That is SO cool!!" during my everyday, not-so-ordinary life. So join me, learn, and prepare to be blown away (that is, if things like biosensors, arduinos, midi controllers and max patches float your boat...)