Git Product home page Git Product logo

midi-chordstomper's Introduction

MIDI ChordStomper - Nate Nasteff 2019

This code is tested on a Teensy 3.2. https://www.pjrc.com/store/teensy32.html

The idea behind this project is to make a MIDI controller that has four footpedals which can be assigned to chords (or individual notes), which can then be sent through the device to a synthesizer or other MIDI device. I'm doing this so I can play my keyboard(s) hands-free in my band (I play bass).

The MIDI I/O is controlled by a simple MIDI I/O circuit and utilizes the Arduino MIDI Library. Seding chords through MIDI out is done by referencing chords built in a SynthProgram object, or on-the-fly through the implemented assignLatch() menu. The assignLatch() function parses MIDI IN data to determine which keys to latch to which buttons.

The current build uses a 16x2 LCD with the LiquicCrystal lib to display the program bank (ie, 01: Hammond B3 Organ, 02: Karma Police) as well as a menu for the chord latch feature. In the future this display might be upgraded. When it's complete, this device will hopefully utilize four footpedals, as well as three buttons (or footswitches), two for up/down menu navigation, and one for accessing the 'latch' feature.

Further down the road I would like to have more control over MIDI CC and parameter assignments, utilizing an array of potentiometers to control them accordingly. I would also like to add a Micro-SD card slot to be able to load and parse .csv files containing variables for SynthProgram structs, as well as saving newly made presets.

midi-chordstomper's People

Contributors

natedtcc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.