The Beats Shield was built up originally on several breadboards, using breakout boards, and a hand-soldered button and LED matrix. One could duplicate this setup fairly easily at home using the KiCad schematic. I used an Adafruit Powerboost 1000c board to develop the power circuitry, and an authentic Teensy audio shield.
The shield was designed to be programmed using the Arduino IDE and standard Teensy tools. This ensures that anyone who can program a Teensy can play with the Beats Shield.
Here are a few of the libraries used:
The audio portions of the firmware were designed in the Teensy Audio Design Tool (https://www.pjrc.com/teensy/gui/index.html). This creates a set of static C code objects representing waveforms, mixers, output devices, etc, and glue code to connect them. On top of that, I've designed "SoundSource" class, which implements polyphonic sound banks of up to 4 simultaneous notes. These can in turn be configured, assigned to channels, and played using an "Instrument" class. I have not added audio effects at this point, but that is something I would like to do in the future.
Anyone still following this project? I have been building V2 prototypes since 2018 and am nearing a point where I'd like to release something like V2.2. Current protos are based on the Teensy 4.1, and are pin-compatible with the official audio shield, SD card, and USB host. I've added USB host, backlight PWM, phone detect, SD card detect, keypad matrix driver, secondary i2s DAC, amplifier, and 2W speaker, expansion port, LiPo fuel gauge, ESD protection, and improved power management. Firmware are making pretty sounds and blinking all the blinkies. But it is not a functional sequencer or sampler quite yet. I've been focused on basic 4-track recording and playback, simple effects, and have a basic polyphonic synth engine working, with a simple UI using LVGL graphics library. All while trying to get out a new HW prototype. I'm not looking for partners at this point, but thanks for the inquiries!