GSequencer is a free and open source audio processing engine for Linux, MacOS and Windows. Using GSeguencer, you can play, create, edit and mix your own music. It comes with step sequencer, piano roll, automation and wave-form editor, matrix editor, drum machine, soundfont2 player, adjustable BPM, max sync-rate upto 1000 Hz and more. Some other features are LADSPA, DSSI and Lv2 support and you can export the final outpput to WAV, FLAC, OGG, MP3, MP4, MKV and WEBM.
How to Install GSequencer on Ubuntu Linux
GSequencer is available from the default Ubuntu repositories, flathuh as a flatpak package and from snap store. Open the terminal app (ctrl+alt+t) and run below GSequencer apt installation command. It will install the latest version of GSequencer on your system.
sudo apt install gsequencer
After the installation you can open it from the applications menu or via using below command in the terminal.
gsequencer
And you can also uninstall it using below command.
sudo apt remove gsequencer
Install GSequencer via Flatpak:
First install the latest version of flatpak and flathub on your system and restart it after the installation .
Now in the terminal app run below flatpak install command.
flatpak install flathub org.nongnu.gsequencer.gsequencer
And open the GSequencer flatpak app using below command.
flatpak run org.nongnu.gsequencer.gsequencer
And uninstall it using below command.
sudo flatpak uninstall org.nongnu.gsequencer.gsequencer
Install GSequencer via Snap:
You can use below commands to install GSequencer snap app.
sudo snap install gsequencer-4
[or]
sudo snap install gsequencer
That’s it.