mirror of
https://github.com/VCVRack/Rack.git
synced 2026-03-27 22:20:23 +00:00
The virtual Eurorack studio
- C++ 93.1%
- Makefile 2.6%
- C 2.2%
- Python 1.6%
- NSIS 0.4%
| .github | ||
| adapters | ||
| dep | ||
| docs | ||
| include | ||
| plugins | ||
| presets | ||
| res | ||
| src | ||
| translations | ||
| .astylerc | ||
| .gitignore | ||
| .gitmodules | ||
| arch.mk | ||
| cacert.pem | ||
| CHANGELOG.md | ||
| compile.mk | ||
| Component.plist | ||
| Core.json | ||
| dep.mk | ||
| Distribution.xml | ||
| Entitlements.plist | ||
| helper.py | ||
| icon.icns | ||
| icon.ico | ||
| Info.plist | ||
| installer.nsi | ||
| LICENSE-dist.md | ||
| LICENSE-GPLv3.txt | ||
| LICENSE.md | ||
| Makefile | ||
| plugin.mk | ||
| Rack.rc | ||
| README.md | ||
| template.vcv | ||
| valgrind.supp | ||
VCV Rack
Rack is the host application for the VCV virtual Eurorack modular synthesizer platform.
Acknowledgments
- Andrew Belt: Lead Rack developer
- Pyer: Module design, component graphics
- Richie Hindle: Rack developer, bug fixes
- Grayscale: Module design, branding
- Christoph Scholtes: Library reviews and plugin toolchain
- Translators
- German: Stephan Müsch, Norbert Denninger
- Spanish: Kevin U. Cano Guerra, Coriander V. Pines
- French: Pyer
- Italian: Alessandro Paglia
- Chinese (Simplified): NoiseTone
- Japanese: Leo Kuroshita
- Rack plugin developers: Authorship shown on each plugin's VCV Library page
- Rack users like you: Bug reports and feature requests
Dependency libraries
- GLFW
- GLEW
- NanoVG
- NanoSVG
- oui-blendish
- osdialog (written by Andrew Belt for VCV Rack)
- ghc::filesystem
- Jansson
- libcurl
- OpenSSL
- Zstandard (for Rack's
.tar.zstdpatch format) - libarchive (for Rack's
.tar.zstdpatch format) - PFFFT
- libspeexdsp (for Rack's fixed-ratio resampler)
- libsamplerate (for Rack's variable-ratio resampler)
- RtMidi
- RtAudio
- Fuzzy Search Database (written by Nils Jonas Norberg for VCV Rack's module browser)
- TinyExpr (for math evaluation in parameter context menu)
Contributions
VCV is unable to accept outside code contributions, but if you wish to contribute to the VCV Rack software, you can:
- Request a feature or report a bug to VCV Support.
- Learn about Rack and answer questions in the VCV communities.
- Develop your own Rack plugin, or help maintain an existing plugin.
- Apply for a job at VCV.