The Chord Board is a MIDI controller, specifically designed for one to experiment with chords! Each note you play can be customized and looped..
I came up with this idea because I've always loved playing with different chords. I thought it would be cool to be able to experiment with them without having an actual instrument with me, or needing to learn the chords and fingerings to hear different combinations.s.
Top view:
Bottom view:
CAD of PCB with parts:
PCB:
3D PCB Front:
3D PCB Back:
- 9 keys in a matrix
- 7 keys to activate chords
- E.g. Pressing "I" will play the root chord, and "V" will play the fifth
- 2 keys to raise or lower the current key (default is C4)
- 7 knobs to modify chords
- One knob for each note in the chord (1, 3, 5, 7, 9, 11, 13)
- Each knob has 5 markings: ♭♭, ♭, no modification, #, ## (from left to right)
- Modifications get applied to the next chord activated
- If you don't want to include the note in the chord, just rotate the knob to any other position
- E.g. If the 1st knob is not modified, the 2nd knob is at ♭, and the 3rd knob is not modified, a minor triad will play
- 1 logarithmic knob to adjust volume
- Inverts the chord depending on how much you slide
- E.g. If a minor triad is playing and you slide 1/3 of the way, the base note will become the 5th
- 1 to cycle through different octaves, between octaves 2 to 6
- 1 to record a loop
- When pressed, the chord sequence and timing will be recorded
- When released, the chord sequence will be played back until you re-record or press another key
- Displays the current key, including the octave, and the notes of the chord being played
- If the notes being played are matched with a chord, that chord's name will be displayed as well
- Stereo sound
- Left and right speakers connected to a Class D Amplifier
- 18650 3.7 V battery
- When a USB is plugged into the microcontroller, it will automatically charge
- Switch to power the board on/off
- A cover secures the battery, to be screwed open
- Comes with a groove for fingers to easily remove the cover
- The case comes with a cover, so the device can be transported without fear of accidentally pressing keys or rotating knobs
- The cover can be stacked on the bottom cover, so it doesn't have to lie around when the device is in use
Gather the assembled PCB and the 3D printed pieces in the cad folder, as well as 4 sets of M3 12mm screws and heat inserts and 1 set of M2 3mm screws and heat inserts.
Use a soldering iron to set the heat inserts in their respective holes (M2 3mm into the bottom case's back holes for the battery cover and M3 12mm for the bottom case's top holes for PCB mounting). Then, place the PCB in between the top and bottom case, and a battery and its cover into the slot on the back. Use a 2mm hex key to screw in the M2 screws and a 3mm hex key for the M3 one.
The firmware uses Circuit Python, so get started with it following https://learn.adafruit.com/welcome-to-circuitpython/installing-circuitpython
Within the Circuit Python drive,
use pip to install the requirements in requirements.txt and transfer the files from ./firmware to use!