Two New Trackers

I've been hard at work programming and I made two new DAWs/trackers that both run cross-platform and are stable enough for people to try out.

piper

One is a mini modular tracker written in lua with an open plugin format. It's based loosely on things like BuzzTracker, SunVox, Max/MSP, PD, etc.
https://github.com/awlkak/piper/

piper
Piper is a mini modular tracker in the spirit of BuzzTracker, Max/MSP, SunVox, PD, and a bunch of other niche music creation software, with a very simple, portable interface, and every synth & effect built as a lua plugin. The idea is that it runs anywhere, is open, and anybody

atomly tracker

The other is text UI tracker written in Rust and based loosely on renoise + vim. I ported it to wasm so it runs on the web now as well. I also added the ability for it to load load the lua plugins from the other tracker.
https://www.atomly.com:8888

atomly tracker
This is a text mode tracker written in rust and loosely based around the idea of a modular modern tracker using a ui based on vim. It supports all standard tracker features, including a built-in sampler, but also has extended feature like plugin support for both synths and effects. It