Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.03 KB

MIDI Preset Changer

Intended for use with the Source Audio C4 Synth but will maybe work with other One Series pedals.


Requirements

Hardware

  • Adafruit Trinket M0
  • TM1637 7-segment display
  • 2x momentary buttons
  • 1590A case (or similar)

Software Dependencies


Pin Assignments

  • 0 - Up Button
  • 1 - Down Button
  • 2 - LCD I/O
  • 3 - LCD Clock

Prompted by a discussion at The Gear Page. Thanks to user morrissey007 for the motivation. :)

Functionality

Button 0 press will increment preset (default/startup = 0), Button 1 will decrement. Pressing both buttons simultaneously will display the channel (set to 0 in code). Uncomment L114 in order to allow this to be changed. Don't know if this is useful -- I may have the combined press do something different in the future.