Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (16 loc) · 645 Bytes

README.md

File metadata and controls

34 lines (16 loc) · 645 Bytes

Picante

Developed for KnightHacks 2019

Picante is a music generation program written in Python. It generates unique music by gathering data from Galvanic Skin Response sensors, and Leap Motion. Picante converts the raw input to usable MIDI which you can output to a virtual port and use your favorite MIDI Sequencer.

Developed by:

  • Connor Wescott - Hardware / Programming

  • Eric Chan - Hardware / Programming

  • Christopher Medrano - Music Theory / MIDI Sequencing & Programming

  • Anthony Hevia - Hardware / Programming

Overview

  • input.py -

  • Sensor.py -

  • maestro.py -

Dependencies

  • rtmidi

  • pyserial

  • LeapPython