OSC

Round Slide Harp

This is the third musical instrument controller I have prepared for Maker Faire. This one combines lessons learned from the previous two: the tablo e-textile controller and the large koto/guitar hybrid from last year.

Kalimba Controller with piezo-resistive fabric pressure sensor for displacement measurement

This simple controller is inspired by the south African kalimba. The kalimba lends itself to rapid assembly because of its use of a single central bar held down by two screws to trap the array of tines between two pivot points.

Wooden tines are used in this prototype because they are faster to shape than the traditional metal and this controller doesn’t require the tines to be tuned. The flexibility of copper tape is exploited as strips follow the contour of the flat base around the curve of a half-round pressure pivot.

Tablo etextile fabric drape sensing controller

This controller with no direct antecedents is made by draping conductive stretchable fabric over a cereal bowl creating a curve related to the famous one called the witch [sic] of Agnesi.
Resistive strips around the bowl are shorted out by the fabric and the varying resistances are
measured and sent via USB to control software on a host computer.

OSCuino Arduino OSC sketch for Open Sound Control work

This example uses the official OSC 1.1 SLIP wrapping for OSC serial messages.
Attached is an example Max/MSP patch to display the OSC messages which
represent the pin states, temperature and power supply voltages. You may need slipOSC
from the CNMAT downloads page to unwrap the USB serial OSC.

This example uses the official OSC 1.1 SLIP wrapping for OSC serial messages.
Attached is an example Max/MSP patch to display the OSC messages which
represent the pin states, temperature and power supply voltages. You may need slipOSC
from the CNMAT downloads page to unwrap the USB serial OSC.

{syntaxhighlighter brush: cpp;}
/*
* OSCuino
* Copyright 2009 Adrian Freed. All Rights Reserved
* Read and send the state of the Arduino pins to a host
* using the official Open Sound Control (OSC) 1.1 serial wrapping: slip
*
* version 0.95

Syndicate content