The MIDI Pick
Introduction
In its traditional role, the guitar pick has been used to either strike or rake the strings of a guitar, bass or other stringed instrument. The pressure exerted on it has largely been ignored. The MIDI Pick embraces this behavior by translating finger pressure into numerical data that is streamed to the music programming language Max/MSP wirelessly. Max then sends that information to any other Max object that interprets numerical data, including MIDI objects.
How It Works
A force–sensing resistor, or FSR, is cast inside a specially–made guitar pick. The FSR itself is routed to a wrist–worn device that houses an 8–bit microcontroller, a battery, and a bluetooth module, among other components. The microcontroller continually reads the FSR and sends that information to the bluetooth module, which then transmits the FSR's information wirelessly to a bluetooth–enabled computer running Max/MSP.
Controlled by one of two onboard switches, The MIDI Pick operates in either of two modes: serial or switch. (The second switch is power.) In serial mode, The MIDI Pick transmits values between 0 and 127 (no pressure to heaviest pressure, respectively) wirelessly to the computer. In switch mode, The MIDI Pick acts as a toggle switch: when pressure exceeds a certain threshold, it sends a 1. When that threshold is exceeded again, it sends a 0, and so on.
NIME Demonstration and Poster Presentation
On Friday, 8 June 2007, I demonstrated The MIDI Pick at the 2007 International Conference on New Instruments for Musical Expression. The demo and poster presentation took place during session 2 of the poster sessions.
Video
On Thursday, 15 November 2007, I presented The MIDI Pick for the last time in its next–to–final version at Etsy Labs (325 Gold St, Brooklyn, NY 11201). Current.com was on hand documenting the event. Their video in its entirely (3+ minutes) is available below, with my twenty–three second discussion on how the pick works beginning at time 2:21.
Links from Make magazine and Create Digital Music.
Code
- Arduino
-
TheMIDIPick.c(changed from .pde) -
setup_functions.h -
run.h -
led_functions.h -
send_functions.h
-
- Max volume patch
Paper
The published paper (which is a scanned copy of the hardcopy 2007 NIME proceedings) is available here, and my original submission, containing color images, is available here.
Images
Contact Me
r o y a t v a n e g a s d o t o r g
–Roy Vanegas
Last modified: Thu Dec 24 11:57:15 EST 2009