Sitar Control

A research internship at Centre d'Automatique des Systèmes, Mines ParisTech

by Jeremy Dahan, student at Mines ParisTech and member of the Trublion collective

This website is my report for my research internship at the CAS where I built a stringed musical instrument on which timbre is controled using electromagnets. A complete description can be found here

EDIT : This report was written in 2016, when I was a member of the Trublion collective and a Student of Mines-ParisTech


  1. Introduction
  2. Landscape of augmented instruments
  3. Design choices for the instrument
    1. General geometry
    2. Choosing the actuator
    3. Choosing the sensor
    4. Microcontroller, amplifier and woodworking
    5. Summary of the design
  4. Engineering a magnetic scanner
    1. Design
    2. Results
  5. Controlling the instrument
    1. State-sensor algorithm
    2. Dynamics of the system
    3. Code architecture and first control
    4. Linearising the actuators
  6. Discussion : Compairing with other setups
  7. Conclusion and future work
  8. About this website

An overview of recent previous work on augmented instruments

In 2005, Berdahl, Backer & Smith III (2005)

used a set of electromagnetic actuators for driving a grand piano (the Electromagnetically Prepared Piano or EPP). The system was in open loop configuration, injecting signals from music synthesis software to the strings. This opened a new generation of pianos and other large instruments actuated by electromagnets, with rising interest from composers.

In 2006, Berdahl, Smith III & Freed (2006)

built a stringed instrument with a custom multi-axis piezoelectric sensor and an electromagnetic actuator. Their goal was to damp the string independently of the fundamental frequency f0. They used a band pass filter control approach before adopting a modal PID control for each axis.

In 2010, McPherson (2010)

built another augmented grand piano (the Magnetic Resonator Piano or MRP) also using electromagnetic actuators. The first version used a phase lock system coupled with custom current-output amplifiers to have more control over the vibration of the strings. A modified piano sensor bar (the Moog Piano Bar) is used to control the driving signals, via a complex mapping algorithm.

In 2010, Raffel, Kruge, Douglas, Berdahl & Ju (2010)

introduced the Lattice Harp, an original two dimensional string lattice which acted both as a button matrix controller and an acoustic instrument. The emphasis was on the duality of the instrument and the expression possibilities provided by the matrix. We found the approach to be very inspirational, as the design embraced typical flaws of button matrices to use them as alternative input methods.

In 2011, Arts, Mat, Shear & Wright (2011)

added electromagnetic actuators to a Rhodes piano1 to shape the envelope of each note, using a technique similar to the positive feedback loop of the commercial EBow2.

In 2013, Britt, Snyder & McPherson (2012)

used electromagnetic actuation to augment a vibraphone (the EMvibe) with a simple cost-effective design and an emphasis on the control interface.

In his thesis in 2014, Benacchio, Chomette, Mamou-Mani & Finel (2015)

2014 used a state-derivative controller to modify the acoustic properties of a stringed instrument. The control allowed the system to modify the amplitude of an external excitation (the hand of the musician) for each mode. Coupled with a small size optimized microcontroller system Piéchaud (2014) , the modification of the acoustic instrument became almost invisible.

In 2016, Chang & Topel (2016)

presented an instrument based on a tuning fork controlled using two electromagnetic actuators. The first one would drive the fork at its natural frequency while the second dynamically would modify the damping coefficient of the resonator.

In 2016, to escape the acoustic signature of electric guitars effects, Lähdeoja (2016)

augmented a guitar with electrodynamic drivers, feeded by sound coming from common music synthesis software. His design also added gesture recognition with a motion detection camera (the Leap Motion3 so that the musican could at the same time play the guitar and control the additional features.

Commercially successful augmented instruments have also emerged in recent years, with the Vo-96 (successor to the similar Moog Guitar) or the ToneWoodAmp, both funded through the Kickstarter crowdfunding platform.

The main difference between our approach and other augmented instruments is that our instrument was built without the goal of preserving its acoustic identity. We wanted to have more freedom over its timbre, and use the string as a physical interface : the control system tries to follow a given trajectory while the player perturbates its direction. Additionnally, our goal is to create a timbre-oriented instrument, not focusing on melodic capabilities. From a more technical point of view, what is controlled is the amplitude of each mode, not the state of its oscillator. We also aim at making it follow trajectories that are either pre-recorded or generated on the fly, based on the external input (from the computer) and the previous state.