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 816B

1234567891011121314151617181920212223242526272829303132
  1. ***Note: This repo is unsupported until September 7. See you at [Knobcon](https://knobcon.com/)!***
  2. # Rack
  3. *Rack* is the engine for the VCV open-source virtual Eurorack DAW.
  4. ## Building
  5. *If the build fails for you, please report the issue with a detailed error message to help the portability of Rack.*
  6. Clone this repository and `cd` into it.
  7. On Windows, use [MSYS2](http://www.msys2.org/) and launch a mingw32/64 shell.
  8. Clone submodules.
  9. git submodule update --init
  10. Build dependencies locally.
  11. cd dep
  12. make
  13. cd ..
  14. Build Rack.
  15. make
  16. ## License
  17. Rack source code by [Andrew Belt](https://andrewbelt.name/) licensed under the [BSD-3-Clause](LICENSE.txt)
  18. Component Library graphics by [Grayscale](http://grayscale.info/) licensed under the [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)