Releases: todbot/picostepseq
v1.2: Config screen w/ time division, MIDI chan & velocity select
To install: hold BOOT button of Pico while plugging in power, copy the "picostepseq.ino_v1.2.uf2" UF2 file onto the resulting RPI-RP2 drive.
There is a now a little config screen that you can access via a long press (>2sec) of the rotary encoder knob.
In that screen you can currently configure:
- What a "step" means (1/4, 1/8, 1/16)
- MIDI channel
- MIDI velocity
- Is MIDI clock sent (Incoming MIDI clock is currently always synced to)
Small demo video:
picostepseq_configscreen.mp4
v1.1: Arduino picostepseq UF2 build
To make it easier to get up and running, here is a UF2 of the Arduino "picostepseq" firmware.
You should be able to put your Pico in UF2 mode (hold BOOTSEL on power up) and drag this file to install PicoStepSeq.
This v1.1 fixes many versions in the original Arduino version:
- MIDI in clock sync for both USB and TRS inputs
- MIDI velocity is now not 0 if you didn't do the "PicoFS LittleFS Data Upload"
- Mutes on the display match the CircuitPython version
- Displayed notes are slightly easier to read
v1.0: Arduino picostepseq UF2 build
To make it easier to get up and running, here is a UF2 of the Arduino "picostepseq" firmware.
You should be able to put your Pico in UF2 mode (hold BOOTSEL on power up) and drag this file to install PicoStepSeq.