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 ed993896c0 Add Polyphony article. Add performance section to FAQ. Lots of language tweaks. 4 years ago
_static Update fonts. 5 years ago
_templates Various tweaking. 5 years ago
images Add Polyphony article. Add performance section to FAQ. Lots of language tweaks. 4 years ago
.gitignore Migrate from GitBook to Sphinx 6 years ago
.gitmodules Migrate from GitBook to Sphinx 6 years ago
About.md Add PluginLicensing. Finish Migrate1. 6 years ago
Building.md Add Polyphony article. Add performance section to FAQ. Lots of language tweaks. 4 years ago
Communities.md Add module tags to Manifest article. Other minor tweaks. 5 years ago
Core.md Add Polyphony article. Add performance section to FAQ. Lots of language tweaks. 4 years ago
DSP.md Add Core Audio CPU question to FAQ. 6 years ago
FAQ.md Add Polyphony article. Add performance section to FAQ. Lots of language tweaks. 4 years ago
Installing.md Add Polyphony article. Add performance section to FAQ. Lots of language tweaks. 4 years ago
Issues.md Add Polyphony article. Add performance section to FAQ. Lots of language tweaks. 4 years ago
Makefile Fix headers, add Optimization section to DSP page, expand Installing page 6 years ago
Manifest.md Add Polyphony article. Add performance section to FAQ. Lots of language tweaks. 4 years ago
MenuBar.md Add Polyphony article. Add performance section to FAQ. Lots of language tweaks. 4 years ago
Migrate1.md Remove Bridge page. Add Issues page. Fix Sphinx version in README. 5 years ago
Migrate2.md Add Polyphony article. Add performance section to FAQ. Lots of language tweaks. 4 years ago
Panel.md Random revisions. 5 years ago
PluginDevelopmentTutorial.md Add Polyphony article. Add performance section to FAQ. Lots of language tweaks. 4 years ago
PluginLicensing.md Add Polyphony article. Add performance section to FAQ. Lots of language tweaks. 4 years ago
Polyphony.md Add Polyphony article. Add performance section to FAQ. Lots of language tweaks. 4 years ago
QuickStart.md Add Polyphony article. Add performance section to FAQ. Lots of language tweaks. 4 years ago
README.md Add module tags to Manifest article. Other minor tweaks. 5 years ago
Version.md Add Polyphony article. Add performance section to FAQ. Lots of language tweaks. 4 years ago
VoltageStandards.md Various tweaking. 5 years ago
conf.py Update fonts. 5 years ago
favicon.png Add jq to build deps. Reorganize community list. 6 years ago
index.rst Add Polyphony article. Add performance section to FAQ. Lots of language tweaks. 4 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 Sphinx 1.8.1. Newer versions do not generate formulas and image tags properly.

pip install sphinx==1.8.1
pip install sphinx_rtd_theme

Install recommonmark 0.4.0.

pip install recommonmark==0.4.0

Build with

make html

The output should be generated in _build/html.

License

All documentation text in this repository is licensed under CC BY-SA 4.0.

Images such as screenshots and logos are licensed by their respective owner.