{"id":13418566,"url":"https://github.com/VCVRack/Rack","last_synced_at":"2025-03-15T03:31:30.209Z","repository":{"id":37549939,"uuid":"73756539","full_name":"VCVRack/Rack","owner":"VCVRack","description":"The virtual Eurorack studio","archived":false,"fork":false,"pushed_at":"2024-11-20T08:46:25.000Z","size":7822,"stargazers_count":4130,"open_issues_count":307,"forks_count":446,"subscribers_count":188,"default_branch":"v2","last_synced_at":"2025-03-10T21:42:05.628Z","etag":null,"topics":["vcvrack"],"latest_commit_sha":null,"homepage":"http://vcvrack.com/","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VCVRack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE-GPLv3.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-14T23:33:53.000Z","updated_at":"2025-03-09T04:42:30.000Z","dependencies_parsed_at":"2024-01-17T13:13:14.584Z","dependency_job_id":"4d55b00b-c98f-4e95-927c-8d14a174b4a0","html_url":"https://github.com/VCVRack/Rack","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VCVRack%2FRack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VCVRack%2FRack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VCVRack%2FRack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VCVRack%2FRack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VCVRack","download_url":"https://codeload.github.com/VCVRack/Rack/tar.gz/refs/heads/v2","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243179900,"owners_count":20249186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vcvrack"],"created_at":"2024-07-30T22:01:03.840Z","updated_at":"2025-03-15T03:31:30.184Z","avatar_url":"https://github.com/VCVRack.png","language":"C++","readme":"# VCV Rack\n\n*Rack* is the host application for the VCV virtual Eurorack modular synthesizer platform.\n\n- [VCV website](https://vcvrack.com/)\n- [Manual](https://vcvrack.com/manual/)\n- [Support](https://vcvrack.com/support)\n- [Module Library](https://library.vcvrack.com/)\n- [Rack source code](https://github.com/VCVRack/Rack)\n- [Building](https://vcvrack.com/manual/Building)\n- [Communities](https://vcvrack.com/manual/Communities)\n- [Licenses](LICENSE.md) ([HTML](LICENSE.html))\n\n## Acknowledgments\n\n- [Andrew Belt](https://github.com/AndrewBelt): Lead Rack developer\n- [Pyer](https://www.pyer.be/): Module design, component graphics\n- [Richie Hindle](http://entrian.com/audio/): Rack developer, bug fixes\n- [Grayscale](https://grayscale.info/): Module design, branding\n- Christoph Scholtes: [Library reviews](https://github.com/VCVRack/library) and [plugin toolchain](https://github.com/VCVRack/rack-plugin-toolchain)\n- Rack plugin developers: Authorship shown on each plugin's [VCV Library](https://library.vcvrack.com/) page\n- Rack users like you: [Bug reports and feature requests](https://vcvrack.com/support)\n\n## Dependency libraries\n\n- [GLFW](https://www.glfw.org/)\n- [GLEW](http://glew.sourceforge.net/)\n- [NanoVG](https://github.com/memononen/nanovg)\n- [NanoSVG](https://github.com/memononen/nanosvg)\n- [oui-blendish](https://github.com/geetrepo/oui-blendish)\n- [osdialog](https://github.com/AndrewBelt/osdialog) (written by Andrew Belt for VCV Rack)\n- [ghc::filesystem](https://github.com/gulrak/filesystem)\n- [Jansson](https://digip.org/jansson/)\n- [libcurl](https://curl.se/libcurl/)\n- [OpenSSL](https://www.openssl.org/)\n- [Zstandard](https://facebook.github.io/zstd/) (for Rack's `.tar.zstd` patch format)\n- [libarchive](https://libarchive.org/) (for Rack's `.tar.zstd` patch format)\n- [PFFFT](https://bitbucket.org/jpommier/pffft/)\n- [libspeexdsp](https://gitlab.xiph.org/xiph/speexdsp/-/tree/master/libspeexdsp) (for Rack's fixed-ratio resampler)\n- [libsamplerate](https://github.com/libsndfile/libsamplerate) (for Rack's variable-ratio resampler)\n- [RtMidi](https://www.music.mcgill.ca/~gary/rtmidi/)\n- [RtAudio](https://www.music.mcgill.ca/~gary/rtaudio/)\n- [Fuzzy Search Database](https://bitbucket.org/j_norberg/fuzzysearchdatabase) (written by Nils Jonas Norberg for VCV Rack's module browser)\n- [TinyExpr](https://codeplea.com/tinyexpr) (for math evaluation in parameter context menu)\n\n## Contributions\n\nVCV cannot accept free contributions to Rack itself, but we encourage you to\n\n- Send us feature requests and bug reports.\n- Create a plugin that extends Rack's functionality. Most of Rack's functionality is exposed in its public plugin API.\n- Work at VCV! Check job openings at \u003chttps://vcvrack.com/jobs\u003e\n","funding_links":[],"categories":["C++","Music 🎧","Applications","C/C++","应用","Miscellaneous open source audio code/projects"],"sub_categories":["Music Production (Free)","Audio","音频"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVCVRack%2FRack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FVCVRack%2FRack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVCVRack%2FRack/lists"}