"Threshold" is an interactive installation that I created for the 2009 Spring BFA Exhibition. As a Viewer moves in the space, a sonar sensor sends the Viewer's distance data to the artbus, which translates into changes in image and sound.
Software Used:
PythonOgre, puredata
Max/MSP outputting randomly sequenced signals through the ArtBus digital board. These signals trigger three analog switching chips each gating three separate video and audio signals.
Color Sounds considers the phenomenon of color synesthesia--a neurological condition in which an individual connects colors with certain sounds. The pitch of each sound is determined by the color temperature, measured in degrees kelvin. Cool colors have are high on the color temperature spectrum as warm co
#!/usr/bin/env python ''' transmogrifier.py: beta version dependencies: Python2.5, wxPython, pyserial2.3+, simpleosc0.2.5, ftdi driver authors: Matt Nelson, Robb Drinkwater, Ed Bennett last edited: Thu Aug 1 13:30:22 2008 http://artbus.info CHANGE LOG: 1.1 Beta - Removed || USB from MainFrame getDevices method, not needed because of -i & will throw an error on Linux (rd)