You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 2.7KB

7 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # VCV Rack
  2. *Rack* is the host application for the VCV virtual Eurorack modular synthesizer platform.
  3. - [VCV website](https://vcvrack.com/)
  4. - [Manual](https://vcvrack.com/manual/)
  5. - [Support](https://vcvrack.com/support)
  6. - [Module Library](https://library.vcvrack.com/)
  7. - [Rack source code](https://github.com/VCVRack/Rack)
  8. - [Building](https://vcvrack.com/manual/Building)
  9. - [Communities](https://vcvrack.com/manual/Communities)
  10. - [Licenses](LICENSE.md) ([HTML](LICENSE.html))
  11. ## Credits
  12. - [Andrew Belt](https://github.com/AndrewBelt): Lead Rack developer
  13. - [Pyer](https://www.pyer.be/): Module design, component graphics
  14. - [Richie Hindle](http://entrian.com/audio/): Rack developer, bug fixes
  15. - [Grayscale](https://grayscale.info/): Module design, branding
  16. - Christoph Scholtes: [Library reviews](https://github.com/VCVRack/library) and [plugin toolchain](https://github.com/VCVRack/rack-plugin-toolchain)
  17. - Rack plugin developers: Authorship shown on each plugin's [VCV Library](https://library.vcvrack.com/) page
  18. - Rack users like you: [Bug reports and feature requests](https://vcvrack.com/support)
  19. ## Software libraries
  20. - [GLFW](https://www.glfw.org/)
  21. - [GLEW](http://glew.sourceforge.net/)
  22. - [NanoVG](https://github.com/memononen/nanovg)
  23. - [NanoSVG](https://github.com/memononen/nanosvg)
  24. - [oui-blendish](https://github.com/geetrepo/oui-blendish)
  25. - [osdialog](https://github.com/AndrewBelt/osdialog) (written by Andrew Belt for VCV Rack)
  26. - [ghc::filesystem](https://github.com/gulrak/filesystem)
  27. - [Jansson](https://digip.org/jansson/)
  28. - [libcurl](https://curl.se/libcurl/)
  29. - [OpenSSL](https://www.openssl.org/)
  30. - [Zstandard](https://facebook.github.io/zstd/) (for Rack's `tar.zstd` patch format)
  31. - [libarchive](https://libarchive.org/) (for Rack's `tar.zstd` patch format)
  32. - [PFFFT](https://bitbucket.org/jpommier/pffft/)
  33. - [libspeexdsp](https://gitlab.xiph.org/xiph/speexdsp/-/tree/master/libspeexdsp) (for Rack's fixed-ratio resampler)
  34. - [libsamplerate](https://github.com/libsndfile/libsamplerate) (for Rack's variable-ratio resampler)
  35. - [RtMidi](https://www.music.mcgill.ca/~gary/rtmidi/)
  36. - [RtAudio](https://www.music.mcgill.ca/~gary/rtaudio/)
  37. - [Fuzzy Search Database](https://bitbucket.org/j_norberg/fuzzysearchdatabase) (written by Nils Jonas Norberg for VCV Rack's module browser)
  38. - [TinyExpr](https://codeplea.com/tinyexpr) (for math evaluation in parameter context menu)
  39. ## Contributions
  40. VCV cannot accept free contributions to Rack itself, but we encourage you to
  41. - Send us feature requests and bug reports.
  42. - Create a plugin that extends Rack's functionality. Most of Rack's functionality is exposed in its public plugin API.
  43. - Work at VCV! Check job openings at <https://vcvrack.com/jobs>