1
0
Fork 0
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%
Find a file
2025-11-04 02:12:47 -05:00
.github Edit contributing section. 2025-05-16 13:03:08 -04:00
adapters Load translations after logging environment during launch. 2025-04-01 20:34:13 -04:00
dep Revert "Update glfw fork." 2025-10-20 14:10:38 -04:00
docs Fix permissions of files generated by Doxygen. 2024-05-19 15:25:47 -04:00
include Make home/end keys go to start/end of line instead of entire text in TextField. 2025-11-04 02:04:42 -05:00
plugins Add stub to plugins directory 2017-09-11 21:51:29 -04:00
presets Add presets for CV-Gate and MIDI-Gate. 2020-04-10 00:55:24 -04:00
res Add Noto Sans Simplified Chinese font. Fix crash if any UI fonts fail to load. 2024-12-04 22:17:10 -05:00
src Make left/right keys go to start/end of selection if text is selected in TextField. 2025-11-04 02:08:09 -05:00
translations Revise German translation from Stephan Müsch. 2025-10-28 18:40:21 -04:00
.astylerc Refactor engine worker thread relaunching. 2019-08-07 19:12:39 -04:00
.gitignore Specify Fundamental (VCV Free) plugin version and download it in dist target. Refactor getFundamentalPackagePath() to not use regex. 2025-03-15 14:27:06 -04:00
.gitmodules Ignore untracked files in dep/speexdsp. 2023-01-24 09:17:46 -05:00
arch.mk Add lipo target for creating Mac fat binary. 2024-05-04 06:36:35 -04:00
cacert.pem Update CA certificates for cURL. 2023-11-19 12:46:57 -05:00
CHANGELOG.md Update changelog. 2025-11-04 02:12:47 -05:00
compile.mk Disable warning about variable-length arrays. 2025-06-21 18:29:57 -04:00
Component.plist Set BundleHasStrictIdentifier to false so Rack <=2.6.0 Mac app bundles with identifier com.vcvrack.rack are overwritten with the new com.vcvrack.rack2 app bundle. Set BundleIsRelocatable to true so if a user moves the Rack >=2.6.1 app bundle, the installer will find it by its identifier and upgrade (overwrite) it. 2025-03-14 14:28:38 -04:00
Core.json Automatically set Core plugin version to Rack app version. 2025-03-13 22:38:20 -04:00
dep.mk Force CMAKE_POLICY_VERSION_MINIMUM=3.5 for only GLEW and libarchive, not all Rack/plugin deps. Updating the Cmake policy version to support Cmake 4 should be the responsibility of each dep. 2025-04-16 16:59:54 -04:00
Distribution.xml Change Mac bundle ID from com.vcvrack.rack to com.vcvrack.rack2. 2025-02-11 00:06:07 -05:00
Entitlements.plist Test and fix Mac code-signing and notarization. 2021-09-24 16:40:09 -04:00
helper.py Parse SVG colors in format rgb(255,0,0) etc. 2025-08-09 01:02:20 -04:00
icon.icns Update Mac icon to use Big Sur icon shape. 2023-09-14 15:48:14 -04:00
icon.ico Use multiresolution icon.ico 2021-11-07 03:57:03 -05:00
Info.plist Rename VERSION to RACK_VERSION in Makefile to avoid environment variable conflicts. 2025-03-25 17:13:33 -04:00
installer.nsi Rack no longer needs Controlled Folder Access to Documents on Windows since Rack 2.5.0. 2025-03-25 17:22:33 -04:00
LICENSE-dist.md Update LICENSE-dist to match dependency license texts. 2025-03-13 22:45:30 -04:00
LICENSE-GPLv3.txt Add GPLv3 license text. 2019-05-06 04:35:02 -04:00
LICENSE.md Update license years. 2023-03-08 00:17:49 -05:00
Makefile Add Makefile target to download VCV Free package. 2025-10-22 01:46:09 -04:00
plugin.mk Revert "Don't statically link libstdc++ into plugins. Make plugins dynamically link to Rack's libstdc++." 2025-04-17 04:28:28 -04:00
Rack.rc Fix Windows build, use portaudio pre-builds, remove curl init/destroy 2017-09-10 06:13:24 -04:00
README.md Edit contributing section. 2025-05-16 13:03:08 -04:00
template.vcv Improve template patch. 2021-11-28 20:43:26 -05:00
valgrind.supp Add graphics/audio driver memory leaks to valgrind suppressions. 2025-04-11 23:39:24 -04:00

VCV Rack

Rack is the host application for the VCV virtual Eurorack modular synthesizer platform.

Acknowledgments

Dependency libraries

Contributions

VCV is unable to accept outside code contributions, but if you wish to contribute to the VCV Rack software, you can: