The goal of this project was to explore the world of New Interfaces for Musical expression (NIMEs) creation. For this I created the ProxiChord.

On the left you can see a schematic of the instrument.
It uses 2 UltraSonic distance sensors and 4 buttons.
The pitch sensor selects what note you want to play.
The volume sensor changes the volume of that note.
You can also disable the volume sensor by pressing the "Change Volume Input mode" button. In that case the note gets triggered when the "Play Sound" button gets pressed.
There are also 3 modes.
Bass Mode - Which plays notes lower in the register
Lead Mode - Which plays notes higher in the register
Sample Mode - Which plays drum samples depending on what note you select.
Arduino was used to connect the sensors to the computer.
To play sound according to the Data I used a program called pure data.

Both Arduino and Pure Data were pretty new to me so this was something I learnt alot from.