I'm absolutely floored that that's coming out of a QtPy. This model is $10 USD!
I love desktop and mobile software, but the embedded world gets me so excited. Like, as excited as I'd get as a kid. I know I could do something very similar with python on my MacBook, or use existing tools on an iPad I already have, but something about doing awesome stuff with such limited and cheap tools gets me so pumped about it.
There's a huge range of amazing projects like this out there. One of my favourite youtubers is Floyd Steinberg, who regularly does deep dives into h/w builds (rpi, teensy, picoadk, etc). Always inspiring, if a mildly depressing reminder there's only so many hours.
Also "PicoStepSeq" with the following description from its Github page:
"PicoStepSeq is an 8-step MIDI sequencer using a Raspberry Pi Pico, an I2C SSD1306 OLED display, a rotary encoder. and 8 "Step Switches". It outputs via USB MIDI and Serial MIDI via TRS-A 3.5mm.":
This is very cool! I was playing the with RP2040 and since I had a digital piano and a logic analyzer in front of me I decided to take a look at the midi signals.
It took about 10 mins to reverse engineer them, make the RP2040 listen to them and make a little buzzer buzz the appropriate frequency using the signal from MIDI. (TLDR, MIDI is just a simple uart and transmits a key press/depress, what key and what velocity)
Really cool that you took this to an actual proper synth!