Table of Contents

Toward a Linux Softsynth Performance Setup

This is a work in progress.

Our goal here is to create a Linux setup that will host LV2 and possibly VST3 plugins (softsynth and effects) for use in live performance. We don't care about and don't want DAW functionality.

To get this done, we will need:

I'm assuming you have a MIDI controller you want to use. If not, you'll one of those too. If MIDI over USB is new to you, you might want to get educated.

Plugin hosts

Rather than use a standalone software synth, I want an environment where I can experiment with various synths and effects that are packaged as LV2 and possibly VST3 plugins. So, we need something to host those plugins. Most DAWs will host plugins, but for our purposes that's way heavier and potentially more confusing and/or less convenient than using something that serves primarily as just a plugin host.

The credible options I've found are summarized below. I found many of these at this list at linuxaudio.org. The descriptive text for most of these is derived from the web pages that are linked to.

JACK and controlling it

Many distributions are currently migrating to the PipeWire framework. Thus, this section may be obsolete or incomplete.

JACK Audio Connection Kit is a server that lets you virtually patch audio sources, audio sinks, and MIDI. It's a CLI application, and if that's your thing, more power to you. For the rest of us, we'll want a GUI wrapper to tell JACK what to do.

There are two GUI wrappers that seem to make sense here: QjackCtl (sources) and Carla.

QjackCtl is the one you hear most about. It's available in most distributions' repositories. Carla is the same app that was mentioned above in Plugin hosts. Does this mean Carla is especially attractive because it integrates hosting and patching? I think it does.

Plugins

There are heaps of softsynth plugins available, many for free, many open source. Below are some sites that catalog some of them.

This list is by no means exhaustive.

Attempt 1: The KVStudio stack

In this attempt, I'll add the KVStudio repositories to a Debian or Ubuntu Studio install and use Carla to host the the Dexed plugin. Dexed is a 6op emulator officially only available for macOS and Windows. However, there seem to be Linux-compatible ports:

LinuxSyths.com has some additional info on and resources for Dexed.

[to be continued]