Vahatraker is a free and open source MIDI Sequencer for Linux. It comes with live editing, midi-in, time signatures, scenes, fractal turtles, fits on a floppy and more. It relies 100% on JACK audio connection kit for input/output/synch and uses jack_capture for rendering. It is written in Python, C and released under GPL-3.0 license.
How to Install Vahatraker on Ubuntu
Vahatraker is available as a flatpak package from the remote flathub. Open the terminal application (ctrl+alt+t) and run below Vahatraker flatpak install command.
flatpak install flathub io.github.rdybka.vht
After the successful installation, open it using below command.
flatpak run io.github.rdybka.vht
First you need to install flatpak and flathub on your system if you don’t have and restart it after the installation.
Install flatpak and flathub on Ubuntu
You can also uninstall it using below commands.
flatpak uninstall io.github.rdybka.vht
[OR]
sudo flatpak uninstall io.github.rdybka.vht