Browse Source

Update documentation and info files

master
Nils 3 years ago
parent
commit
ed4e964eab
  1. 11
      README.md
  2. 2
      configure
  3. 4
      documentation/english.adoc
  4. 4
      documentation/german.adoc
  5. 4
      documentation/index.adoc
  6. 2
      documentation/manpageinclude.h2m
  7. 4
      documentation/out/english.html
  8. 4
      documentation/out/german.html
  9. 2
      documentation/out/index.html
  10. 8
      documentation/vico.1

11
README.md

@ -1,8 +1,8 @@
[//]: # (Generated 2020-12-18T23:01:35.312422. Changes belong into template/documentation/readme.template)
[//]: # (Generated 2021-01-01T23:55:37.601757. Changes belong into template/documentation/readme.template)
#Vico
Program version 1.2.1 (discontinued)
Program version 1.2.2
THIS PROGRAM IS NO LONGER IN DEVELOPMENT. NO FURTHER UPDATES!
@ -62,7 +62,6 @@ It is possible to clone a git repository.
#### Build Dependencies
* Bash
* Nuitka >= 0.6 (maybe earlier. Optional when running from source dir)
* GCC (development is done on 8.2, but most likely you can use a much earlier version)
### Environment:
@ -115,9 +114,9 @@ You can run Vico after extracting the release archive or cloning from git, witho
### Calfbox
"Calfbox" is the name of our internal realtime midi/audio python module.
* You can either choose to install the module systemwide, which will make running all Laborejo Software Suite programs more convenient (when run from the source dir). Please consult https://github.com/kfoltman/calfbox
* Or you just run `./configure` and `make calfbox` without subsequent install, which creates a `site-packages` directory in the source dir.
* A third option is `vico --mute` which runs without sound at all and does not need calfbox.
* It is bundled with the application for a normal install.
* Or you could run `./configure` and `make calfbox` without subsequent install, which creates a `sitepackages` directory in the source dir. You can then run `./vico` directly from the source.
* A third option is `./vico --mute` which runs without sound at all and does not need calfbox.
### From source directory with NSM
The developer uses this way to develop and use the software, so it will always be as stable as the

2
configure

@ -1,6 +1,6 @@
#!/bin/bash
program=vico
cboxconfigure="--without-fluidsynth --without-libsmf"
version="1.2.2"
version=1.2.2
. template/configure.template #. is the posix compatible version of source

4
documentation/english.adoc

@ -1,5 +1,5 @@
:Author: Laborejo Software Suite
:Version: 1.2.1 (discontinued)
:Version: 1.2.2
:iconfont-remote!:
:!webfonts:
@ -25,7 +25,7 @@ https://asciidoctor.org/docs/user-manual/
= Vico
// Don't write in the empty line above line. It will be interpreted as author html tag
For program version 1.2.1 (discontinued)
For program version 1.2.2
== Introduction

4
documentation/german.adoc

@ -1,5 +1,5 @@
:Author: Laborejo Software Suite
:Version: 1.2.1 (discontinued)
:Version: 1.2.2
:iconfont-remote!:
:!webfonts:
@ -25,7 +25,7 @@ https://asciidoctor.org/docs/user-manual/
= Vico
// Don't write in the empty line above line. It will be interpreted as author html tag
Für Programmversion 1.2.1 (discontinued)
Für Programmversion 1.2.2
== Bedienung

4
documentation/index.adoc

@ -1,5 +1,5 @@
:Author: Laborejo Software Suite
:Version: 1.2.1 (discontinued)
:Version: 1.2.2
:iconfont-remote!:
:!webfonts:
@ -21,7 +21,7 @@ https://asciidoctor.org/docs/user-manual/
== Vico Multi-Language Documentation
image::logo.png["logo", 320, 180]
For program version 1.2.1 (discontinued)
For program version 1.2.2
This site is part of the https://www.laborejo.org[Laborejo Software Suite]

2
documentation/manpageinclude.h2m

@ -34,7 +34,7 @@ However, all programs that run as JACK transport masters or JACK timebase master
https://www.laborejo.org/bugs
[copyright]
Vico 1.2.1 (discontinued) - Copyright 2020
Vico 1.2.2 - Copyright 2020
Laborejo Software Suite
https://www.laborejo.org/

4
documentation/out/english.html

@ -530,7 +530,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>For program version 1.2.1 (discontinued)</p>
<p>For program version 1.2.2</p>
</div>
</div>
</div>
@ -1475,7 +1475,7 @@ The program is split in two parts. A shared "template" between the Laborejo Soft
</div>
<div id="footer">
<div id="footer-text">
Last updated 2020-12-18 23:01:35 +0100
Last updated 2021-01-01 23:55:37 +0100
</div>
</div>
</body>

4
documentation/out/german.html

@ -535,7 +535,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>Für Programmversion 1.2.1 (discontinued)</p>
<p>Für Programmversion 1.2.2</p>
</div>
</div>
</div>
@ -1504,7 +1504,7 @@ Ansonsten starten Sie vico mit diesem Befehl, Sprachcode ändern, vom Terminal a
</div>
<div id="footer">
<div id="footer-text">
Last updated 2020-12-18 23:01:35 +0100
Last updated 2021-01-01 23:55:37 +0100
</div>
</div>
</body>

2
documentation/out/index.html

@ -450,7 +450,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
</div>
</div>
<div class="paragraph">
<p>For program version 1.2.1 (discontinued)</p>
<p>For program version 1.2.2</p>
</div>
<div class="paragraph">
<p>This site is part of the <a href="https://www.laborejo.org">Laborejo Software Suite</a></p>

8
documentation/vico.1

@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH VICO "1" "December 2020" "Vico 1.2.1 (discontinued)" "User Commands"
.TH VICO "1" "January 2021" "Vico 1.2.2" "User Commands"
.SH NAME
Vico - Minimalistic MIDI sequencer. One input, one output, one piano roll with multiple layers.
.SH DESCRIPTION
usage: vico [\-h] [\-v] [\-s DIRECTORY] [\-p] [\-m] [\-V]
.PP
Vico \- Version 1.2.1 (discontinued) \- Copyright 2020 by Laborejo Software
Suite \- https://www.laborejo.org/vico
Vico \- Version 1.2.2 \- Copyright 2020 by Laborejo Software Suite \-
https://www.laborejo.org/vico
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
@ -72,7 +72,7 @@ Run without audio and midi. Skips all JACK checks. Used to just look at the GUI,
.SH "REPORTING BUGS"
https://www.laborejo.org/bugs
.SH COPYRIGHT
Vico 1.2.1 (discontinued) - Copyright 2020
Vico 1.2.2 - Copyright 2020
Laborejo Software Suite
https://www.laborejo.org/
.SH "SEE ALSO"

Loading…
Cancel
Save