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.

629B

VCV Rack Manual

The scope of the manual is the VCV Rack application. It does not include individual plugins for Rack---those should be documented and hosted by the plugin developer.

Contributions

Send a pull request to this repository with your edits. Major changes like new pages and sections are welcome, as well as minor fixes like grammar, spelling, and reorganization.

Building

Install Node. Make sure npm is in your PATH.

Install gitbook with

npm install gitbook-cli -g

Run

make run

and preview the manual at http://localhost:8080/.