Kaiju Video Smasher – Final Prop

After the paint has dried and everything checked out, I took a few pictures of the flexible building prop. Lastly, here’s a video of the entire system in action:

Kaiju Video Smasher – Prop Assembly

For the flex sensor controller, a flexible foam shell in the shape of a building would pull the project together in terms of concept. Having the user smash a small building to make a film-monster smash an entire city creates a firmer connection between action and result. The actual assembly of the foam building started…

Kaiju Video Smasher: Software Dev 2

The last piece of the controller puzzle is now left to puredata. I need to parse the incoming serial stream from the arduino and run those values into the videoFilePlayer object that was created in the first video tutorial. Serial Parsing This bit took me the longest to get working. There are lots of serial…

Kaiju Video Smasher – Software Dev 1

With the general idea for the patch decided and the sub components outlines, it’s time to start patching. Starting the project. I have all the hardware I think I’ll need with me. A flex sensor My arduino with protoboard and prototype shield Access to an old ECE kit full of resistors and such After doing some quick…

Sample Project 2: Kaiju Video Smasher

Kaiju is a Japanese word that means “strange beast,” but often translated in English as “monster”. ~ Wikipedia – Kaiju This project aims to give users the ability to control the playback of public-domain segments of Japanese monster films using a foam model of a high-rise building. In the end the final installation should provide…

Voice Draw – Software Dev

After looking at methods of extracting a base frequency from a live audio input, I found two possible solutions. One is a processing library called Ess and the other is a pure-data object called fiddle~. After playing around with the two of them, I decided to use fiddle since it easily spits out the data I need…

Sample Project 1: Voice Draw

This next project was inspired by a fellow I met in the Atlanta airport. He was running an application that took webcam visuals and turned them into rather manic classical music. After about 5 minutes of watching his screen and hearing the faint tones emanate from his macbook, I asked him what he was doing. From…