AndresDLRG / arduino-piano

Programa que mediante botones envía señales seriales que pueden ser decodificas a formato MIDI y hacer sonidos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arduino-piano 🎹

arduino-piano is a project for Arduino, it sends the signals by push buttons and then it can be decodified to MIDI format and make noises.

Installation 💽

Just do this circuit

Connect it to your arduino or simulator, you must have MIDI files in your computer

Usage

Press buttons and watch it out!

Contributing :squirrel:

  1. Feel free to fork it! 💕
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request 👍

Credits :octocat:

Andres (Main dev)
🏃 Horacio Garza (Dev Collaborator) 🏃

About

Programa que mediante botones envía señales seriales que pueden ser decodificas a formato MIDI y hacer sonidos

License:MIT License


Languages

Language:Arduino 41.6%Language:C 30.7%Language:Processing 16.2%Language:C++ 11.5%