Get Tons Of MIDI Knobs And Buttons With The Chomp

Although MIDI was originally designed for 1 MHz computers with 64 kB of RAM, it’s still an industry standard almost 30 years after its introduction. Even for electronic artists armed with a microcontroller, MIDI is old hat if you want to connect a few buttons up to a music workstation. What if you wanted to connect dozens of buttons and knobs to a bunch of MIDI hardware, though? Enter Chomp, the Configurable Hardware Open-source MIDI Platform.

[Max Justicz], an awesome pseudonym if we’ve ever heard one, built a MIDI controller that allows for 48 inputs for buttons, knobs, and any other electrical connection imaginable. The board is powered by an Arduino-fied ATMega328 and connects to your sensors through 2×5 ribbon cables.

If you’ve ever thought about building a monome MIDI controller, [Max Justicz] has started a Kickstarter campaign to put a few hundred Chomps out into the wild. It seems like a great way to build some controllers or simply to send stuff to MaxMSP. Either way, the Chomp is sure to be useful.

17 thoughts on “Get Tons Of MIDI Knobs And Buttons With The Chomp

  1. Hey Ferm,

    I haven’t posted the Arduino code yet, but it will be up shortly. I’m writing some parts not in Arduino to make the program faster. If you like I can post up the current code tonight.

    The ICs are 4051 multiplexers.

    I’m including a MIDI – USB adapter with many of the backer options on Kickstarter!

    Hope this helps,
    Max

    1. Hey George,

      Provided Soundforge accepts MIDI devices as controllers, it should work just fine. You might have to change the Control Change numbers in the code to numbers that Soundforge uses (again, never used soundforge so I don’t know). The Chomp’s code uses the first 48 non-assigned Control Change codes as to not overlap with prexisting standards, like balance and volume. You could also use software on the computer to map CC numbers to different values. For example, in the video, I’m changing CC channel 29 (an unassigned channel) to channel 7 (“Master Volume”). Again, a more kosher solution would be to edit the “29” in the code to a “7,” which takes no time at all. I’ll get the code posted up when I get home.

      As far as motorized faders go, the multiplexers can do both input and output, so you probably could use motorized faders. You’d definitely have to change the code, though, which isn’t difficult considering everything is written in Arduino.

      Max

    1. Hi Gerald,

      I haven’t seen that one before! It seems the µDrum is exclusively for drum triggers, while the Chomp is intended more for control changes for other aspects of music (though the Chomp has a greater flexibility in that it could be programmed to do either). The Chomp is also more of a standalone unit, while your link has to have a full Arduino board slapped onto it. My board has the crystal, the decoupling caps, the power supply – everything.

      Interesting read, though the Chomp is sold more as a complete package and, if I do say so myself, a little more cleanly and professionally designed in its use of surface mount components and power protection. Thanks for the link, though.

      Max

Leave a Reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.