CLever Audio Plug-in

Last updated
CLever Audio Plug-in
Original author(s) u-he and Bitwig
Initial release2022;2 years ago (2022)
Repository github.com/free-audio/clap
Written in C
Type Audio plugin API
License MIT License
Website cleveraudio.org

CLever Audio Plug-in or CLAP is an open source software architecture, application programming interface and reference implementation suite for audio effects plugins in digital audio workstations. The specification and reference implementation was released in 2022 by u-he and Bitwig. [1] [2] [3] [4] [5]

Contents

CLAP was started to overcome technical and legal limitations of the VST plug-in format [ citation needed ]. CLAP was designed for non-destructive parameter automation, multi-voice envelopes, true MIDI 2.0 support, better multi-core CPU performance [6] and greater ease writing plugins in a non-proprietary licensing framework under the MIT License. CLAP is supported by 11 DAWs [7] and 64 plugin producers [8] [9] who have produced 303 CLAP plugins. [10]

See also

Related Research Articles

<span class="mw-page-title-main">Plug-in (computing)</span> Software component that adds a specific feature to an existing software application

In computing, a plug-in is a software component that adds a specific feature to an existing computer program. When a program supports plug-ins, it enables customization.

<span class="mw-page-title-main">Ardour (software)</span> Open-source digital audio workstation

Ardour is a hard disk recorder and digital audio workstation application that runs on Linux, macOS, FreeBSD and Microsoft Windows. Its primary author is Paul Davis, who was also responsible for the JACK Audio Connection Kit. It is intended as a digital audio workstation suitable for professional use.

<span class="mw-page-title-main">FL Studio</span> Digital audio workstation

FL Studio is a digital audio workstation (DAW) developed by the Belgian company Image-Line. It features a graphical user interface with a pattern-based music sequencer. It is available in four different editions for Microsoft Windows and macOS.

Steinberg Media Technologies GmbH is a German musical software and hardware company based in Hamburg. It develops software for writing, recording, arranging and editing music, most notably Cubase, Nuendo, and Dorico. It also designs audio and MIDI hardware interfaces, controllers, and iOS/Android music apps including Cubasis. Steinberg created several industry standard music technologies including the Virtual Studio Technology (VST) format for plug-ins and the ASIO protocol. Steinberg has been a wholly owned subsidiary of Yamaha since 2005.

<span class="mw-page-title-main">Virtual Studio Technology</span> Audio plug-in software interface

Virtual Studio Technology (VST) is an audio plug-in software interface that integrates software synthesizers and effects units into digital audio workstations. VST and similar technologies use digital signal processing to simulate traditional recording studio hardware in software. Thousands of plugins exist, both commercial and freeware, and many audio applications support VST under license from its creator, Steinberg.

<span class="mw-page-title-main">Digital audio workstation</span> Electronic device or application software used for recording, editing and producing audio files

A digital audio workstation is an electronic device or application software used for recording, editing and producing audio files. DAWs come in a wide variety of configurations from a single software program on a laptop, to an integrated stand-alone unit, all the way to a highly complex configuration of numerous components controlled by a central computer. Regardless of configuration, modern DAWs have a central interface that allows the user to alter and mix multiple recordings and tracks into a final produced piece.

<span class="mw-page-title-main">Audio editing software</span> Computer system for manipulating audio

Audio editing software is any software or computer program which allows editing and generating audio data. Audio editing software can be implemented completely or partly as a library, as a computer application, as a web application, or as a loadable kernel module. Wave editors are digital audio editors. There are many sources of software available to perform this function. Most can edit music, apply effects and filters, and adjust stereo channels.

<span class="mw-page-title-main">Renoise</span> Digital audio workstation

Renoise is a digital audio workstation (DAW) based upon the heritage and development of tracker software. Its primary use is the composition of music using sound samples, soft synths, and effects plug-ins. It is also able to interface with MIDI and OSC equipment. The main difference between Renoise and other music software is the characteristic vertical timeline sequencer used by tracking software.

<span class="mw-page-title-main">OpenMPT</span> Open source module tracker

OpenMPT is an open-source audio module tracker for Windows. It was previously called ModPlug Tracker, and was first released by Olivier Lapicque in September 1997.

Disposable Soft Synth Interface (DSSI) is a virtual instrument plugin architecture for use by music sequencer applications. It was designed for applications running under Linux, although there is nothing specific to Linux in the interface itself. It is distributed under the terms of a combination of LGPL-2.1-or-later and some BSD licenses, all of which are free software licences.

<span class="mw-page-title-main">Ninjam</span>

