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.
Pat Man 9d4b4a48f3
Update Core.md
6 years ago
images Add Ableton Live sectino to Bridge page 6 years ago
.gitignore Add logo to sidebar 7 years ago
Bridge.md Add Ableton Live sectino to Bridge page 6 years ago
Contributing.md Add Contributing page 7 years ago
Core.md Update Core.md 6 years ago
DSP.md Add Ableton Live sectino to Bridge page 6 years ago
FAQ.md Rewording 7 years ago
Glossary.md Complete Core chapter 6 years ago
Installing.md Updated Linux run instructions 6 years ago
Introduction.md Add TODO list for DSP, add Facebook page 6 years ago
Makefile Disable PDF build 7 years ago
PluginDevelopmentTutorial.md Rewording 7 years ago
QuickStart.md Add Contributing page 7 years ago
README.md Add initial DSP writeup 7 years ago
TOC.md Add Toolbar page 7 years ago
Toolbar.md Add initial DSP writeup 7 years ago
Version.md Revise wording 7 years ago
VoltageStandards.md Revise gates and triggers section 7 years ago
book.json Clean up config, add title 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.

The LaTeX renderer supports these functions.

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/.