Someone with a microcontroller could run Tulip without a screen to do music stuff in Python #309
Labels
feature
feature requests
help wanted
Extra attention is needed
roadmap
Things in our roadmap (proposed or actual)
We've had some chat about a "headless" Tulip: #287 #115
And working with people trying AMY on Arduino on the discord, i'm realizing how complex it is to do things like have a MIDI input control AMY in C, especially patches, voices, parameters. And we've already done a lot of work in Tulip covering up that complexity in Python, with our
midi.py
/voices.py
etc polyphonic / multimbralSynth
units.So why not start building a version of Tulip without the display core, and somehow run-time addressable pins for I2S, I2C, MIDI? And the board boots into a UART with a Python REPL, just plain Micropython, but with the Tulip modules baked in and AMY running. That way, people could even port their Tulip creations to a headless synth, even an Alles board. Or a RP2040, or a RP2350, or a Teensy, or a Daisy, or etc etc.
This is in research stage, we'll have to figure out a lot to get this really going, but I'd love any feedback others have on this idea, and especially boards you'd like to be supported.
The text was updated successfully, but these errors were encountered: