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.
Andrew Belt 7b9a9d2094 Add DSP page 7 years ago
images Add logo to sidebar 7 years ago
.gitignore Add logo to sidebar 7 years ago
Bridge.md Add Bridge page 7 years ago
Core.md Add Bridge page 7 years ago
DSP.md Add DSP page 7 years ago
FAQ.md Add Bridge page 7 years ago
Glossary.md Add Version page 7 years ago
Installing.md Add Bridge page 7 years ago
Introduction.md Add communities to introduction 7 years ago
Makefile Add logo to sidebar 7 years ago
PluginDevelopmentTutorial.md Migrate old manual to GitBook 7 years ago
QuickStart.md Migrate old manual to GitBook 7 years ago
README.md Add logo to sidebar 7 years ago
TOC.md Add DSP page 7 years ago
Version.md Revise wording 7 years ago
VoltageStandards.md Switch to katex-plus plugin 7 years ago
book.json Switch to katex-plus plugin 7 years ago

README.md

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 complete overhauls are welcome, as well as minor fixes like grammar, spelling, and reorganization. Your PR will be accepted if it is a net positive benefit to readers.

Building

Install Node. Make sure npm is in your PATH.

Install gitbook with

npm install gitbook-cli -g

Install gitbook plugins with

gitbook install

Build with

make run

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