NINJAM stands for Novel Intervallic Network Jamming Architecture for Music. The software and systems comprising NINJAM provide a non-realtime mechanism for exchanging audio data across the internet, with a synchronisation mechanism based on musical form. It provides a way for musicians to "jam" (improvise) together over the Internet; it pioneered the concept of "virtual-time" jamming. It was originally developed by Brennan Underwood, Justin Frankel, and Tom Pepper.

<span class="mw-page-title-main">LMMS</span> Free software digital audio workstation

LMMS is a digital audio workstation application program. It allows music to be produced by arranging samples, synthesizing sounds, entering notes via computer keyboard or mouse or by playing on a MIDI keyboard, and combining the features of trackers and sequencers. It is free and open source software, written in Qt and released under GPL-2.0-or-later.

<span class="mw-page-title-main">REAPER</span> Digital audio workstation by Cockos

REAPER is a digital audio workstation and MIDI sequencer application created by Cockos. The current version is available for Microsoft Windows, macOS, and Linux. REAPER acts as a host to most industry-standard plug-in formats and can import all commonly used media formats, including video. REAPER and its included plug-ins are available in 32-bit and 64-bit format.

Real-Time AudioSuite (RTAS) is an audio plug-in format developed by Digidesign, currently Avid Technology, for their Pro Tools LE and Pro Tools M-Powered systems, although they can be run on Pro Tools HD and Pro Tools TDM systems. RTAS plug-ins use the processing power of the host computer rather than DSP cards used in the Pro Tools HD systems. As the name suggests, the plug-in architecture is designed to be run in real-time, mimicking hardware inserts on traditional mixing console. This is in contrast to rendering files out of time with effects applied directly to the audio, which in Pro Tools is facilitated by AudioSuite Plug-ins. Avid's AAX format, which runs on both native CPU and Pro Tools HDX DSP, is the replacement for RTAS.

<span class="mw-page-title-main">LV2</span> Open standard for audio plugins

LV2 is a set of royalty-free open standards for music production plug-ins and matching host applications. It includes support for the synthesis and processing of digital audio and CV, events such as MIDI and OSC, and provides a free alternative to audio plug-in standards such as Virtual Studio Technology (VST) and Audio Units (AU).

<span class="mw-page-title-main">JUCE</span> C++ Cross-Platform Application Development Framework

JUCE is an open-source cross-platform C++ application framework, used for the development of desktop and mobile applications. JUCE is used in particular for its GUI and plug-ins libraries. It is dual licensed under the GPLv3 and a commercial license.

<span class="mw-page-title-main">Qtractor</span> Digital audio workstation application for Linux

Qtractor is a hard disk recorder and digital audio workstation application for Linux. Qtractor is written in C++ and is based on the Qt framework. Its author is Rui Nuno Capela, who is also responsible for the Qjackctl, Qsynth and Qsampler line of Linux audio software. Qtractor's intention was to provide digital audio workstation software simple enough for the average home user, and yet powerful enough for the professional user.

An audio plug-in, in computer software, is a plug-in that can add or enhance audio-related functionality in a computer program. Such functionality may include digital signal processing or sound synthesis. Audio plug-ins usually provide their own user interface, which often contains GUI widgets that can be used to control and visualise the plug-in's audio parameters.

<span class="mw-page-title-main">Bitwig Studio</span> Digital audio workstation

Bitwig Studio is a proprietary digital audio workstation developed by Bitwig GmbH. Bitwig is available for Linux, macOS, and Windows. Bitwig is designed to be an instrument for live performances as well as a tool for composing, recording, arranging, mixing, and mastering. It offers a suite of controls for beatmatching, crossfading, and other effects used by turntablists. Bitwig supports both traditional linear music arrangement and non-linear (clip-based) production. It has multi-monitor and touch screen support. Bitwig is notable for its strong modulation, and automation capabilities. The current stable version of Bitwig is "Bitwig Studio 5.1.6". In 2017, Bitwig Studio was named DAW of the year by Computer Music magazine. In 2023 it was named DAW of the year by Future Music magazine and Music Radar magazine.

VCV Rack is a free and open-source cross-platform software modular synthesizer.

References

  1. "CLAP: The New Audio Plug-in Standard".
  2. Kirn, Peter. "CLAP is a new open-source plug-in format from Bitwig, u-he – do we need it, and who will use it?". CDM. Retrieved 19 June 2022.
  3. "Bitwig and u-he announce new CLAP plugin standard: is the writing on the wall for VST and AU?".
  4. "CLAP is a new open-source plug-in format from Bitwig, u-he – do we need it, and who will use it?".
  5. "Plug-In Revolution aus Berlin? CLAP…your hands if you're ready".
  6. "New Audio Plugin Standard, CLAP, Offers Open Source Alternative To VST & AU".
  7. "ClapDB: Hosts/DAWs".
  8. "CLAP hosts and plugins".
  9. "ClapDB: Developers".
  10. "ClapDB Stats".