I clicked only because I'm interested in doing a project related to MIDI, so I was surprised to immediately see that this project was built with Claude Code and unlike, most AI-assisted projects, includes the prompts. Skimming the comments here it appears most people have not noticed this. I suggest re-submitting this project again but with a headline that promotes it as a demonstration for vibe coding.
What a weird coincidence. Literally today I started building a fully keyboard driven MIDI sequencer in Rust. I was originally going to build it as a TUI but then decided against it because I wanted to have more control over the UI, so I'm building it as a pseudo-TUI with Bevy. But the idea is very similar, I'm approaching this project as a "vim"-like editor but for MIDI editing.
Really nice! Reminds me of my "Voyetra Sequencer Plus Gold" which I still have running on a 286, because it has great midi timing! "Miditui" would need a descent recording feature besides easy keyboard roll editing, quantization and so. Any plans to implement this? So you actually could compose music with your real midi devices.
Huge fan of horizontal trackers so this is very cool. If you haven’t already, strongly consider adding some simple quantization options (selecting group of notes, and quick quantize by eighth, quarter, half notes, etc.)
Nice, the AI enabled Cambrian explosion of software is happening. Any idea can be built and validated in a few hours or days.
I've built something similar, but focused on guitar backing tracks. It's a TUI built using go, with midi output. Backing-tracks: https://github.com/ako/backing-tracks