This is less than a final “planning” more like an update.
I finished the entire controlling software on my RP2040 Metro. I tried the AdaFruit M7 Metro with IMXRT1011 but the RAM is not large enough (128KB vs RP2040’s 264KB).
Currently the controller can do the following things:
- Select and playback clip sounds in LIVE mode
- Program patterns in STEP mode
- Playback programmed tracks
- Change BPM via rotary encoder
- Display everything nicely on a 14 segment LED display
However I want some extra features like:
- Able to recall multiple patterns from the rotary encoder
- Chain patterns
- Save patterns into the FS to survive power cycle.
Leave a Reply