Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VCVRack/Rack
The virtual Eurorack studio
https://github.com/VCVRack/Rack
vcvrack
Last synced: 13 days ago
JSON representation
The virtual Eurorack studio
- Host: GitHub
- URL: https://github.com/VCVRack/Rack
- Owner: VCVRack
- License: other
- Created: 2016-11-14T23:33:53.000Z (almost 8 years ago)
- Default Branch: v2
- Last Pushed: 2024-08-04T20:45:54.000Z (3 months ago)
- Last Synced: 2024-10-16T02:06:07.354Z (23 days ago)
- Topics: vcvrack
- Language: C++
- Homepage: http://vcvrack.com/
- Size: 7.34 MB
- Stars: 4,048
- Watchers: 189
- Forks: 438
- Open Issues: 307
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE-GPLv3.txt
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - An open-source virtual modular synthesizer. (Applications / Audio)
- awesome-ccamel - VCVRack/Rack - The virtual Eurorack studio (C++)
- awesome-open-synth - VCV Rack - 3.0 | C++ | (C/C++)
- Awesome-Linux-Software - ![Open-Source Software - An open-source virtual modular synthesizer. (Applications / Audio)
- awesome-musicdsp - vcvrack - Whilst the other items in this list have been around a while and have somewhat arcane code-bases, this is pretty new and the API is very clean and simple. I think making a VCVRack module it is a great way to get into audio programming. (Miscellaneous open source audio code/projects)
README
# VCV Rack
*Rack* is the host application for the VCV virtual Eurorack modular synthesizer platform.
- [VCV website](https://vcvrack.com/)
- [Manual](https://vcvrack.com/manual/)
- [Support](https://vcvrack.com/support)
- [Module Library](https://library.vcvrack.com/)
- [Rack source code](https://github.com/VCVRack/Rack)
- [Building](https://vcvrack.com/manual/Building)
- [Communities](https://vcvrack.com/manual/Communities)
- [Licenses](LICENSE.md) ([HTML](LICENSE.html))## Acknowledgments
- [Andrew Belt](https://github.com/AndrewBelt): Lead Rack developer
- [Pyer](https://www.pyer.be/): Module design, component graphics
- [Richie Hindle](http://entrian.com/audio/): Rack developer, bug fixes
- [Grayscale](https://grayscale.info/): Module design, branding
- Christoph Scholtes: [Library reviews](https://github.com/VCVRack/library) and [plugin toolchain](https://github.com/VCVRack/rack-plugin-toolchain)
- Rack plugin developers: Authorship shown on each plugin's [VCV Library](https://library.vcvrack.com/) page
- Rack users like you: [Bug reports and feature requests](https://vcvrack.com/support)## Dependency libraries
- [GLFW](https://www.glfw.org/)
- [GLEW](http://glew.sourceforge.net/)
- [NanoVG](https://github.com/memononen/nanovg)
- [NanoSVG](https://github.com/memononen/nanosvg)
- [oui-blendish](https://github.com/geetrepo/oui-blendish)
- [osdialog](https://github.com/AndrewBelt/osdialog) (written by Andrew Belt for VCV Rack)
- [ghc::filesystem](https://github.com/gulrak/filesystem)
- [Jansson](https://digip.org/jansson/)
- [libcurl](https://curl.se/libcurl/)
- [OpenSSL](https://www.openssl.org/)
- [Zstandard](https://facebook.github.io/zstd/) (for Rack's `.tar.zstd` patch format)
- [libarchive](https://libarchive.org/) (for Rack's `.tar.zstd` patch format)
- [PFFFT](https://bitbucket.org/jpommier/pffft/)
- [libspeexdsp](https://gitlab.xiph.org/xiph/speexdsp/-/tree/master/libspeexdsp) (for Rack's fixed-ratio resampler)
- [libsamplerate](https://github.com/libsndfile/libsamplerate) (for Rack's variable-ratio resampler)
- [RtMidi](https://www.music.mcgill.ca/~gary/rtmidi/)
- [RtAudio](https://www.music.mcgill.ca/~gary/rtaudio/)
- [Fuzzy Search Database](https://bitbucket.org/j_norberg/fuzzysearchdatabase) (written by Nils Jonas Norberg for VCV Rack's module browser)
- [TinyExpr](https://codeplea.com/tinyexpr) (for math evaluation in parameter context menu)## Contributions
VCV cannot accept free contributions to Rack itself, but we encourage you to
- Send us feature requests and bug reports.
- Create a plugin that extends Rack's functionality. Most of Rack's functionality is exposed in its public plugin API.
- Work at VCV! Check job openings at