Linux Audio Software: Plugins

PLUGINS

Linux supports a bunch of plugin formats, including VST2 and VST3, and the native Linux LV2 format. There is also some support for the newer CLAP format.

Note that plugins have to be Linux versions: native Windows VST3s will NOT directly work under Linux. They can often, however, be made to work using Wine and Yabridge.

There are a bunch of commonly used, native plugin suites for Linux. Many of these are Open Source and freely available. Here’s a non-exhaustive list. Many of these are also available on Windows and Mac:

Linux Studio Plugins
This is an extensive suite of free plugins covering EQ, dynamics, multiband processing, convolution reverbs, delay effects, analysers, samplers, generators and oscillators, and much much more (see Linux Studio Plugins Project). If you are using these sorts of tools on other platforms, there’s a good chance an LSP Plugin equivalent is available.

The author frequents the Ardour community.


x42 Plugins
X42 is one of the main developers of Ardour, but he also produces a bunch of excellent plugins, covering metering, EQ, Limiting, Autotune, Convolution, and some effects.

For MIDI users, there’s a really useful bunch of MIDI utilities which do things like note remapping, auto-chord, keysplits, and MIDI strum.

He also has a step sequencer, GM/GS MIDI synth, an excellent Hammond B3 emulator, and has packaged the excellent AVL drums soundfonts into a plugin.

Most of these are free, although some are commercially licenced. Many of these are also bundled with Harrison Mixbus.

Dragonfly Reverb
A suite of reverb plugins that provide Plate, Room, Hall, and other reverbs. High quality and well regarded. Open Source and free to use.

AirWindows
A fantastic, but often quirky, library of plugins covering a wide range of capabilities. There are over 400 individual plugins (apparently 462 at time of writing) with Chris, the developer, releasing new ones all the time. If there’s a criticism of AirWindows, it’s that there’s so many of them, it’s difficult to know what to use!
The best approach is probably to use AirWindows Consolidated, which is a large number of the plugins in a single plugin, with a simple GUI selector:

Many of the plugins are quite experimental, and are evolutions or variations on his other plugins. He has a large number of plugins, for example, dealing with different types of reverb, ranging from the more normal “Chamber” to whacky stuff like “kAlienSpaceShip”.

I particularly like the Tape8 tape emulation, and the ConsoleMCChannel:

.

The Monitoring3 utility is also useful to testing how tracks sound on different media:

There’s a wealth of interesting and useful plugins here, all for free!

Chris also has a Youtube Channel where he announces and demos new plugins.

ACMT Plugins
These are commercially licensed, non-free plugins, but they are excellent quality and value for money. They include some vintage inspired compressors, EQs and console strips.

Cheers,

Keith

4 Likes

A special note about Calf plugins, because they are a significant and well-known set of plugins in the Linux world.

Calf Studio Gear are a suite of plugins offering a range of functionality including compressors, limiters, modulation effects, simple synths, filters and EQs, etc.

These plugins have become popular in the Linux community because they have nice looking GUIs, are relatively easy to use and accessible to newbies, and cover a wide range of functionality.

I have used them myself.

However, there are some major issues with Calf`.

One is that the way the developed it. They used a GUI framework known as GTK2. This has been obsolete for a number of years and is now being removed from most modern Linux distros. The way this did this is contrary to good practice for plugin development. In fact the LV2 plugin standard specifically warns against doing this.

The result is, Calf plugins will not work directly on modern Linux systems. there are workarounds, but these are pretty ugly.

The second issue is that the algorithms used in many of the Calf plugins are sub-standard, introducing phase issues. The author of LSP Plugins has even reached out to provide some advice to fix this, but this seems to have fallen on deaf ears.

The third issue is, apparently, the real time spectrum displays that Calf gives you may look pretty, but they are misleading as they don’t actually accurately display the processing that’s going on.

All in all, the Calf plugins are probably worth avoiding. For people new to Linux, this won’t be an issue, but for people who’ve been using Linux for years and may have used Calf in their projects, it’s going to require replacing these plugins with something else.

Cheers,

Keith

5 Likes