A step sequencer for Adafruit's RP2040-based macropad

readme updates

+5 -2
+5 -2
README.md
··· 1 1 # Macropad Sequencer 2 2 3 - A minimal USB MIDI step sequencer that runs on the [Adafruit Macropad](https://www.adafruit.com/product/5128) written in Rust using Embassy. 3 + A minimal USB MIDI step sequencer that runs on the [Adafruit Macropad](https://www.adafruit.com/product/5128) written in Rust using [Embassy](https://embassy.dev). 4 4 5 5 This is more of a tech demo than anything else! 6 6 I'm using it to mess around with ideas I have around structuring non-trivial Embassy apps and will probably come back and add more features whenever I need a break from life. 7 7 8 8 ## Usage 9 9 10 + This isn't the ideal hardware interface for a step sequencer, but I've (mostly) done the best with what I have. 11 + 10 12 - Each key is a step in the sequence 11 13 - Press and release a key to toggle the step on and off 12 14 - Hold a single key down to change the note and velocity 13 - - Hold down multiple keys to only play 15 + - Hold down multiple keys to cycle between those notes 14 16 15 17 ## Flashing 16 18 ··· 28 30 - "Gate" (percentage of step note is on) 29 31 - Menu scrolling to support more than 4 options per menu 30 32 - A little synth engine that uses the onboard speaker (need to make use of that second core!) 33 + - More than 12 steps?