Skip to content

tai-studio/exp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exp

2020, LFSaw (interaction | music)

A teensy usb-MIDI expression pedal interface. This very basic implementation and hardware layout might be a good starting-point to build your own MIDI USB-interface based on a Teensy microcontroller. It has 4 controls: 2 rotary potentiometers and two plugs for expression pedals.

For each HW-input the controller sends out a MIDI pitchbend message (14bit) on its own MIDI channel. The internal resolution of the hardware is limited to 13bit, though, since the ADC on the Teensy only supports up to 13bit (and it is already quite noisy).

ko-fi

Requirements

Hardware

  • one Teensy 3.2 (or similar) and USB cable
  • two linear potentiometers
  • two 3-pole 1/4" jacks
  • a breadboard for beta-testing
  • one or two expression pedals (I use a Boss FV500L but anything should work, really)

Software

For an overview on Teensy-based usb-MIDI, see the the PJRC website.

SuperCollider

SuperCollider has a powerful controller interfacing library extension called Modality which I highly recommend checking out. I included a rudimentary description file in this repository in case you want to use the exp box with SC3.

Thanks

Thanks go to Constantin Engelmann for pointing me to the Teensy. He does awesome work otherwise as well!

If you find this useful, you can buy me a coffee or purchase some of my albums.

About

a teensy usbmidi expression pedal interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published