Programming is often about solving problems, sometimes problems that you didn’t know that you actually had to deal with. This past week the Media Installations course that I’m taking spent some time discussion issues of synchronicity between computers for installations, especially in a situation where the latency of wired or wireless connections creates a problem. When 88 computers all need to be “listening” in order to know when to start playback, how can you solve that problem?
Part of the discussion in the class centered around using the built-in microphones on modern laptops as a possible solution. Here the idea was that if every computer had it’s microphone turned on, the detection of a sound (say a clap) would act as a trigger for all the machines. Unless you are dealing with distances where the speed of sound becomes a hurdle for accuracy, this seemed like a great solution. So I built a patch to do just that.
This max patch uses the internal microphone to listen to the environment and send out a trigger messages (a “bang” in max-speak) when a set sonic threshold is crossed. As an added bonus, this patch also turns off the systems involved with detection once it’s set in motion. Generally, it’s seemed to me that a fine way to keep things from going wrong is to streamline your program so that it’s running as efficiently as possible.
Tools Used
Programming – MaxMSP
Countdown Video – Adobe After Effects
Screen Cast – ScreenFlow
Video Editing – Adobe Premiere
links to patch and project in dropbox are broken
Thanks for catching this broken link. Should be working now.
Dear Matthew. Sorry for my ignorance (I am a Max beginner). For calibrating, I should change only the 1.6 value on your patch (which corresponds to the threshold )?
I have repeated all the procedures on your video but I cannot get a bang. The incoming audio reaches the threshold bot I do not have a bang. Should I change all the arguments, not only the threshold part?
Thanks!
Armando
Hi Armando – it’s been a few years now since I’ve done much work in max so I’m feeling a little rusty in replying here. You should only need to change the threshold value to control when your patch triggers. Have you verified that you’re getting a signal form your microphone?
the patch is still broken in dropbox
Sadly I think that patch is long since deleted. I’ll remove the link. Sorry about that.