Michael Ang

A breadcrumb trail of project notes

Recent Entries

Pages

Archive for the 'Programming' Category

OpenFrameworks

Posted by mang on July 25th, 2006 filed in Eyebeam, Programming

(My apologies as I finally clear out a bunch of older stuff I’d like to share…)
Back in NYC I had the pleasure of attending a three-day workshop on OpenFrameworks, a C/C++ library developed at Parsons for interactive video pieces. It integrates several existing open source libraries and provides some wrapper/utility code of its [...]

Read More..>>

Hydrobot Soaks Tonic

Posted by mang on May 2nd, 2006 filed in Electronics, LEMUR, NIME, Programming

Hydrobot Mark I is a robot that makes music using water. Mark I sprays water pressurized by a pump onto metal resonator plates that are attached to a contact microphone. Laser-cut acrylic disks mounted to waterproofed motors spin and interrupt the flow of water to create rhythm. The sound of the contact [...]

Read More..>>

3D sound / OpenAL

Posted by mang on December 1st, 2005 filed in Programming

I’m looking for a 3D sound API in C/C++. Cross-platform is of course nice. I found OpenAL which purportedly works on Windows, OSX and Linux. The tutorials don’t seem that scary, but I’m not really looking forward to doing threads in C++ again. Basically I want something where I can output [...]

Read More..>>