User manual (this may or may not get merged into zynaddsubfx/zynaddsubfx's doc dir)
This repository contains the user manual for Zyn-Fusion (ZynAddSubFX).
The Manual is in AsciiDoc
format https://powerman.name/doc/asciidoc
For a powerful editor with live preview for Linux, check AsciidocFX
https://github.com/asciidocfx/AsciidocFX
If you need a different tool, look here: https://asciidoctor.org/docs/editing-asciidoc-with-live-preview/
Manual.adoc
is the main document, which uses include
statements to pull chapters from individual files.
Goals.adoc
is a document for the manual writers, to define a coherent idea of what the Manual should be like.
If you'd like to share your knowledge about ZynAddSubFX and help fill in the gaps of this User Manual - first take a look at the Manual.adoc file and read.
When you'll find something that you feel comfortable writing about, find the appropriate .adoc
chapter file and contribute there.
You'll find some comments that are intended as a messages to editors, not as content for end users.
In Asciidoc the comments are done as follows:
Every line starting with //
is regarded as a comment.
Multi-line text enclosed between lines containing only ////
is regarded as a comment to.
// example one line comment
////
example
multi-line
comment
////
If you have any questions, or suggestions - feel free to create an Issue, and link it in a comment in the appropreiate .adoc
file. For example:
// Here goes all the term definitions the user might need to reference while reading the manual.
// We need to figure out a way to sort the items here alphabetically
// https://github.com/zynaddsubfx/user-manual/issues/6