VCV Rack

Last updated
VCV Rack
Original author(s) Andrew Belt [1] [2]
Stable release
2.1.0 / 26 February 2022;23 months ago (2022-02-26) [3]
Repository github.com/VCVRack/
Written in C++
Operating system Linux, macOS, Microsoft Windows
Type modular synthesizer
License GPL license V3 [4] and proprietary for some graphics and 3rd party modules
Website vcvrack.com

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

Contents

Overview

VCV Rack is a free open-source virtual modular synthesizer: multiple modules can be connected to synthesize a sound. By default, the software contains several VCOs, LFOs, mixers, and other standard synthesizer modules. However, more can be added as plugins through the VCV Rack website. [5] [6]

Version 1.0.0 added a stable API, a multithreading engine [3] and support for polyphonic signals. [7]

Version 2.0.0 was officially announced in September of 2021 [8] and released in November 30, 2021. [3]

Interconnectivity

In addition to the above features, VCV Rack can also connect to other hardware and software by outputting analog CV/gate and digital USB or MIDI signals. The software can also connect to other VST plugins though the module "host". The ability to use VCV Rack itself as a VST plugin within other audio applications was added upon the release of Rack 2.0. [9]

Related Research Articles

<span class="mw-page-title-main">Modular synthesizer</span> Synthesizer composed of separate modules

Modular synthesizers are synthesizers composed of separate modules for different functions. The modules can be connected together by the user to create a patch. The outputs from the modules may include audio signals, analog control voltages, or digital signals for logic or timing conditions. Typical modules are voltage-controlled oscillators, voltage-controlled filters, voltage-controlled amplifiers and envelope generators.

<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. The program is available in four different editions for Microsoft Windows and macOS.

<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">BioRuby</span>

BioRuby is a collection of open-source Ruby code, comprising classes for computational molecular biology and bioinformatics. It contains classes for DNA and protein sequence analysis, sequence alignment, biological database parsing, structural biology and other bioinformatics tasks. BioRuby is released under the GNU GPL version 2 or Ruby licence and is one of a number of Bio* projects, designed to reduce code duplication.

<span class="mw-page-title-main">IntelliJ IDEA</span> Integrated development environment

IntelliJ IDEA is an integrated development environment (IDE) written in Java for developing computer software written in Java, Kotlin, Groovy, and other JVM-based languages. It is developed by JetBrains and is available as an Apache 2 Licensed community edition, and in a proprietary commercial edition. Both can be used for commercial development.

Reaktor is a graphical modular software music studio developed by Native Instruments (NI). It allows musicians and sound specialists to design and build their own instruments, samplers, effects and sound design tools. It is supplied with many ready-to-use instruments and effects, from emulations of classic synthesizers to futuristic sound design tools. In addition, more than 3000 free instruments can be downloaded from the growing User Library. All of Reaktor's instruments can be freely examined, customized, or taken apart; Reaktor is a tool that effectively encourages reverse engineering. The free, limited version called Reaktor Player is a software that allows musicians to play NI-released Reaktor instruments, but not edit or reverse-engineer them.

<span class="mw-page-title-main">Mantis Bug Tracker</span> Bug tracking system

Mantis Bug Tracker is a free and open source, web-based bug tracking system. The most common use of MantisBT is to track software defects. However, MantisBT is often configured by users to serve as a more generic issue tracking system and project management tool.

Synapse Audio Software is a software company located in Germany. Previously known as Sonic Syndicate and headed by Richard Hoffmann, they develop music production software for the Mac OS and Microsoft Windows platforms. They started developing software in November 1998 as Sonic Syndicate and changed their name to Synapse Audio with the release of Orion Platinum in 2002.

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

SynthEdit is a modular audio plugin development environment which uses a visual editor. First conceived in 1987 by programmer Jeff McClintock and initially distributed in 1999, it was officially released in 2005.

<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 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.

In computer music and professional audio creation, a DirectX plugin is a software processing component that can be loaded as a plugin into host applications to allow real-time processing, audio effects, mixing audio or act as virtual synthesizers. DirectX plugins allow the replacement of traditional recording studio hardware and rack units used in professional studios with software-based counterparts that can be connected together in a modular way. This allows host manufacturers to focus on the conviviality and efficiency of their products while specialized manufacturers can focus on the digital signal processing aspect. For example, there are plugins for effects boxes, such as reverbs and delays, effects pedals, like guitar distortion, flange and chorus, and for mixing and mastering processors such as compressors, limiters, exciters, sub bass enhancers, stereo imagers and many more.

FluidSynth, formerly named iiwusynth, is a free open source software synthesizer which converts MIDI note data into an audio signal using SoundFont technology without need for a SoundFont-compatible soundcard. FluidSynth can act as a virtual MIDI device, able to receive MIDI data from any program and transform it into audio on-the-fly. It can also read in SMF (.mid) files directly. On the output side, it can send audio data directly to an audio device for playback, or to a Raw or Wave file. It can also convert a SMF file directly to an audio file in faster-than-real-time. The combination of these features gives FluidSynth the following major use cases:

<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.

Reason Studios is a music software company, based in Stockholm, Sweden. Founded in 1994, it develops the studio emulation digital audio workstation Reason.

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

Vanilla is a Canadian software company founded in 2009 in Montreal, Quebec, Canada. It is both a cloud-based (SaaS) community forum software and an open source community supported software. The company's main product is Vanilla Cloud.

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">PostCSS</span> Software development tool that uses JavaScript-based plugins to automate routine CSS operations

PostCSS is a software development tool that uses JavaScript-based plugins to automate routine CSS operations. It was designed by Andrey Sitnik with the idea taking its origin in his front-end work for Evil Martians.

<span class="mw-page-title-main">Art of Illusion</span>

Art of Illusion is a free software, and open source software package for making 3D graphics.

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

SunVox, also known as SunVox Modular Music Creation Studio, is a 2008 music creation tool built around the SunVox Engine, a software-based modular synthesizer and tracker-based sequencer. It is available for multiple platforms including Windows, MacOS, Linux on the desktop and iOS, Android in the mobile sphere. The desktop versions are freely available for download on the developer's website while a paid version for iOS and Android apps, respectively, is purchasable from those platforms' official app stores. There was also, at one time, a release for Palm OS devices.

BespokeSynth is a free and open-source software modular synthesizer and digital audio workstation.

References

  1. Grosse, Darwin (22 January 2018). "Open Source Synthesis: Behind The Scenes With VCV Rack Creator Andrew Belt". Synthtopia. Retrieved 31 August 2019.
  2. "VCV Rack". GitHub. Retrieved 31 August 2019.
  3. 1 2 3 "Rack/CHANGELOG.md". VCV Rack on Github. 26 February 2022.
  4. "Rack". GitHub . 26 October 2021.
  5. Ted Pallas, ed. (7 December 2017). "A guide to VCV Rack, a software Eurorack modular you can use for free". CDM.
  6. Mark Strauss, ed. (6 March 2018). "VCV Rack - Open-source modular synthesiser". residentadvisor.net.
  7. Peter Kirn, ed. (19 June 2019). "VCV Rack hits 1.0; why you need this free modular now". cdm.link.
  8. "VCV Rack 2". VCVrack.com. 26 October 2021.
  9. "Is VCV Rack available as a VST/AU/AAX plugin for DAWs?". VCVrack.com. 26 July 2019.