MOTION HARP: Music with a 3D interface

…using Linux, Python and the Leap Motion.  Hector Socas-Navarro plays in the air a Yamaha PSR-3000. The combination of LEAP Motion and the Yamaha creates a whole new instrument.

(available on github, see below)
This is a preview of an algorithm that I’m working on to turn the Leap Motion device and my Yamaha PSR-3000 keyboard into a virtual instrument with a 3D interface. The source code is in Python and makes use of the Leap’s developer API. The laptop runs ubuntu Linux and is connected via MIDI to the keyboard, which is used as output MIDI device. PS: Sorry about the poor framing 😛
Github link: This is a preview of an algorithm that I’m working on to turn the Leap Motion device and my Yamaha PSR-3000 keyboard into a virtual instrument with a 3D interface. The source code is in Python and makes use of the Leap’s developer API. The laptop runs ubuntu Linux and is connected via MIDI to the keyboard, which is used as output MIDI device. PS: Sorry about the poor framing 😛

github link: https://github.com/hsocasnavarro/Moti…