Giter Club home page Giter Club logo

teensy-midi-looper's Introduction

Teensy midi looper

Join the chat at https://gitter.im/newdigate/teensy-midi-looper Travis CI status obsolete!

Microcontroller-based midi performance sequencer

  • This repo is obsolete, I've left it here for reference... please have a look at my latest version, newdigate/teensy-eurorack

prototype device, iteration 1

  • record midi events from a physical midi input port to standard midi files (SMF) on SD-card
  • play smf files from SD-card to a physical midi output port
  • display midi input & output activity, indicators (tempo, key, signature, position) on small color TFT display

hardware

  • Teensy 3.6 dev board
    • 32-bit 180 MHz ARM Cortex-M4 micro-controller
    • sd-card built-in
  • 1x Rotary encoder with built-in switch
  • ST7735 128x128 pixel 16bit color TFT LCD display
  • De-coupling midi break-out board

Teensy 3.6 microcontroller board by pjrc.com

connections

// TFT
#define sclk 14  // SCLK can also use pin 13 (14 is compatibile with audio shield and teensy guitar audio shield
#define mosi 11  // MOSI can also use pin 7
#define cs   10  // CS & DC can use pins 2, 6, 9, 10, 15, 20, 21, 22, 23
#define dc   9   //  but certain pairs must NOT be used: 2+10, 6+9, 20+23, 21+22
#define rst  8   // RST can use any pin

// midi in/out (rx/tx)
#define midi_in_pin 1  // rx  
#define midi_out_pin 2 // tx

// rotary encoder
#define rotary_enc1   3   
#define rotary_enc2   4   
#define rotary_switch 5   

Status

The project is a work-in-progress in a very early stage of development; I have working prototype using breadboard, as diagram above, records successfully to smf midi file on sd card which can be read from midi players and daws.

Feature status notes
Breadboard view in progress Using fritzing
PCB not started
Enclosure not started decide form factor

Sketches

record midi to SMF on SD works (needs attention) compiles on:
  • teensyduino
  • due
  • esp8266
read, play, loop SMF from SD in progress

Software development

  • requirements
    • Arduino
    • Teensyduino
  • information about compiling and debugging software here: software

teensy-midi-looper's People

Contributors

gitter-badger avatar newdigate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.