TAP-plugins ~ LADSPA Linux Plugins


Tom’s Audio Processing plugins is a selection of LADSPA plugins for audio engineering on the Linux platform. Intended for use in a professional DAW environment such as Ardour, it includes high quality reverberation, echo, eq, limiter & more.

tomscii.sig7.se/tap-plugins/index

sourceforge.net/projects/tap-plugins
github.com/tomszilagyi/tap-plugins

Advertisement

LoudMax ~ Loudness Maximizer Plugin


LoudMax is a Look-Ahead Brickwall Loudness Maximizer Plugin with a clean transparent sound. It is designed to retain the original character of the music as much as possible even at high compression levels.

Features:
  • True Peak Limiting (Further information for ISP below)
  • Supported Samplerates: 2kHz – 384kHz
  • Latency: 1.25ms (+ 6 samples with ISP)
  • Look-Ahead and Attack Time: 1.25ms
  • Release Time: Automatic – depending on the input signal
  • No audible distortion
  • Possible overdrive: 740dB
  • Very low CPU usage

loudmax.blogspot.com

terminatorX ~ Realtime Audio Synthesizer


 This software allows “scratching” on digitally sampled audio data (*.wav, *.au, *.ogg, *.mp3, etc.) the way hip hop DJs scratch on vinyl records. It features multiple turntables, realtime effects (built-in as well as LADSPA plugin effects), a sequencer and MIDI interface – all accessible through an easy-to-use gtk+ GUI. This software is designed to run under Linux, FreeBSD and the like.

terminatorx.org

CheeseTracker ~ Sampler & Sequencer


CheeseTracker is a software sampler and step-based sequencer. It allows a musician to turn single-note samples into instruments capable of covering three or four octaves (by playing the samples at different speeds, resulting in different pitches). In addition, it is possible to take a collection of samples that are recorded at different octaves, and combine them into a single “instrument,” allowing for even more octaves without sampling artifacts.

Using the Pattern Editor, it is possible to compose songs with these instruments that the computer plays automatically. The Pattern Editor allows the user to arrange samples in several independant channels, so that many samples can play simultaneously. These songs, and the samples which comprise their instruments, can be saved together in one-file archives called modules.

CheeseTracker imposes no limits on the length of the samples used. As a result, it can be used as a mixer as well as a sampler/sequencer. Effects such as reverb can be applied to each sample individually, eliminating the need for expensive pedals.

cheesetracker.sourceforge.net

Beast ~ Linux Synthesizer & Music Creation


Beast is a digital synthesizer and music creation system, released as Free Software under the GNU LGPL-2.1+. It has support for Linux Audio Plugins (LADSPA), multi-track editing, unlimited undo, real-time synthesis, MIDI and various audio formats like WAV, AIFF, Vorbis, Soundfont 2, Gus Patch, FLAC and MP3 files, 32bit audio rendering, full duplex support, multi-core audio rendering, SIMD utilisation, precise timing at sample granularity, FFT spectrograms and MIDI automation. The project is translated into a variety of languages.

beast.testbit.eu

github.com/tim-janik/beast

LSP ~ Linux Studio Plugins Project


LSP (Linux Studio Plugins) is a collection of open-source plugins currently compatible with LADSPA, LV2 and LinuxVST formats. The basic idea is to fill the lack of good and useful plugins under the GNU/Linux platform.

Features:
  • Plugins available in LV2 format, native X11 UI is provided
  • Plugins available in LADSPA format
  • Plugins available in LinuxVST format, native X11 UI is provided
  • Standalone plugins available as JACK applications, X11 UI is provided
  • Highly-optimized source code for x86 and x86_64 architecture with support of SSE, SSE2, SSE3 and AVX instruction set
  • Highly-optimized source code for ARMv7 architecture with support of NEON instruction set
  • Source code and binaries are available for free download

https://lsp-plug.in/

https://sourceforge.net/projects/lsp-plugins/

AGS ~ Advanced Gtk+ Sequencer


Advanced GTK+ Sequencer is intended to use for music composition. It features a piano roll, as well a synth, matrix editor, drum machine, soundfont2 player, mixer and an output panel.

It’s designed to be highly configurable, you may add effects to its effect chain, add or remove audio channels/pads.

You may set up a fully functional network of engines, therefore exists a link editor for linking audio lines.

In conjunction with ags you need a realtime kernel and alsa support. `ags` uses conditional locks to keep several threads in sync that’s why you need at least a preemptible kernel.

Features:
  • save or open Advanced Gtk+ Sequencer XML files with XPath support
  • add or remove audio engines with adjustable audio channels and pads
  • link channels with property dialog
  • output panel, mixer, drum and matrix sequencer, soft synth and audio file player
  • piano roll with basic notation editing supporting copy & paste
  • adjustable BPM
  • LADSPA, DSSI and Lv2 support
  • export to WAV, FLAC, OGG and others
  • multiple sinks like Pulseaudio, JACK, ALSA and OSS
  • automation editor
  • waveform editor with copy & paste
  • capture sound with AgsAudiorec machine
  • MIDI instrument input
  • import/export to Standard MIDI Files
  • OSC content format support
  • OSC server for remote control and monitoring

nongnu.org/gsequencer/

sourceforge.net/projects/ags/

Carla ~ Cross-platform Plugin Host


Carla is a fully-featured modular audio plugin host, with support for many audio drivers and plugin formats. It has some nice features like transport control, automation of parameters via MIDI CC and remote control over OSC.

Carla currently supports LADSPA (including LRDF), DSSI, LV2, VST2, VST3 and AU plugin formats, plus SF2 and SFZ file support. It uses JACK as the default and preferred audio driver but also supports native drivers like ALSA, DirectSound or CoreAudio.

There are 4 types of engine processing:

  • Single-client: (JACK driver only)
    Same as Multi-client, except that all JACK ports belong to a single master client.
    This is needed when a setup doesn’t support multi-client JACK apps, such as LADISH.
  • Multi-client: (JACK driver only)
    Every single plugin is exposed as a new JACK client. Audio and MIDI ports are registered as needed.
  • Rack:
    Plugins are processed in order, from top to bottom.
    Plugins with non-stereo audio channels are not supported, but a forced-stereo option is available for Mono ones.
  • Patchbay:
    Modular patchbay mode, just like in JACK Multi-client and many other modular applications.
    Every plugin gets its own canvas group and ports allowing you to interconnect plugin audio and MIDI.

carla

kx.studio/Applications:Carla
github.com/falkTX/Carla