From 6e4c291180ee1f884c3ce924855fc3ba6118a539 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Thu, 7 May 2020 12:08:25 +0200 Subject: [PATCH] documentation in progress --- README.md | 69 ++- configure | 3 - desktop/desktop.desktop | 1 + documentation/LICENSE | 430 ++++++++++++++++ documentation/argodejo.1 | 79 +++ documentation/build-documentation.sh | 14 +- documentation/build.py | 125 +++++ documentation/css/normalize.css | 427 ++++++++++++++++ documentation/css/style.css | 203 ++++++++ documentation/english.adoc | 141 ++++++ documentation/english.adoc.template | 106 ++++ documentation/english.part.adoc | 209 ++++++++ documentation/german.adoc | 124 +++++ documentation/german.adoc.template | 108 ++++ documentation/german.part.adoc | 61 +++ documentation/index.adoc | 32 ++ documentation/index.adoc.template | 32 ++ documentation/manpageinclude.h2m | 48 ++ documentation/out/english.html | 731 +++++++++++++++++++++++++++ documentation/out/favicon.ico | Bin 0 -> 4286 bytes documentation/out/favicon.png | Bin 0 -> 659 bytes documentation/out/german.html | 710 ++++++++++++++++++++++++++ documentation/out/index.html | 475 ++++++++++++++++- documentation/out/logo.png | Bin 0 -> 35878 bytes documentation/readme.template | 61 +++ engine/config.py | 11 +- 26 files changed, 4174 insertions(+), 26 deletions(-) create mode 100644 documentation/LICENSE create mode 100644 documentation/argodejo.1 create mode 100644 documentation/build.py create mode 100644 documentation/css/normalize.css create mode 100644 documentation/css/style.css create mode 100644 documentation/english.adoc create mode 100644 documentation/english.adoc.template create mode 100644 documentation/english.part.adoc create mode 100644 documentation/german.adoc create mode 100644 documentation/german.adoc.template create mode 100644 documentation/german.part.adoc create mode 100644 documentation/index.adoc create mode 100644 documentation/index.adoc.template create mode 100644 documentation/manpageinclude.h2m create mode 100644 documentation/out/english.html create mode 100644 documentation/out/favicon.ico create mode 100644 documentation/out/favicon.png create mode 100644 documentation/out/german.html create mode 100644 documentation/out/logo.png create mode 100644 documentation/readme.template diff --git a/README.md b/README.md index 2e86721..1af5e44 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,83 @@ -# Argodejo + +[//]: # (Generated 2020-05-03T21:56:12.393129. Changes belong into template/documentation/readme.template) + +#Argodejo +Program version 0.1 + Argodejo (Esperanto: 'place to set things up') is a music production session manager. It is used to start your programs, remember their (JACK) interconnections and make your life easier in general. + You can seamlessly change between two view modes to quickly start a few programs or have complete control and a detailed overview. -Argodejo does not re-invent the wheel but instead uses the Non-Session-Manager daemon and enhances + +Argodejo does not re-invent the wheel but instead uses the New-Session-Manager daemon and enhances it with some tricks of its own, that always remain 100% compatible with the original sessions. -## Version: Proof of Concept This is a proof of concept version. It aims to show that session management with NSM can be quick and convenient and make the user feel in control. Some functionality has not yet been implemented, most prominently anything related to NSM over network. There is always the possibility to break things when trying out corner cases and hacks. + That said, for single-computer sessions with just one daemon and one GUI at the same time Argodejo should provide a good user experience. -There is little documentation. The automatic build system might have tried to create weblinks -and default sentences indicating otherwise, but this is false. +This README is just a short introduction. Consult the manual (see below) for more information. + +# Contact and Information + +* Website https://www.laborejo.org +* Bugs and Issues: https://www.laborejo.org/bugs +* Git Repositories for all programs: https://git.laborejo.org +* Documentation and Manual https://www.laborejo.org/documentation/argodejo + +# Installation and Starting + +## Download + +### Release Version +If the latest release is not available through your package manger you can build it yourself: +Download the latest code release on https://www.laborejo.org/downloads and extract it. + +### Git Version +It is possible to clone a git repository. + +`git clone https://git.laborejo.org/lss/argodejo.git` + +## Dependencies +* Glibc +* Python 3.6 (maybe earlier) +* PyQt5 for Python 3 +* DejaVu Sans Sarif TTF (Font) (recommended, but not technically necessary) +* nsmd: New Session Manager -If you encounter statements or announced features that seem to not work you have just encountered a -side-effect of the top-down development approach. +#### 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) -Bugs reports and issues are welcome at https://www.laborejo.org/bugs or by mail to info@laborejo.org +### Environment: +* Jack Audio Connection Kit must be running -## Running +## Build and Install + ./configure --prefix=/usr/local + make + sudo make install -You need PyQt5, Python 3.6+ and the nsmd binary from Non-Session-Manager. -Please link tools/nsm-data to your $PATH. +## Starting -There is no make-stage or compilation at the moment. +If you installed Argodejo through a packager manager or yourself simple use your application launcher +or terminal to start the executable `argodejo` -* You can run ./argodejo in place or link it to your $PATH. -* Link tools/nsm-data to your $PATH. +You can also run Argodejo after extracting the release archive or cloning from git, without make or +installation. If you did so, for additional features please link tools/nsm-data to your executable PATH. +Use the manpage `man argodejo` or run `argodejo --help` (or local variant `./argodejo --help` ) +to see available command line parameters. diff --git a/configure b/configure index c4fe128..285e9e1 100755 --- a/configure +++ b/configure @@ -1,9 +1,6 @@ program=argodejo version=0.1 -#this file is sourced by ../configure -#therefore all paths are on that level, not our own. - #debugsym=true prefix=/usr/local required_version_python=3.6 diff --git a/desktop/desktop.desktop b/desktop/desktop.desktop index a7683c2..d5435e9 100644 --- a/desktop/desktop.desktop +++ b/desktop/desktop.desktop @@ -6,4 +6,5 @@ Exec=argodejo Icon=argodejo Terminal=false StartupNotify=false +Version=1.0 Categories=AudioVideo;Audio;X-Recorders;X-Multitrack;X-Jack; diff --git a/documentation/LICENSE b/documentation/LICENSE new file mode 100644 index 0000000..aa44e5a --- /dev/null +++ b/documentation/LICENSE @@ -0,0 +1,430 @@ +from: https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt + +Attribution-ShareAlike 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + +======================================================================= + +Creative Commons Attribution-ShareAlike 4.0 International Public +License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution-ShareAlike 4.0 International Public License ("Public +License"). To the extent this Public License may be interpreted as a +contract, You are granted the Licensed Rights in consideration of Your +acceptance of these terms and conditions, and the Licensor grants You +such rights in consideration of benefits the Licensor receives from +making the Licensed Material available under these terms and +conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. BY-SA Compatible License means a license listed at + creativecommons.org/compatiblelicenses, approved by Creative + Commons as essentially the equivalent of this Public License. + + d. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + e. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + f. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + g. License Elements means the license attributes listed in the name + of a Creative Commons Public License. The License Elements of this + Public License are Attribution and ShareAlike. + + h. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + i. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + j. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + k. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + l. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + m. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. Additional offer from the Licensor -- Adapted Material. + Every recipient of Adapted Material from You + automatically receives an offer from the Licensor to + exercise the Licensed Rights in the Adapted Material + under the conditions of the Adapter's License You apply. + + c. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + b. ShareAlike. + + In addition to the conditions in Section 3(a), if You Share + Adapted Material You produce, the following conditions also apply. + + 1. The Adapter's License You apply must be a Creative Commons + license with the same License Elements, this version or + later, or a BY-SA Compatible License. + + 2. You must include the text of, or the URI or hyperlink to, the + Adapter's License You apply. You may satisfy this condition + in any reasonable manner based on the medium, means, and + context in which You Share Adapted Material. + + 3. You may not offer or impose any additional or different terms + or conditions on, or apply any Effective Technological + Measures to, Adapted Material that restrict exercise of the + rights granted under the Adapter's License You apply. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material, + + including for purposes of Section 3(b); and + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + + +======================================================================= + +Creative Commons is not a party to its public +licenses. Notwithstanding, Creative Commons may elect to apply one of +its public licenses to material it publishes and in those instances +will be considered the “Licensor.” The text of the Creative Commons +public licenses is dedicated to the public domain under the CC0 Public +Domain Dedication. Except for the limited purpose of indicating that +material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the +public licenses. + +Creative Commons may be contacted at creativecommons.org. + diff --git a/documentation/argodejo.1 b/documentation/argodejo.1 new file mode 100644 index 0000000..3792b57 --- /dev/null +++ b/documentation/argodejo.1 @@ -0,0 +1,79 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. +.TH ARGODEJO "1" "May 2020" "Argodejo 0.1" "User Commands" +.SH NAME +Argodejo - Music and audio production session manager based on NSM. +.SH DESCRIPTION +usage: argodejo [\-h] [\-v] [\-V] [\-u URL] [\-\-nsm\-url URL] [\-s SESSION] +.IP +[\-\-session\-root SESSIONROOT] +.PP +Argodejo \- Version 0.1 \- Copyright 2020 by Laborejo Software Suite \- +https://www.laborejo.org/argodejo +.SS "optional arguments:" +.TP +\fB\-h\fR, \fB\-\-help\fR +show this help message and exit +.TP +\fB\-v\fR, \fB\-\-version\fR +show program's version number and exit +.TP +\fB\-V\fR, \fB\-\-verbose\fR +(Development) Switch the logger to INFO and give out +all kinds of information to get a high\-level idea of +what the program is doing. +.TP +\fB\-u\fR URL, \fB\-\-url\fR URL +Force URL for the session. If there is already a +running session we will connect to it. Otherwise we +will start one there. Default is local host with +random port. Example: +osc.udp://myhost.localdomain:14294/ +.TP +\fB\-\-nsm\-url\fR URL +Same as \fB\-\-url\fR. +.TP +\fB\-s\fR SESSION, \fB\-\-session\fR SESSION +Session to open on startup. +.TP +\fB\-\-session\-root\fR SESSIONROOT +Root directory of all sessions. Defaults to '$HOME/NSM +Sessions' +.SH USAGE + +Argodejo (Esperanto: 'place to set things up') is a music production session manager. +It is used to start your programs, remember their (JACK) interconnections and make your life easier +in general. + + +You can seamlessly change between two view modes to quickly start a few programs or have complete +control and a detailed overview. + + +Argodejo does not re-invent the wheel but instead uses the New-Session-Manager daemon and enhances +it with some tricks of its own, that always remain 100% compatible with the original sessions. + + +This is a proof of concept version. It aims to show that session management with NSM can be quick +and convenient and make the user feel in control. Some functionality has not yet been +implemented, most prominently anything related to NSM over network. There is always the possibility to +break things when trying out corner cases and hacks. + + +That said, for single-computer sessions with just one daemon and one GUI at the same time Argodejo +should provide a good user experience. +.SH EXAMPLES +Run argodejo. You are now in the Quick View mode. Press New Session and add programs through a +single click on available program-icons. You can switch to the Full View mode via the tab to +get more options. Try right-clicking on many things to get context menus. +.SH "REPORTING BUGS" +https://www.laborejo.org/bugs +.SH COPYRIGHT +Argodejo 0.1 - Copyright 2020 +Laborejo Software Suite +https://www.laborejo.org/ +.SH "SEE ALSO" +The full documentation for Argodejo is maintained as a multi-lingual html site to your systems doc-dir. +For example: + xdg-open file:///usr/share/doc/argodejo/index.html + +The documentation can also be found online https://www.laborejo.org/documentation/argodejo diff --git a/documentation/build-documentation.sh b/documentation/build-documentation.sh index 9a51e0d..ef6340f 100644 --- a/documentation/build-documentation.sh +++ b/documentation/build-documentation.sh @@ -1,3 +1,15 @@ #!/bin/sh -echo "Nothing to build in argodejo" +#The documentation is built statically and does not belong to the normal build process with configure and make +#Its updating is part of the development process, not packaging and running. +#The correct out/ dir is already part of git. + +set -e +asciidoctor index.adoc -o out/index.html + +asciidoctor german.adoc -o out/german.html + +asciidoctor english.adoc -o out/english.html + +cp ../desktop/images/favicon.* out/ +cp ../desktop/images/1248-transparent.png out/logo.png diff --git a/documentation/build.py b/documentation/build.py new file mode 100644 index 0000000..c8b5d4b --- /dev/null +++ b/documentation/build.py @@ -0,0 +1,125 @@ +#! /usr/bin/env python3 +# -*- coding: utf-8 -*- + +""" +This documentation is licensed under Creative Commons-BY-SA-4.0. +Please read the provided documentation/LICENSE file or visit +https://creativecommons.org/licenses/by-sa/4.0/legalcode + +The documentation is built statically and does not belong to the normal build process with configure and make +Its updating is part of the development process, not packaging and running. +The correct out/ dir is already part of git. + +.adoc is asciidoctor, not simple asciidoc. +""" + + +#Make the readme + +import sys +sys.path.append("../engine") +from config import METADATA +import subprocess +from os import getcwd +import os.path +assert os.path.exists(os.path.join(getcwd(), __file__)), (getcwd(), __file__) +import datetime + + +#Readme + +with open("readme.template", "r") as r: + template_readme = r.read() + +template_readme = template_readme.replace("", datetime.datetime.now().isoformat()) +template_readme = template_readme.replace("", METADATA["name"]) +template_readme = template_readme.replace("", METADATA["version"]) +template_readme = template_readme.replace("", METADATA["shortName"]) +template_readme = template_readme.replace("", METADATA["description"]) +template_readme = template_readme.replace("", METADATA["dependencies"]) +template_readme = template_readme.replace("", METADATA["author"]) + +with open ("../README.md", "w") as w: + w.write(template_readme) + +print ("Built /README.md") + +#Documentation index + +with open("index.adoc.template", "r") as r: + template_index = r.read() + +template_index = template_index.replace("", METADATA["name"]) +template_index = template_index.replace("", METADATA["shortName"]) +template_index = template_index.replace("", METADATA["version"]) +template_index = template_index.replace("", METADATA["author"]) + +with open ("index.adoc", "w") as w: + w.write(template_index) + +#Documentation + +METADATA["supportedLanguages"].update({"English":""}) +for language in METADATA["supportedLanguages"].keys(): + + language = language.lower() + + try: + with open(f"{language}.adoc.template", "r") as r: + template = r.read() + except: + continue #language not yet supported as manual + + for key, value in METADATA.items(): #all strings + if type(value) is str: + template = template.replace(f"<{key}>", value) + + if language == "english": + template = template.replace("", "== Introduction\n\n" + METADATA["description"]) + + with open (f"{language}.part.adoc", "r") as clientPart: + template = template.replace("", clientPart.read()) + + with open (f"{language}.adoc", "w") as w: + w.write(template) + + +#Create manpage +#Needs help2man +manpage_template = f""" +[name] +{METADATA["name"]} - {METADATA["tagline"]} + +[usage] +{METADATA["description"]} + +[Reporting bugs] +https://www.laborejo.org/bugs + +[copyright] +{METADATA["name"]} {METADATA["version"]} - Copyright {METADATA["year"]} +{METADATA["author"]} +https://www.laborejo.org/ + +[examples] +Run argodejo. You are now in the Quick View mode. Press New Session and add programs through a +single click on available program-icons. You can switch to the Full View mode via the tab to +get more options. Try right-clicking on many things to get context menus. + +[see also] +The full documentation for {METADATA["name"]} is maintained as a multi-lingual html site to your systems doc-dir. +For example: + xdg-open file:///usr/share/doc/{METADATA["shortName"]}/index.html + +The documentation can also be found online https://www.laborejo.org/documentation/{METADATA["shortName"]} +""" + +with open ("manpageinclude.h2m", "w") as w: + w.write(manpage_template) + +command = f"help2man ../{METADATA['shortName']} --no-info --include manpageinclude.h2m > {METADATA['shortName']}.1" +subprocess.run(command, capture_output=True, text=True, shell=True) + + +print ("Built. You still need to run") +print ("sh build-documentation.sh") diff --git a/documentation/css/normalize.css b/documentation/css/normalize.css new file mode 100644 index 0000000..b26c100 --- /dev/null +++ b/documentation/css/normalize.css @@ -0,0 +1,427 @@ +/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */ + +/* Document + ========================================================================== */ + +/** + * 1. Correct the line height in all browsers. + * 2. Prevent adjustments of font size after orientation changes in + * IE on Windows Phone and in iOS. + */ + +html { + line-height: 1.15; /* 1 */ + -ms-text-size-adjust: 100%; /* 2 */ + -webkit-text-size-adjust: 100%; /* 2 */ +} + +/* Sections + ========================================================================== */ + +/** + * Add the correct display in IE 9-. + */ + +article, +aside, +footer, +header, +nav, +section { + display: block; +} + +/** + * Correct the font size and margin on `h1` elements within `section` and + * `article` contexts in Chrome, Firefox, and Safari. + */ + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/* Grouping content + ========================================================================== */ + +/** + * Add the correct display in IE 9-. + * 1. Add the correct display in IE. + */ + +figcaption, +figure, +main { /* 1 */ + display: block; +} + +/** + * Add the correct margin in IE 8. + */ + +figure { + margin: 1em 40px; +} + +/** + * 1. Add the correct box sizing in Firefox. + * 2. Show the overflow in Edge and IE. + */ + +hr { + box-sizing: content-box; /* 1 */ + height: 0; /* 1 */ + overflow: visible; /* 2 */ +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + +pre { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ +} + +/* Text-level semantics + ========================================================================== */ + +/** + * 1. Remove the gray background on active links in IE 10. + * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. + */ + +a { + background-color: transparent; /* 1 */ + -webkit-text-decoration-skip: objects; /* 2 */ +} + +/** + * 1. Remove the bottom border in Chrome 57- and Firefox 39-. + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. + */ + +abbr[title] { + border-bottom: none; /* 1 */ + text-decoration: underline; /* 2 */ + text-decoration: underline dotted; /* 2 */ +} + +/** + * Prevent the duplicate application of `bolder` by the next rule in Safari 6. + */ + +b, +strong { + font-weight: inherit; +} + +/** + * Add the correct font weight in Chrome, Edge, and Safari. + */ + +b, +strong { + font-weight: bolder; +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + +code, +kbd, +samp { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ +} + +/** + * Add the correct font style in Android 4.3-. + */ + +dfn { + font-style: italic; +} + +/** + * Add the correct background and color in IE 9-. + */ + +mark { + background-color: #ff0; + color: #000; +} + +/** + * Add the correct font size in all browsers. + */ + +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` elements from affecting the line height in + * all browsers. + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* Embedded content + ========================================================================== */ + +/** + * Add the correct display in IE 9-. + */ + +audio, +video { + display: inline-block; +} + +/** + * Add the correct display in iOS 4-7. + */ + +audio:not([controls]) { + display: none; + height: 0; +} + +/** + * Remove the border on images inside links in IE 10-. + */ + +img { + border-style: none; +} + +/** + * Hide the overflow in IE. + */ + +svg:not(:root) { + overflow: hidden; +} + +/* Forms + ========================================================================== */ + +/** + * Remove the margin in Firefox and Safari. + */ + +button, +input, +optgroup, +select, +textarea { + margin: 0; +} + +/** + * Show the overflow in IE. + * 1. Show the overflow in Edge. + */ + +button, +input { /* 1 */ + overflow: visible; +} + +/** + * Remove the inheritance of text transform in Edge, Firefox, and IE. + * 1. Remove the inheritance of text transform in Firefox. + */ + +button, +select { /* 1 */ + text-transform: none; +} + +/** + * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` + * controls in Android 4. + * 2. Correct the inability to style clickable types in iOS and Safari. + */ + +button, +html [type="button"], /* 1 */ +[type="reset"], +[type="submit"] { + -webkit-appearance: button; /* 2 */ +} + +/** + * Remove the inner border and padding in Firefox. + */ + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + border-style: none; + padding: 0; +} + +/** + * Restore the focus styles unset by the previous rule. + */ + +button:-moz-focusring, +[type="button"]:-moz-focusring, +[type="reset"]:-moz-focusring, +[type="submit"]:-moz-focusring { + outline: 1px dotted ButtonText; +} + +/** + * 1. Correct the text wrapping in Edge and IE. + * 2. Correct the color inheritance from `fieldset` elements in IE. + * 3. Remove the padding so developers are not caught out when they zero out + * `fieldset` elements in all browsers. + */ + +legend { + box-sizing: border-box; /* 1 */ + color: inherit; /* 2 */ + display: table; /* 1 */ + max-width: 100%; /* 1 */ + padding: 0; /* 3 */ + white-space: normal; /* 1 */ +} + +/** + * 1. Add the correct display in IE 9-. + * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. + */ + +progress { + display: inline-block; /* 1 */ + vertical-align: baseline; /* 2 */ +} + +/** + * Remove the default vertical scrollbar in IE. + */ + +textarea { + overflow: auto; +} + +/** + * 1. Add the correct box sizing in IE 10-. + * 2. Remove the padding in IE 10-. + */ + +[type="checkbox"], +[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Correct the cursor style of increment and decrement buttons in Chrome. + */ + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Correct the odd appearance in Chrome and Safari. + * 2. Correct the outline style in Safari. + */ + +[type="search"] { + -webkit-appearance: textfield; /* 1 */ + outline-offset: -2px; /* 2 */ +} + +/** + * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. + */ + +[type="search"]::-webkit-search-cancel-button, +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * 1. Correct the inability to style clickable types in iOS and Safari. + * 2. Change font properties to `inherit` in Safari. + */ + +::-webkit-file-upload-button { + -webkit-appearance: button; /* 1 */ + font: inherit; /* 2 */ +} + +/* Interactive + ========================================================================== */ + +/* + * Add the correct display in IE 9-. + * 1. Add the correct display in Edge, IE, and Firefox. + */ + +details, /* 1 */ +menu { + display: block; +} + +/* + * Add the correct display in all browsers. + */ + +summary { + display: list-item; +} + +/* Scripting + ========================================================================== */ + +/** + * Add the correct display in IE 9-. + */ + +canvas { + display: inline-block; +} + +/** + * Add the correct display in IE. + */ + +template { + display: none; +} + +/* Hidden + ========================================================================== */ + +/** + * Add the correct display in IE 10-. + */ + +[hidden] { + display: none; +} diff --git a/documentation/css/style.css b/documentation/css/style.css new file mode 100644 index 0000000..c92707a --- /dev/null +++ b/documentation/css/style.css @@ -0,0 +1,203 @@ +/* https://github.com/markdowncss/retro */ + +pre, +code { + font-family: Menlo, Monaco, "Courier New", monospace; + background-color: rgb(20,20,20); +} + +pre { + padding: .5rem; + line-height: 1.25; + overflow-x: scroll; +} + +@media print { + *, + *:before, + *:after { + background: transparent !important; + color: #000 !important; + box-shadow: none !important; + text-shadow: none !important; + } + + a, + a:visited { + text-decoration: underline; + } + + a[href]:after { + content: " (" attr(href) ")"; + } + + abbr[title]:after { + content: " (" attr(title) ")"; + } + + a[href^="#"]:after, + a[href^="javascript:"]:after { + content: ""; + } + + pre, + blockquote { + border: 1px solid #999; + page-break-inside: avoid; + } + + thead { + display: table-header-group; + } + + tr, + img { + page-break-inside: avoid; + } + + img { + max-width: 100% !important; + } + + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + + h2, + h3 { + page-break-after: avoid; + } +} + +a, +a:visited { + color: #01ff70; +} + +a:hover, +a:focus, +a:active { + color: #2ecc40; +} + +.retro-no-decoration { + text-decoration: none; +} + +html { + font-size: 12px; +} + +@media screen and (min-width: 32rem) and (max-width: 48rem) { + html { + font-size: 15px; + } +} + +@media screen and (min-width: 48rem) { + html { + font-size: 16px; + } +} + +body { + line-height: 1.85; +} + +p, +.retro-p { + font-size: 1rem; + margin-bottom: 1.3rem; +} + +h1, +.retro-h1, +h2, +.retro-h2, +h3, +.retro-h3, +h4, +.retro-h4 { + margin: 1.414rem 0 .5rem; + font-weight: inherit; + line-height: 1.42; +} + +h1, +.retro-h1 { + margin-top: 0; + font-size: 2.698rem; +} + +h2, +.retro-h2 { + font-size: 1.827rem; +} + +h3, +.retro-h3 { + font-size: 1.0rem; +} + +h4, +.retro-h4 { + font-size: 0.9em; +} + +h5, +.retro-h5 { + font-size: 0.7rem; +} + +h6, +.retro-h6 { + font-size: .88rem; +} + +small, +.retro-small { + font-size: .707em; +} + +/* https://github.com/mrmrs/fluidity */ + +img, +canvas, +iframe, +video, +svg, +select, +textarea { + max-width: 100%; +} + +html, +body { + background-color: #222; + min-height: 100%; +} + +html { + font-size: 18px; +} + +body { + color: #fafafa; + font-family: "Courier New"; + line-height: 1.45; + margin: 6rem auto 1rem; + max-width: 48rem; + padding: .25rem; +} + +pre { + background-color: #333; +} + +blockquote { + border-left: 3px solid #01ff70; + padding-left: 1rem; +} diff --git a/documentation/english.adoc b/documentation/english.adoc new file mode 100644 index 0000000..8f0a24d --- /dev/null +++ b/documentation/english.adoc @@ -0,0 +1,141 @@ +:Author: Laborejo Software Suite +:Version: 0.1 +:iconfont-remote!: +:!webfonts: + + +//// +This documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. +To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a +letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. +A copy of the license has been provided in the file documentation/LICENSE. +//// + +//// +https://powerman.name/doc/asciidoc +https://asciidoctor.org/docs/user-manual/ +//// + +:sectnums: + +:toc: left +:toc-title: Table of Contents +:toclevels: 3 + += Argodejo + +// Don't write in the empty line above line. It will be interpreted as author html tag +For program version 0.1 + +== Introduction + + +Argodejo (Esperanto: 'place to set things up') is a music production session manager. +It is used to start your programs, remember their (JACK) interconnections and make your life easier +in general. + + +You can seamlessly change between two view modes to quickly start a few programs or have complete +control and a detailed overview. + + +Argodejo does not re-invent the wheel but instead uses the New-Session-Manager daemon and enhances +it with some tricks of its own, that always remain 100% compatible with the original sessions. + + +This is a proof of concept version. It aims to show that session management with NSM can be quick +and convenient and make the user feel in control. Some functionality has not yet been +implemented, most prominently anything related to NSM over network. There is always the possibility to +break things when trying out corner cases and hacks. + + +That said, for single-computer sessions with just one daemon and one GUI at the same time Argodejo +should provide a good user experience. + + + + +== Installation and Start + +Argodejo is exclusive for Linux. The best way to install is to use your package manager. +If it is not there, or only in an outdated version, please ask your Linux distribution to provide a recent version. + +If available in the package repository, please continue reading directly at "Start argodejo from Non Session Manager". +If not, you can build Argodejo yourself. + +.Build and Install +* Please check the supplied README.md for dependencies. +* You can download a release or clone the git version + ** Download the latest version from https://www.laborejo.org/downloads and extract it. + ** git clone https://git.laborejo.org/lss/argodejo.git +* Change into the new directory and use these commands: +* `./configure --prefix=/usr` + ** The default prefix is /usr/local +* `make` +* `sudo make install` + +.Start argodejo from Non Session Manager (NSM) +* Run `non-session-manager` +* Press the `New` button, and enter a name for your piece of music. +* Press the `Add Client to Session` button, enter `argodejo` here, in lower case. +* Add Client again, this time `jackpatch`. +* Add any compatible programs, e.g. synthesizers. +** See the list of NSM compatible programs: http://non.tuxfamily.org/wiki/ApplicationsSupportingNsm +** And the NSM manual: http://non.tuxfamily.org/nsm/ + +Please read README.md for other ways of starting argodejo, which are impractical for actual use but can +be helpful for testing and development. + +== Help and Development +You can help Argodejo in several ways: Testing and reporting errors, translating, marketing, support, programming and more. + +=== Testing and Reporting Errors +If you find a bug in the program (or it runs too slow) please contact us in a way that suits you best. +We are thankful for any help. + +.How to contact us +* Report bugs and issues: https://www.laborejo.org/bugs +* Website: https://www.laborejo.org +* E-Mail: info@laborejo.org +* If you see the opportunity and know that a developer will read it also forums, social media etc.. + +=== Programming +If you want to do some programming and don't know where to start please get in contact with us directly. +The short version is: clone the git, change the code, create a git patch or point me to your public git. + +=== Translations +Argodejo is very easy to translate with the help of the Qt-Toolchain, without any need for programming. +The easiest way is to contact the developers and they will setup the new language. + +However, here are the complete instructions for doing a translation completely on your own and integrating it into the program. +The program is split in two parts. A shared "template" between the Laborejo Software Suite and the actual program. + +The process is the same for both parts, but needs to be done in different directories: +`template/qtgui` and plain `/qtgui`, relative to the root directory, where the argodejo executable is. + +Everytime you see "template/qtgui" below you can substitute that with just "qtgui" to translate the other part of Argodejo. + +You can add a new language like this: + +* Open a terminal and navigate to template/qtgui/resources/translations +* Edit the file `config.pro` with a text editor + ** Append the name of your language in the last line, in the form `XY.ts`, where XY is the language code. + ** Make sure to leave a space between the individual languages entries. +* Run `sh update.sh` in the same directory + ** The program has now generated a new `.ts` file in the same directory. +* Start Qt Linguist with `linguist-qt5` (may be named differently) and open your newly generated file +* Select your "Target Language" and use the program to create a translation +* Send us the `.ts` file, such as by e-mail to info@laborejo.org + +You can also incorporate the translation into Argodejo for testing purposes. This requires rudimentary Python knowledge. + +* Run the "Release" option in QtLinguists "File" menu. It creates a `.qm` file in the same directory as your `.ts` file. +* Edit `template/qtgui/resources/resources.qrc` and duplicate the line `translations/de.qm` but change it to your new .qm file. +* run `sh buildresources.sh` +* Edit `engine/config.py`: add your language to the line that begins with "supportedLanguages" like this: `{"German": "de.qm", "Esperanto: "eo.qm"}` + ** To find out your language string (German, Esperanto etc.) open the `python3` interpreter in a terminal and run the following command: + ** `from PyQt5 import QtCore;QtCore.QLocale().languageToString(QtCore.QLocale().language())` + +To test the new translation you can either run the program normally, if your system is set to that language. Alternatively start argodejo via the terminal: + +* `LANGUAGE=de_DE.UTF-8 ./argodejo -V --save /dev/null` diff --git a/documentation/english.adoc.template b/documentation/english.adoc.template new file mode 100644 index 0000000..528ce3b --- /dev/null +++ b/documentation/english.adoc.template @@ -0,0 +1,106 @@ +:Author: +:Version: +:iconfont-remote!: +:!webfonts: + + +//// +This documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. +To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a +letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. +A copy of the license has been provided in the file documentation/LICENSE. +//// + +//// +https://powerman.name/doc/asciidoc +https://asciidoctor.org/docs/user-manual/ +//// + +:sectnums: + +:toc: left +:toc-title: Table of Contents +:toclevels: 3 + += + +// Don't write in the empty line above line. It will be interpreted as author html tag +For program version + + + + + +== Installation and Start + + is exclusive for Linux. The best way to install is to use your package manager. +If it is not there, or only in an outdated version, please ask your Linux distribution to provide a recent version. + +If not available in the package repository you can build yourself. + +.Build and Install +* Please check the supplied README.md for dependencies. +* You can download a release or clone the git version + ** Download the latest version from https://www.laborejo.org/downloads and extract it. + ** git clone https://git.laborejo.org/lss/.git +* Change into the new directory and use these commands: +* `./configure --prefix=/usr` + ** The default prefix is /usr/local +* `make` +* `sudo make install` + + +Now the program is available to run via your menu/launcher or `` in a terminal. + +Please read README.md for other ways of starting , which are impractical for actual use but can +be helpful for testing and development. + + +== Help and Development +You can help in several ways: Testing and reporting errors, translating, marketing, support, programming and more. + +=== Testing and Reporting Errors +If you find a bug in the program (or it runs too slow) please contact us in a way that suits you best. +We are thankful for any help. + +.How to contact us +* Report bugs and issues: https://www.laborejo.org/bugs +* Website: https://www.laborejo.org +* E-Mail: info@laborejo.org +* If you see the opportunity and know that a developer will read it also forums, social media etc.. + +=== Programming +If you want to do some programming and don't know where to start please get in contact with us directly. +The short version is: clone the git, change the code, create a git patch or point me to your public git. + +=== Translations + is very easy to translate with the help of the Qt-Toolchain, without any need for programming. +The easiest way is to contact the developers and they will setup the new language. + +However, here are the complete instructions for doing a translation completely on your own and integrating it into the program. + + +You can add a new language like this: + +* Open a terminal and navigate to qtgui/resources/translations +* Edit the file `config.pro` with a text editor + ** Append the name of your language in the last line, in the form `XY.ts`, where XY is the language code. + ** Make sure to leave a space between the individual languages entries. +* Run `sh update.sh` in the same directory + ** The program has now generated a new `.ts` file in the same directory. +* Start Qt Linguist with `linguist-qt5` (may be named differently) and open your newly generated file +* Select your "Target Language" and use the program to create a translation +* Send us the `.ts` file, such as by e-mail to info@laborejo.org + +You can also incorporate the translation into for testing purposes. This requires rudimentary Python knowledge. + +* Run the "Release" option in QtLinguists "File" menu. It creates a `.qm` file in the same directory as your `.ts` file. +* Edit `qtgui/resources/resources.qrc` and duplicate the line `translations/de.qm` but change it to your new .qm file. +* run `sh buildresources.sh` +* Edit `engine/config.py`: add your language to the line that begins with "supportedLanguages" like this: `{"German": "de.qm", "Esperanto: "eo.qm"}` + ** To find out your language string (German, Esperanto etc.) open the `python3` interpreter in a terminal and run the following command: + ** `from PyQt5 import QtCore;QtCore.QLocale().languageToString(QtCore.QLocale().language())` + +To test the new translation you can either run the program normally, if your system is set to that language. Alternatively start via the terminal: + +* `LANGUAGE=de_DE.UTF-8 ./ -V --save /dev/null` diff --git a/documentation/english.part.adoc b/documentation/english.part.adoc new file mode 100644 index 0000000..315f752 --- /dev/null +++ b/documentation/english.part.adoc @@ -0,0 +1,209 @@ +=== Quick Start +To get to know the most important functions and workflows, this video has been created. + +video::https://www.laborejo.org/documentation/patroneo/patroneo-quickstart-english.mp4[width=500] + +Or as Youtube Mirror + +video::ygpwn0gzO8g[youtube, width=500] + +=== Basic Principles +Patroneo organizes its music in tracks that contain measures. All measures of a track play the same "pattern" that creates music through a sequence of "steps". + +The track is connected to an instrument through JACK, so Patroneo itself does not produce any sounds. + +If you press Play, the track plays back from left to right. Whenever a measure is highlighted in the Form Editor, the pattern is played. + +If you want to hear different patterns from the same instrument, you create several tracks for the same JACK instrument. + +The selection of the tones per pattern is freely selectable. You can use normal musical scales or set any tones in any order. If you change the scale later, the pattern sounds different without having to switch tones on and off again. + +Saving and loading your project is done by the Non Session Manager. There you will find a "Save" button. + +=== Keyboard Controls +In principle, Patroneo can be operated with the mouse. The keyboard is needed for only a few functions, such as changing track names or setting half-tone transposition. However, the keyboard makes some workflows faster and more convenient. + +.Shortcuts +* Space: Start and pause playback +* L: Play the current measure as a loop +* Home: Set playback to the beginning of the track. + +== Description of the graphical user interface and its functions +Use your browser's search function to locate the individual letters like [B] and their explanation. + +image::overview-english.png[Screenshot with Captions, link="overview-english.png"] + +Patroneo consists of three parts: The Toolbar, the Form Editor, and the Pattern Editor. Between form- and pattern editor there is a *[L] Handle* which you can grab with the left mouse button and move it up or down to give more space to one or the other area. + +=== Menu and Toolbar + +The *[A] Toolbar* combines various commands with properties of the entire piece. + +*[D] Clone Selected Track* adds a new track based on the currently selected one. This is an important and often used command that is mainly used to enable variants. The cloned track is empty, but inherits the scale of the original, its average velocity or volume, color and name. If the name ends in a single letter like "A", "g" or a number, it is automatically incremented, as you can see in the screenshot. The new track automatically connects to the same JACK instrument. + +*[E] Add Track* adds an empty track. It is given a random name and is not connected in JACK. Scale, note-names etc. will be taken from the currently selected track. + +*[F] BPM / Tempo*: The tempo can be completely deactivated by unchecking the box. In this case, the "JACK Transport" system takes over, as indicated by the "JACK" logo in the deactivated input field. This allows programs running in parallel to create complex tempo sequences, which is not possible in Patroneo alone. + +If the checkbox is activated, the specified tempo is considered to be beats per minute. A "beat" is the selected note value of the list [H]. More on that later. + +*[G] Measures per Track* controls the total length of the piece, whereby the absolute number of seconds can change depending on how the tempo is selected and how long a measure should be. If the number of measures is reduced, no measures are actually deleted, but just ignored. If you later set the number of measures higher again, you will get your old configuration back. Patroneo nevers stops playback on its own. Especially in a JACK-transport environment it will continue playing even after its own end. + +*[H] Steps per Pattern, in groups of ... so that each group produces a ...* note. Here you can set how long the patterns are and what grouping below the beat they have. This is the most complicated part in Patroneo and will be discussed later in this manual. For now it is recommended to ignore the "groups" field. Steps per Pattern is simply the number of tones that can be switched on and off. The drop down list selects how long each of these steps is. + +*[I] Playback Controls* are three buttons. From left to right: + +* Play / Pause. Press to play or pause the music at the current location. You can also press the space bar. +* Loop on and off. The currently played measure (in all tracks) is continuously repeated. This function is suitable for working in a certain place by getting to hear your changes quickly. The loop is broken up by pressing the button again or jumping around in the timeline (see letter Z below). +* To the start: Jumps back to the beginning, whether the music is playing or not. + + +=== Form Editor + +In the *[B] Form Editor* you create the structure of a piece. To do this, the measures in each track can be switched on and off as desired. One can imagine, for example, a drum set that plays three bars in a row and makes a "break" every fourth bar. For this common drum technique you need two tracks. In the screenshot this "3+1" pattern can be seen in the third section (bars 17 to 24) in the orange bass track. + +Whole parts (e.g. verse and chorus) are implemented by using different tracks. To make the creation of related tracks as comfortable as possible, the "clone" command exists (see letter D). + +It is possible to zoom in on the measures. To do this, hold down the *CTRL* key and turn the mouse wheel up or down. Please make sure that the mouse cursor is actually over the measures and not over the track names or on the timeline. + +*[Z] Timeline*: a click with the left mouse button sets the playback position, even during playback. + +In addition, the measure groups (not to be confused with grouping in the pattern, see letter H) can be seen and set here. If you hover over the timeline with the mouse cursor, you can reduce or increase the size of the groups with the mouse wheel. The groups not only have an cosmetical function but are also used as units of measurement if you want to delete or add entire ranges (see letter K). + +*[J] Track Names*. Here you can move tracks, rename them, give them a different color and more: + +* A single click with the left mouse button on a name selects a track without changing anything. This is the best way to just look at a track. (A click on the measure area changes a measure immediately!) +* The double arrow on the far left can be used to move tracks up and down to organize them. It has no effect on the sound or the JACK connections. To move, click on the arrow with the left mouse button, hold it down and move the mouse up and down. +* The colored square shows the current color. A left mouse click opens a dialog. +* Track names can be changed at any time by a double-clicking with the left mouse button. Press the Return key to finish renaming. The JACK connection is retained when renaming. + +It is a good habit to end tracks on a single letter or number. These are used in "cloning" to construct a variant of the name. See the screenshot above. +* A click with the right mouse button on a name opens the context menu of a track. Here you can + ** Switch all measures on or off (only applies to the visible measures) + ** Invert the activated measures: Off becomes On and vice versa. + ** Clone this track (same function as in the toolbar) + ** Delete the track permanently and irreversibly + ** Copy the measure sequence of another track onto the selected one. Measures that have already been set are preserved. If you use this function from an empty track you will practically get "copy track". + +Now finally the *[K] Track* itself. A left click on a measure switches it on or off again. You can switch several measures in a row on and off by holding down the left mouse button after clicking and moving the mouse left or right. +A right click on a specific measure opens a context menu: Insert new measures in all tracks(!) at this position or delete measures from all tracks. The number of measures results from the current measure group setting from the time line (see letter Z). + +These functions are especially understandable if you apply them to the first measure of a group (after the white line). This allows you to insert new "parts" or delete an entire part. + +A good method is also to change the group size for these functions briefly and then reset them immediately afterwards. + +*[X] Half Tone Transposition* is adjusted by holding down the SHIFT key and then turning the mouse wheel up or down over an activated measure. In the measure itself a small text appears, e.g. +5h. Five semitones upwards; C becomes F, MIDI note 60 becomes 65; the transposition is only valid for the respective measure and is not visible in the pattern itself (see below). If the measure is switched off (and on again), the transposition is deleted. + +*[Y] In-Scale Transposition*. It is recommended to familiarize yourself with the pattern and its scale (see letters O to R) first. Are you back? All right, here we go: + +If you hold the mouse cursor over an activated measure, you can adjust the transposition, based on the scale, with the mouse wheel up or down. The label shows how many steps up or down (-6s to +6s) this measure is shifted. If the measure is switched off, the transposition also disappears. In the pattern itself (see below) you cannot see whether a measure is transposed or not. + +One can imagine that the steps in the pattern are shifted up or down in the rows behind the scenes. Whatever tone is set in this row gets played. With a normal scale, this is musically easy to understand: The tones are moved up or down in the scale. + +However, if the scale is chosen freely, there are non-intuitive outcomes; "up and down" with respect to pitches may lose their meaning. It is possible to use two interleaved scales in the pattern and to switch between them by scale transposition +1. Or even uses completely different tones, so that only the rhythm remains the same. + +Scale and half-tone transposition can be combined. First the scale is changed, then the semitone. These combinations open up many creative possibilities! + +=== Pattern Editor + +The *[C] Pattern Editor* is used for composing. The tones, also called "steps", are used to form a measure. The pattern is exactly as long as a measure and is played from left to right. There are several possibilities for tonal arrangement, which are now explained. + +The pattern is always as long as set in the toolbar (see letter H). Steps that have been set are never deleted by rezising! If you make the measures shorter, tones "too far to the right" are simply ignored. You can see them again as soon as you make the measures longer again. + +If the pattern is larger than the screen you can either use the scroll bars or zoom. To zoom hold down the *CTRL* key and turn the mouse wheel up or down. + +At the top you can see a label for the *[M] Active Track*. + +The pattern itself is arranged in rows and columns. The rows symbolise the (adjustable) pitches, the columns show their rhythmic sequence and position in time. + + +==== Pattern Context Menu + +A right click on a step opens a context menu that provides the following exclusive functions. +For all functions that reverse or invert ("On" becomes "Off" and vice versa), please note that all volume information (see below) is lost. + +"Row" here refer to all steps of the same pitch. From left to right. + +* Invert row (an empty row is completely filled) +* Clear row +* Repeat to here to fill row (see below) +* Invert Steps (the whole pattern) +* All Steps On +* All Steps Off + +The function "Repeat to here to fill row" opens up many creative possibilities: All steps from the beginning of the row to the selected one (incl.) are taken as a "sub-pattern" which is used to fill the rest of the row. All existing steps will be deleted with their volumes. + +For example, if you want a note every fourth step, activate the first step of the row, leave three empty and click on the fourth step as context menu and select the fill function. The whole row will now be a recurring pattern of "X o o o X o o o...". + +==== Duration and Volume + +A *[S] Step* is a grey or coloured box. Grey means pause, coloured means *[T] Sounding Tone*. A click with the left mouse button switches the steps on and off. + +A right click opens the context menu. Here you can switch all (currently visible) steps on, off or invert all: Off On becomes Off and vice versa. All volume information (see below) will be lost. + +All steps are equal length. *[V] Other Durations* are also possible: If you hold down the left mouse button after activating a step, you can shorten or lengthen the tone by moving it to the left or right. It must be at least half the length. A tone is at most as long as the measure itself. + +You can activate as many steps in a row or simultaneously as you like. Thus *[W] Chords* can be built. + +Steps can have different *[U] Volumes*. For this Patroneo uses so-called MIDI Velocity. If you hold the mouse cursor over an activated step, you can make its sound softer or louder by turning the mouse wheel. The volumes are displayed as numbers between 1 and 127. If you want to see all volumes at once you can click with the mouse wheel (middle mouse button) into the free area left or right of the pattern. In addition, a step looks more transparent the quieter it is. If the step is switched on and off, the volume is set back to the normal value, derived from the average volume of all tones of this pattern. + + +You can use the *[M] Velocity* buttons to make all tones of a pattern quieter or louder. If you click on it, the volume changes by 1 each, but if you hold the mouse cursor over a button and rotate your mouse wheel the velocity changes by 10 each. It doesn't matter which velocity button (plus or minus) you hover over. + +To make all tones of a row quieter or louder hold the Alt key (not AltGr) and use your mousewheel on a step of that row. + +==== Pitches and Scales + +Click with the middle mouse button on a step to hear the sound it plays. This allows you to "pre-listen" before you decide to set a note. Tip: Hold down the middle mouse button and move the mouse up and down the steps. + +Which actual pitch is played ("MIDI Key") is determined by the *[R] Scale*. Patroneo always works with eight-note scales. Normally, this is a common musical scale: seven different notes and the octave of the root note. + +Such common *[Q] Scales* can be selected directly. For example, major, minor, various so-called "church modes" but also the blues scale or chromatic (e.g. to GM drum mapping) + +If you select a scale from the list, it will be built upon the bottom row. As a rule of thumb this is also the lowest note. In the screenshot this is midi note 60 / C4, located bottom left. You must first select the root directly and then select a *[Q] Scale*. + +There are four buttons to change the pitch of both the root note and the entire scale: + +* *[O] Half Tone* Plus or minus shifts the whole scale up or down by one semitone each. This should not be confused with the temporary transposition from the form editor (see letter X). This is called destructive change, since the values themselves are permanently changed. +* *[P] Octave* Plus or minus shifts directly by a whole octave. You could also press the half-tone button 12 times. Don't. + +As already described in the scale transposition (see letter Y), it is also possible to directly input any value between 0 and 127 in the *[R] Fields of the Scale*. The tones do not have to have musically meaningful intervals, nor do they have to be sorted in ascending or descending order. + +==== Shadows + +Often you want to add more tones to an existing track in a different pattern. A second voice, question/answer technique etc. +To help you, it is possible to display other tracks as *[2] Shadows*. Just click with the middle mouse button on the track you want to see. This is only possible in the measure area, not on the track name or on the timeline. + +You can display as many shadows as you want, until you lose track. All shadows disappear as soon as the active track changes. + +Shadows are just a guidance and not litereal pitches: If you choose a shadow-track with a different scale than your current one the shadow-pitches will be technically wrong. Shadows are very simple in principle. They just show which steps are marked, nothing more. + +=== Grouping in the Pattern + +Grouping is part of the time signature. + +As mentioned above *steps per pattern*, sets the length of the pattern. Patroneo starts with 8 steps per measure for a new project (see screenshot). On the far right is a drop down list, which is set to "Quarter" for a new project. You start with a traditional 8/4 time signature. + +The field *in groups of* allows you to group steps together, each group being as long as specified in the drop down list. This allows you to further subdivide your time signature. The "beat", i.e. the tempo, is based on the main beats, the first step of each group. + +.Examples +* 4/4 time signature with eights notes as smallest rhythmical unit + ** 8 steps per pattern / in groups of 2 / so that each group produces a quarter +* 4/4 time signature subdivided as triplet eights notes (swing) + ** 9 steps per pattern / in groups of 3 / so that each group produces a quarter +* 12/8 time signature + ** 12 steps per pattern / in groups of 1 / so that each group produces an eigth +* 8/4 time signature subdivided as sixteenth notes + ** 32 steps per pattern / in groups of 4 / so that each group produces a quarter + +Normally, the time signature is set relatively at the beginning of a new project. However, it happens every now and then that you need smaller rhythm values than you thought at the beginning. If you simply increase the value of the grouping, you get more subdivisions, but the number of steps remains the same. Likewise, the notes remain exactly in the "column" in which they were previously placed. In other words, the music will sound different. Overall, the measure is also getting shorter, since the same number of steps is now used for shorter steps. + +Patroneo therefore offers the function *Convert Grouping* (in the Edit menu) to change the existing measure structure and to resize steps already set so that the music sounds the same. + +If you click on the button in the toolbar, a small dialog box opens in which you can enter the desired grouping. It is also possible to set what should happen if the conversion would not work properly for musical reasons (see below). + +Conversion is often possible without any problems: + +* If the grouping of `1` is set to a higher value, it always works +* If the grouping is set from `2` to `4` it always works + +For all other transformations it depends on whether the existing tones lie between the new grid after the conversion or not. The former case is not possible and you have to decide: + +.Error Handling +* Do nothing (default) +** The operation is aborted, everything remains as before. +* Delete wrong steps +** Anything that would appear between the grid will be deleted or discarded. +* Merge wrong steps +** Impossible positions are moved to the next possible position. In any case, this means that the music now sounds different. Usually several notes are pushed on top of each other and form chords. + +With a little experience you will be able to estimate what error handling you need. diff --git a/documentation/german.adoc b/documentation/german.adoc new file mode 100644 index 0000000..e1e453d --- /dev/null +++ b/documentation/german.adoc @@ -0,0 +1,124 @@ +:Author: Laborejo Software Suite +:Version: 0.1 +:iconfont-remote!: +:!webfonts: + + +//// +This documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. +To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a +letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. +A copy of the license has been provided in the file documentation/LICENSE. +//// + +//// +https://powerman.name/doc/asciidoc +https://asciidoctor.org/docs/user-manual/ +//// + +:sectnums: + +:toc: left +:toc-title: Inhaltsverzeichnis +:toclevels: 3 + += Argodejo + +// Don't write in the empty line above line. It will be interpreted as author html tag +Für Programmversion 0.1 + + + + +== Installation und Start + +Argodejo ist exklusiv für Linux. Am besten installieren Sie Argodejo über deinen Paketmanager. +Falls es dort nicht vorhanden ist, oder nur in einer veralteten Version, bitten sie ihre +Linuxdistribution Argodejo bereitzustellen. + +Falls in den Paketquellen vorhanden bitte direkt bei "argodejo im Non Session Manager starten" weiterlesen. +Falls nicht kann man Argodejo auch selbst "bauen". + +.Abhängigkeiten* +* Eine Liste der Abhängigkeit befindet sich in der README.md +* Kompilieren und Installieren geht entweder mit einem Releasedownload oder mit der Git-Version: + ** Lade von https://www.laborejo.org/downloads die aktuelle Version herunter und entpacke sie. + ** `git clone https://git.laborejo.org/lss/argodejo.git` +* Wechseln Sie in das neue Verzeichnis und benutzen diese Befehle: +*`./configure --prefix=/usr` + ** Das Standardprefix is /usr/local +* `make` +* `sudo make install` + +.argodejo im Non Session Manager (NSM) starten +* Starten Sie `non-session-manager` +* Knopf `New`, geben Sie einen Namen für das Musikstück ein. +* Knopf `Add Client to Session`, geben Sie hier `argodejo` ein, kleingeschrieben. +* Nochmal Add Client, diesmal `jackpatch`. +* Fügen Sie beliebige kompatible Programme hinzu, z.B. Synthesizer. +** Siehe auch das NSM Handbuch: http://non.tuxfamily.org/nsm/ +** Und die Liste der NSM kompatiblen Programme: http://non.tuxfamily.org/wiki/ApplicationsSupportingNsm + +In der Datei README.md befinden sich weitere Möglichkeiten argodejo zu starten. Diese sind zum +Musikmachen nicht praktikabel, aber nützlich für Tests und Entwicklung. + +== Helfen und Entwicklung +Sie können Argodejo auf viele Arten und Weisen helfen: Testen und Fehler melden, übersetzen, marketing, +anderen Nutzern helfen und schließlich programmieren. + +=== Testen und Programmfehler +Falls Sie einen Fehler im Programm entdecken (oder es zu langsam läuft) melden Sie diese bitte auf +eine Art und Weise, die ihnen am besten passt. + +.Kontaktmöglichkeiten +* Bugs und Probleme melden: https://www.laborejo.org/bugs +* Webseite: https://www.laborejo.org +* E-Mail: info@laborejo.org +* Wenn Sie die Gelegenheiten sehen und wissen, dass ein Entwickler es lesen wird sind auch Foren, Socialmedia etc. möglich. + +== Entwicklung +Falls Sie an der Entwicklung interessiert sind, melden Sie sich am besten direkt bei uns (s.o.) +Kurzversion: clone git, programmieren, einen git-patch erstellen oder uns eine git URL zukommen lassen. + +=== Übersetzungen +Argodejo ist mit Hilfe der Qt-Toolchain sehr einfach zu übersetzen, ohne, dass man dafür Programmieren muss. +Die einfachste Variante ist es einfach die Entwickler anzusprechen und sie werden die neue Sprache einrichten. + +Hier ist dennoch die komplette Anleitung, um eine Übersetzung komplett alleine anzufertigen und in +das Programm einzubinden. Das Programm ist in zwei Teile aufgeteilt: Ein gemeinsames "Template" +(für alle Laborejo Software Suit Programme) sowie das eigentliche Programm. + +Der Übersetzungsprozess ist der gleiche für beide Teile, man muss ihn jedoch in unterschiedlichen +Verzeichnissen durchführen: +`template/qtgui` und nur `/qtgui`, relativ zum Stammverzeichnis, wo sich die ausführbare Datei +argodejo befindet. + +Jedes "template/qtgui" hier kann durch nur "qtgui" ersetzt werden um den zweiten Teil zu übersetzen. + +So fügt man eine neue Sprache hinzu: + +* Öffnen Sie ein Terminal und navigieren zu template/qtgui/resources/translations +* Bearbeiten Sie die Datei `config.pro` in einem Texteditor. + ** Hängem Sie in der letzten Zeile den Namen der neuen Sprache an, in der Form `XY.ts`, wobei XY der Sprachcode ist. + ** Achten Sie bitte darauf ein Leerzeichen zwischen den einzelnen Sprachen zu lassen +* Führen Sie `sh update.sh` im selben Verzeichnis aus. + ** Das Programm hat nun eine neue `.ts`-Datei im Verzeichnis erstellt. +* Starten Sie Qt Linguist mit `linguist-qt5` (kann evtl. anders heißen) und öffnen von dort die neu generierte Datei. +* Wählen Sie die "Target Language", also Zielsprache, aus und benutzen das Programm um eine Übersetzung anzufertigen. +* Senden Sie uns bitte die .ts Datei, z.B. per E-Mail an info@laborejo.org (s.u bei Bugs und Programmfehler für mehr Kontaktmöglichkeiten) + +Die Übersetzung können Sie auch selbst, zum Testen, in Patroneo einbinden. Dafür sind rudimentäre +Python Kentnisse nötig. + +* Im Qt Linguist "Datei" Menü ist eine "Release" Option. Das erstellt eine `.qm` Datei im gleichen Verzeichnis wie die `.ts` Datei.* Bearbeiten Sie `template/qtgui/resources/resources.qrc` und kopieren die Zeile `translations/de.qm` . Dabei das Länderkürzel zum Neuen ändern. +* Führen Sie `sh buildresources.sh` aus +* Bearbeiten Sie `engine/config.py`: Die neue Sprache hinzufügen. z.B. `{"German":"de.qm", "Esperanto:"eo.qm"}` + ** Um den Sprachstring herauszufinden öffnen Sie den `python3`-Interpreter im Terminal und führen aus: + ** `from PyQt5 import QtCore;QtCore.QLocale().languageToString(QtCore.QLocale().language())` + + +Um die neue Übersetzung zu testen starten Sie das Programm, falls ihr System bereits auf diese +Sprache eingstellt ist. +Ansonsten starten Sie argodejo mit diesem Befehl, Sprachcode ändern, vom Terminal aus: + +* `LANGUAGE=de_DE.UTF-8 ./argodejo -V` diff --git a/documentation/german.adoc.template b/documentation/german.adoc.template new file mode 100644 index 0000000..260a7af --- /dev/null +++ b/documentation/german.adoc.template @@ -0,0 +1,108 @@ +:Author: +:Version: +:iconfont-remote!: +:!webfonts: + + +//// +This documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. +To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a +letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. +A copy of the license has been provided in the file documentation/LICENSE. +//// + +//// +https://powerman.name/doc/asciidoc +https://asciidoctor.org/docs/user-manual/ +//// + +:sectnums: + +:toc: left +:toc-title: Inhaltsverzeichnis +:toclevels: 3 + += + +// Don't write in the empty line above line. It will be interpreted as author html tag +Für Programmversion + + + + +== Installation und Start + + ist exklusiv für Linux. Am besten installieren Sie über deinen Paketmanager. +Falls es dort nicht vorhanden ist, oder nur in einer veralteten Version, bitten sie ihre +Linuxdistribution bereitzustellen. + +Falls nicht in den Paketquellen vorhanden kann man auch selbst "bauen". + +.Abhängigkeiten* +* Eine Liste der Abhängigkeit befindet sich in der README.md +* Kompilieren und Installieren geht entweder mit einem Releasedownload oder mit der Git-Version: + ** Lade von https://www.laborejo.org/downloads die aktuelle Version herunter und entpacke sie. + ** `git clone https://git.laborejo.org/lss/.git` +* Wechseln Sie in das neue Verzeichnis und benutzen diese Befehle: +*`./configure --prefix=/usr` + ** Das Standardprefix is /usr/local +* `make` +* `sudo make install` + +Nun ist das Programm durch `` in ihrem Terminal oder Programmstarter vorhanden. + +In der Datei README.md befinden sich weitere Möglichkeiten zu starten. Diese sind zum +Musikmachen nicht praktikabel, aber nützlich für Tests und Entwicklung. + +== Helfen und Entwicklung +Sie können auf viele Arten und Weisen helfen: Testen und Fehler melden, übersetzen, marketing, +anderen Nutzern helfen und schließlich programmieren. + +=== Testen und Programmfehler +Falls Sie einen Fehler im Programm entdecken (oder es zu langsam läuft) melden Sie diese bitte auf +eine Art und Weise, die ihnen am besten passt. + +.Kontaktmöglichkeiten +* Bugs und Probleme melden: https://www.laborejo.org/bugs +* Webseite: https://www.laborejo.org +* E-Mail: info@laborejo.org +* Wenn Sie die Gelegenheiten sehen und wissen, dass ein Entwickler es lesen wird sind auch Foren, Socialmedia etc. möglich. + +== Entwicklung +Falls Sie an der Entwicklung interessiert sind, melden Sie sich am besten direkt bei uns (s.o.) +Kurzversion: clone git, programmieren, einen git-patch erstellen oder uns eine git URL zukommen lassen. + +=== Übersetzungen + ist mit Hilfe der Qt-Toolchain sehr einfach zu übersetzen, ohne, dass man dafür Programmieren muss. +Die einfachste Variante ist es einfach die Entwickler anzusprechen und sie werden die neue Sprache einrichten. + +Hier ist dennoch die komplette Anleitung, um eine Übersetzung komplett alleine anzufertigen und in +das Programm einzubinden. + +So fügt man eine neue Sprache hinzu: + +* Öffnen Sie ein Terminal und navigieren zu qtgui/resources/translations +* Bearbeiten Sie die Datei `config.pro` in einem Texteditor. + ** Hängem Sie in der letzten Zeile den Namen der neuen Sprache an, in der Form `XY.ts`, wobei XY der Sprachcode ist. + ** Achten Sie bitte darauf ein Leerzeichen zwischen den einzelnen Sprachen zu lassen +* Führen Sie `sh update.sh` im selben Verzeichnis aus. + ** Das Programm hat nun eine neue `.ts`-Datei im Verzeichnis erstellt. +* Starten Sie Qt Linguist mit `linguist-qt5` (kann evtl. anders heißen) und öffnen von dort die neu generierte Datei. +* Wählen Sie die "Target Language", also Zielsprache, aus und benutzen das Programm um eine Übersetzung anzufertigen. +* Senden Sie uns bitte die .ts Datei, z.B. per E-Mail an info@laborejo.org (s.u bei Bugs und Programmfehler für mehr Kontaktmöglichkeiten) + +Die Übersetzung können Sie auch selbst, zum Testen, einbinden. Dafür sind rudimentäre +Python Kentnisse nötig. + +* Im Qt Linguist "Datei" Menü ist eine "Release" Option. Das erstellt eine `.qm` Datei im gleichen Verzeichnis wie die `.ts` Datei.* Bearbeiten Sie `qtgui/resources/resources.qrc` und kopieren die Zeile `translations/de.qm` . Dabei das Länderkürzel zum Neuen ändern. +* Führen Sie `sh buildresources.sh` aus +* Bearbeiten Sie `engine/config.py`: Die neue Sprache hinzufügen. z.B. `{"German":"de.qm", "Esperanto:"eo.qm"}` + ** Um den Sprachstring herauszufinden öffnen Sie den `python3`-Interpreter im Terminal und führen aus: + ** `from PyQt5 import QtCore;QtCore.QLocale().languageToString(QtCore.QLocale().language())` + + +Um die neue Übersetzung zu testen starten Sie das Programm, falls ihr System bereits auf diese +Sprache eingstellt ist. +Ansonsten starten Sie mit diesem Befehl, Sprachcode ändern, vom Terminal aus: + +* `LANGUAGE=de_DE.UTF-8 ./ -V` diff --git a/documentation/german.part.adoc b/documentation/german.part.adoc new file mode 100644 index 0000000..20e70e4 --- /dev/null +++ b/documentation/german.part.adoc @@ -0,0 +1,61 @@ +== Präambel + +SM ist Convenience +Jeder klick ist einer zuviel +Kontrolle und Übersicht + + +== Benutzung + +Kurzerklärung, nochmal Readme zusammengefasst in zwei Sätzen. + +== Bedienung +Im folgenden wird erklärt, wie Argodejo bedient wird. + + +=== Schnellstart +Um die wichtigsten Funktionen und Arbeitsabläufe kennenzulernen ist dieses Video erstellt worden. + +video::https://www.laborejo.org/documentation/patroneo/patroneo-quickstart-german.mp4[width=500] + +Oder auf Youtube + +video::mr-_d9gw0Xw[youtube, width=500] + + +=== Grundlagen +High-Level Erklärung wie der Workflow ist. + + +== Beschreibung der grafischen Oberfläche und ihrer Funktionen +Benutze die Suchfunktion deines Browsers um nach den einzelnen Buchstaben wie [B] und deren Erläuterung zu suchen. + +image::overview-german.png[Screenshot mit Beschriftung, link="overview-german.png"] + +Ein-Satz Beschreibung der GUI. + +Beschreibung der generellen einzelnen Elemente mit *[A]* usw. +Kurze beschreibung des Menüs. +Es gibt zwei Views, zwischen beiden kann gewechselt werden. + +=== Quick View + +==== Quick Session Auswählen + +==== Quick Session läuft + +=== Full View + +==== Full View läuft + +=== Tray Icon + + +=== Advanced Options + +Eigene Executable-Pfade +Eigene Whiteliste für den Quickstartmodus (und fullview) + + +== Sonstige Anmerkungen und FAQ +Alles mögliche, Hintergrundinformationen, Argumentation etc. diff --git a/documentation/index.adoc b/documentation/index.adoc new file mode 100644 index 0000000..52a0595 --- /dev/null +++ b/documentation/index.adoc @@ -0,0 +1,32 @@ +:Author: Laborejo Software Suite +:Version: 0.1 +:iconfont-remote!: +:!webfonts: + +//// +This documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. +To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a +letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. +A copy of the license has been provided in the file documentation/LICENSE. +//// + +//// +https://powerman.name/doc/asciidoc +https://asciidoctor.org/docs/user-manual/ +//// + +:nofooter: + + +== Argodejo Multi-Language Documentation +image::logo.png["logo", 320, 180] + +For program version 0.1 + +This site is part of the https://www.laborejo.org[Laborejo Software Suite] + + +Please choose a language + +* link:english.html[English] +* link:german.html[Deutsch (German)] diff --git a/documentation/index.adoc.template b/documentation/index.adoc.template new file mode 100644 index 0000000..7bfa18b --- /dev/null +++ b/documentation/index.adoc.template @@ -0,0 +1,32 @@ +:Author: +:Version: +:iconfont-remote!: +:!webfonts: + +//// +This documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. +To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a +letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. +A copy of the license has been provided in the file documentation/LICENSE. +//// + +//// +https://powerman.name/doc/asciidoc +https://asciidoctor.org/docs/user-manual/ +//// + +:nofooter: + + +== Multi-Language Documentation +image::logo.png["logo", 320, 180] + +For program version + +This site is part of the https://www.laborejo.org[Laborejo Software Suite] + + +Please choose a language + +* link:english.html[English] +* link:german.html[Deutsch (German)] diff --git a/documentation/manpageinclude.h2m b/documentation/manpageinclude.h2m new file mode 100644 index 0000000..d0f908f --- /dev/null +++ b/documentation/manpageinclude.h2m @@ -0,0 +1,48 @@ + +[name] +Argodejo - Music and audio production session manager based on NSM. + +[usage] + +Argodejo (Esperanto: 'place to set things up') is a music production session manager. +It is used to start your programs, remember their (JACK) interconnections and make your life easier +in general. + + +You can seamlessly change between two view modes to quickly start a few programs or have complete +control and a detailed overview. + + +Argodejo does not re-invent the wheel but instead uses the New-Session-Manager daemon and enhances +it with some tricks of its own, that always remain 100% compatible with the original sessions. + + +This is a proof of concept version. It aims to show that session management with NSM can be quick +and convenient and make the user feel in control. Some functionality has not yet been +implemented, most prominently anything related to NSM over network. There is always the possibility to +break things when trying out corner cases and hacks. + + +That said, for single-computer sessions with just one daemon and one GUI at the same time Argodejo +should provide a good user experience. + + +[Reporting bugs] +https://www.laborejo.org/bugs + +[copyright] +Argodejo 0.1 - Copyright 2020 +Laborejo Software Suite +https://www.laborejo.org/ + +[examples] +Run argodejo. You are now in the Quick View mode. Press New Session and add programs through a +single click on available program-icons. You can switch to the Full View mode via the tab to +get more options. Try right-clicking on many things to get context menus. + +[see also] +The full documentation for Argodejo is maintained as a multi-lingual html site to your systems doc-dir. +For example: + xdg-open file:///usr/share/doc/argodejo/index.html + +The documentation can also be found online https://www.laborejo.org/documentation/argodejo diff --git a/documentation/out/english.html b/documentation/out/english.html new file mode 100644 index 0000000..3abc7ab --- /dev/null +++ b/documentation/out/english.html @@ -0,0 +1,731 @@ + + + + + + + + +Argodejo + + + + +
+
+
+
+

For program version 0.1

+
+
+
+
+

1. Introduction

+
+
+

Argodejo (Esperanto: 'place to set things up') is a music production session manager. +It is used to start your programs, remember their (JACK) interconnections and make your life easier +in general.

+
+
+

You can seamlessly change between two view modes to quickly start a few programs or have complete +control and a detailed overview.

+
+
+

Argodejo does not re-invent the wheel but instead uses the New-Session-Manager daemon and enhances +it with some tricks of its own, that always remain 100% compatible with the original sessions.

+
+
+

This is a proof of concept version. It aims to show that session management with NSM can be quick +and convenient and make the user feel in control. Some functionality has not yet been +implemented, most prominently anything related to NSM over network. There is always the possibility to +break things when trying out corner cases and hacks.

+
+
+

That said, for single-computer sessions with just one daemon and one GUI at the same time Argodejo +should provide a good user experience.

+
+
+

<manual>

+
+
+
+
+

2. Installation and Start

+
+
+

Argodejo is exclusive for Linux. The best way to install is to use your package manager. +If it is not there, or only in an outdated version, please ask your Linux distribution to provide a recent version.

+
+
+

If available in the package repository, please continue reading directly at "Start argodejo from Non Session Manager". +If not, you can build Argodejo yourself.

+
+
+
Build and Install
+
    +
  • +

    Please check the supplied README.md for dependencies.

    +
  • +
  • +

    You can download a release or clone the git version

    +
    + +
    +
  • +
  • +

    Change into the new directory and use these commands:

    +
  • +
  • +

    ./configure --prefix=/usr

    +
    +
      +
    • +

      The default prefix is /usr/local

      +
    • +
    +
    +
  • +
  • +

    make

    +
  • +
  • +

    sudo make install

    +
  • +
+
+
+
Start argodejo from Non Session Manager (NSM)
+
    +
  • +

    Run non-session-manager

    +
  • +
  • +

    Press the New button, and enter a name for your piece of music.

    +
  • +
  • +

    Press the Add Client to Session button, enter argodejo here, in lower case.

    +
  • +
  • +

    Add Client again, this time jackpatch.

    +
  • +
  • +

    Add any compatible programs, e.g. synthesizers.

    +
    + +
    +
  • +
+
+
+

Please read README.md for other ways of starting argodejo, which are impractical for actual use but can +be helpful for testing and development.

+
+
+
+
+

3. Help and Development

+
+
+

You can help Argodejo in several ways: Testing and reporting errors, translating, marketing, support, programming and more.

+
+
+

3.1. Testing and Reporting Errors

+
+

If you find a bug in the program (or it runs too slow) please contact us in a way that suits you best. +We are thankful for any help.

+
+
+
How to contact us
+ +
+
+
+

3.2. Programming

+
+

If you want to do some programming and don’t know where to start please get in contact with us directly. +The short version is: clone the git, change the code, create a git patch or point me to your public git.

+
+
+
+

3.3. Translations

+
+

Argodejo is very easy to translate with the help of the Qt-Toolchain, without any need for programming. +The easiest way is to contact the developers and they will setup the new language.

+
+
+

However, here are the complete instructions for doing a translation completely on your own and integrating it into the program. +The program is split in two parts. A shared "template" between the Laborejo Software Suite and the actual program.

+
+
+

The process is the same for both parts, but needs to be done in different directories: +template/qtgui and plain /qtgui, relative to the root directory, where the argodejo executable is.

+
+
+

Everytime you see "template/qtgui" below you can substitute that with just "qtgui" to translate the other part of Argodejo.

+
+
+

You can add a new language like this:

+
+
+
    +
  • +

    Open a terminal and navigate to template/qtgui/resources/translations

    +
  • +
  • +

    Edit the file config.pro with a text editor

    +
    +
      +
    • +

      Append the name of your language in the last line, in the form XY.ts, where XY is the language code.

      +
    • +
    • +

      Make sure to leave a space between the individual languages entries.

      +
    • +
    +
    +
  • +
  • +

    Run sh update.sh in the same directory

    +
    +
      +
    • +

      The program has now generated a new .ts file in the same directory.

      +
    • +
    +
    +
  • +
  • +

    Start Qt Linguist with linguist-qt5 (may be named differently) and open your newly generated file

    +
  • +
  • +

    Select your "Target Language" and use the program to create a translation

    +
  • +
  • +

    Send us the .ts file, such as by e-mail to info@laborejo.org

    +
  • +
+
+
+

You can also incorporate the translation into Argodejo for testing purposes. This requires rudimentary Python knowledge.

+
+
+
    +
  • +

    Run the "Release" option in QtLinguists "File" menu. It creates a .qm file in the same directory as your .ts file.

    +
  • +
  • +

    Edit template/qtgui/resources/resources.qrc and duplicate the line <file>translations/de.qm</file> but change it to your new .qm file.

    +
  • +
  • +

    run sh buildresources.sh

    +
  • +
  • +

    Edit engine/config.py: add your language to the line that begins with "supportedLanguages" like this: {"German": "de.qm", "Esperanto: "eo.qm"}

    +
    +
      +
    • +

      To find out your language string (German, Esperanto etc.) open the python3 interpreter in a terminal and run the following command:

      +
    • +
    • +

      from PyQt5 import QtCore;QtCore.QLocale().languageToString(QtCore.QLocale().language())

      +
    • +
    +
    +
  • +
+
+
+

To test the new translation you can either run the program normally, if your system is set to that language. Alternatively start argodejo via the terminal:

+
+
+
    +
  • +

    LANGUAGE=de_DE.UTF-8 ./argodejo -V --save /dev/null

    +
  • +
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/documentation/out/favicon.ico b/documentation/out/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..326a9d58bbcd289c988c3b997c63c7ccf02acff7 GIT binary patch literal 4286 zcmc(hy-RXo7{-r?MrHDb5I7Vqg_BdX2=by^PU;r4I7_2rQX-_#AJFLb>gG~}v$T{` zE`kU`LqkL$YKlJZxupAWJUt)BKIn?meY~Ih`dv@Qjvh^O=s(-r8h&g4{%G2UrfC8F z&|BJH{Xl;veT^fg_kQ(Y?}|hsbNh%!qwL|~ftEj2Tdfw0#bR?@CJ3&v!{IRcv~I1KIXXIG zPft%X>+|#T>^*WiowmF$FE2A6aVZ~lYimo%Am94>I!mY143&DS3ON8?SRfEkdcZYHlz(z^qGVlPUz<^^R;wvJ;F=}MFPFGbrJ>jTd!S^nYSA(!*n>kpn)viy8L&&`L&dLI!t9*+w>;8`Wh zuU4x<7JOG%S93Vk{Rf^^vix?tEzMu_^9MYuWchf`^LRYcJ>YW}IzK;`&f%WqJvYko z!QJ2AmvXT`JKsOx@TAI5rBc#-_;EiFM^wS#iRO80=v`b~DA~l2Rd9GB4{r^l>9-q(mr9I%;TqHaB;c)m%`S6QG`M+HC_}|li-#Ad# literal 0 HcmV?d00001 diff --git a/documentation/out/favicon.png b/documentation/out/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..84519caca7a593fe1b9996509f0ff0845195bdc4 GIT binary patch literal 659 zcmeAS@N?(olHy`uVBq!ia0vp^3Lwk@BpAX3RW*PVOS+@4BLl<6e(pbstRTr`k04(L zhAK4%hK3dfhF?ITh8GMBr3MTPuM!v-tY$DUh!@P+6=(yLU`q0KcVYP7-hXC4kjGiz z5m^ir1gc_6U=%LjE(a83FY)wsWq-mV$ZpK%wZnQ30|R5Cr;B5V#p&Kj_TEi_BFE-` zpW1PWB{S=UZe~#yx6B&VSw$kh*gjsmAZMC-|G;_yksU4p(H`Drd!1O7SonAaoiYQz zncOM9|J(i0xuWxxKMMcdW%e=A(ylD>JjpiWd&3;|FUO3&iwJm0^fNB{Bb||5%eL-O z`iYqIzjIVh2D&Yh>ObP$|3=elkzVbG;>bUJye2L->Xn*xhvkB~!ps=fCNIN^TdG|Q4bG9j85tI2O#M*@46sQdd%wpoYtcEX+qmtd!e5^63=F&9hfQC& z`Nd^!hVb-vn>;ryx}K%aC2H)d`15e`HKF|z7!HRhox7VRY;StO;j~qAyZJRwW!$hW24A+u&ecQpgz{h7xJjZ5%lNmP!`hnrE zTH+c}l9E`GYL#4+3Zxi}42%qP4NP + + + + + + + +Argodejo + + + + +
+
+
+
+

Für Programmversion 0.1

+
+
+

<manual>

+
+
+
+
+

1. Installation und Start

+
+
+

Argodejo ist exklusiv für Linux. Am besten installieren Sie Argodejo über deinen Paketmanager. +Falls es dort nicht vorhanden ist, oder nur in einer veralteten Version, bitten sie ihre +Linuxdistribution Argodejo bereitzustellen.

+
+
+

Falls in den Paketquellen vorhanden bitte direkt bei "argodejo im Non Session Manager starten" weiterlesen. +Falls nicht kann man Argodejo auch selbst "bauen".

+
+
+
Abhängigkeiten*
+
    +
  • +

    Eine Liste der Abhängigkeit befindet sich in der README.md

    +
  • +
  • +

    Kompilieren und Installieren geht entweder mit einem Releasedownload oder mit der Git-Version:

    +
    + +
    +
  • +
  • +

    Wechseln Sie in das neue Verzeichnis und benutzen diese Befehle: +*./configure --prefix=/usr

    +
    +
      +
    • +

      Das Standardprefix is /usr/local

      +
    • +
    +
    +
  • +
  • +

    make

    +
  • +
  • +

    sudo make install

    +
  • +
+
+
+
argodejo im Non Session Manager (NSM) starten
+
    +
  • +

    Starten Sie non-session-manager

    +
  • +
  • +

    Knopf New, geben Sie einen Namen für das Musikstück ein.

    +
  • +
  • +

    Knopf Add Client to Session, geben Sie hier argodejo ein, kleingeschrieben.

    +
  • +
  • +

    Nochmal Add Client, diesmal jackpatch.

    +
  • +
  • +

    Fügen Sie beliebige kompatible Programme hinzu, z.B. Synthesizer.

    +
    + +
    +
  • +
+
+
+

In der Datei README.md befinden sich weitere Möglichkeiten argodejo zu starten. Diese sind zum +Musikmachen nicht praktikabel, aber nützlich für Tests und Entwicklung.

+
+
+
+
+

2. Helfen und Entwicklung

+
+
+

Sie können Argodejo auf viele Arten und Weisen helfen: Testen und Fehler melden, übersetzen, marketing, +anderen Nutzern helfen und schließlich programmieren.

+
+
+

2.1. Testen und Programmfehler

+
+

Falls Sie einen Fehler im Programm entdecken (oder es zu langsam läuft) melden Sie diese bitte auf +eine Art und Weise, die ihnen am besten passt.

+
+
+
Kontaktmöglichkeiten
+ +
+
+
+
+
+

3. Entwicklung

+
+
+

Falls Sie an der Entwicklung interessiert sind, melden Sie sich am besten direkt bei uns (s.o.) +Kurzversion: clone git, programmieren, einen git-patch erstellen oder uns eine git URL zukommen lassen.

+
+
+

3.1. Übersetzungen

+
+

Argodejo ist mit Hilfe der Qt-Toolchain sehr einfach zu übersetzen, ohne, dass man dafür Programmieren muss. +Die einfachste Variante ist es einfach die Entwickler anzusprechen und sie werden die neue Sprache einrichten.

+
+
+

Hier ist dennoch die komplette Anleitung, um eine Übersetzung komplett alleine anzufertigen und in +das Programm einzubinden. Das Programm ist in zwei Teile aufgeteilt: Ein gemeinsames "Template" +(für alle Laborejo Software Suit Programme) sowie das eigentliche Programm.

+
+
+

Der Übersetzungsprozess ist der gleiche für beide Teile, man muss ihn jedoch in unterschiedlichen +Verzeichnissen durchführen: +template/qtgui und nur /qtgui, relativ zum Stammverzeichnis, wo sich die ausführbare Datei +argodejo befindet.

+
+
+

Jedes "template/qtgui" hier kann durch nur "qtgui" ersetzt werden um den zweiten Teil zu übersetzen.

+
+
+

So fügt man eine neue Sprache hinzu:

+
+
+
    +
  • +

    Öffnen Sie ein Terminal und navigieren zu template/qtgui/resources/translations

    +
  • +
  • +

    Bearbeiten Sie die Datei config.pro in einem Texteditor.

    +
    +
      +
    • +

      Hängem Sie in der letzten Zeile den Namen der neuen Sprache an, in der Form XY.ts, wobei XY der Sprachcode ist.

      +
    • +
    • +

      Achten Sie bitte darauf ein Leerzeichen zwischen den einzelnen Sprachen zu lassen

      +
    • +
    +
    +
  • +
  • +

    Führen Sie sh update.sh im selben Verzeichnis aus.

    +
    +
      +
    • +

      Das Programm hat nun eine neue .ts-Datei im Verzeichnis erstellt.

      +
    • +
    +
    +
  • +
  • +

    Starten Sie Qt Linguist mit linguist-qt5 (kann evtl. anders heißen) und öffnen von dort die neu generierte Datei.

    +
  • +
  • +

    Wählen Sie die "Target Language", also Zielsprache, aus und benutzen das Programm um eine Übersetzung anzufertigen.

    +
  • +
  • +

    Senden Sie uns bitte die .ts Datei, z.B. per E-Mail an info@laborejo.org (s.u bei Bugs und Programmfehler für mehr Kontaktmöglichkeiten)

    +
  • +
+
+
+

Die Übersetzung können Sie auch selbst, zum Testen, in Patroneo einbinden. Dafür sind rudimentäre +Python Kentnisse nötig.

+
+
+
    +
  • +

    Im Qt Linguist "Datei" Menü ist eine "Release" Option. Das erstellt eine .qm Datei im gleichen Verzeichnis wie die .ts Datei.* Bearbeiten Sie template/qtgui/resources/resources.qrc und kopieren die Zeile <file>translations/de.qm</file> . Dabei das Länderkürzel zum Neuen ändern.

    +
  • +
  • +

    Führen Sie sh buildresources.sh aus

    +
  • +
  • +

    Bearbeiten Sie engine/config.py: Die neue Sprache hinzufügen. z.B. {"German":"de.qm", "Esperanto:"eo.qm"}

    +
    +
      +
    • +

      Um den Sprachstring herauszufinden öffnen Sie den python3-Interpreter im Terminal und führen aus:

      +
    • +
    • +

      from PyQt5 import QtCore;QtCore.QLocale().languageToString(QtCore.QLocale().language())

      +
    • +
    +
    +
  • +
+
+
+

Um die neue Übersetzung zu testen starten Sie das Programm, falls ihr System bereits auf diese +Sprache eingstellt ist. +Ansonsten starten Sie argodejo mit diesem Befehl, Sprachcode ändern, vom Terminal aus:

+
+
+
    +
  • +

    LANGUAGE=de_DE.UTF-8 ./argodejo -V

    +
  • +
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/documentation/out/index.html b/documentation/out/index.html index bb2d7f8..9bae6da 100644 --- a/documentation/out/index.html +++ b/documentation/out/index.html @@ -1,2 +1,473 @@ -Argodejo is in a "proof of concept" state. No user documentation has been written yet, sorry. -All in good time. + + + + + + + +Argodejo Multi-Language Documentation + + + + +
+
+

Argodejo Multi-Language Documentation

+
+
+
+logo +
+
+
+

For program version 0.1

+
+
+

This site is part of the Laborejo Software Suite

+
+
+

Please choose a language

+
+
+ +
+
+
+
+ + \ No newline at end of file diff --git a/documentation/out/logo.png b/documentation/out/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..8cf423815de454222c863eb7ab07c5e8fd7c3a8e GIT binary patch literal 35878 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 Wmp47H>n0)obe|e(*FSmn?*9XCNQw3U literal 0 HcmV?d00001 diff --git a/documentation/readme.template b/documentation/readme.template new file mode 100644 index 0000000..0de0359 --- /dev/null +++ b/documentation/readme.template @@ -0,0 +1,61 @@ + +[//]: # (Generated . Changes belong into template/documentation/readme.template) + +# +Program version + + + +This README is just a short introduction. Consult the manual (see below) for more information. + +# Contact and Information + +* Website https://www.laborejo.org +* Bugs and Issues: https://www.laborejo.org/bugs +* Git Repositories for all programs: https://git.laborejo.org +* Documentation and Manual https://www.laborejo.org/documentation/ + +# Installation and Starting + +## Download + +### Release Version +If the latest release is not available through your package manger you can build it yourself: +Download the latest code release on https://www.laborejo.org/downloads and extract it. + +### Git Version +It is possible to clone a git repository. + +`git clone https://git.laborejo.org/lss/.git` + +## Dependencies +* Glibc +* Python 3.6 (maybe earlier) +* PyQt5 for Python 3 +* DejaVu Sans Sarif TTF (Font) (recommended, but not technically necessary) + + +#### 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: +* Jack Audio Connection Kit must be running + +## Build and Install + ./configure --prefix=/usr/local + make + sudo make install + + +## Starting + +If you installed through a packager manager or yourself simple use your application launcher +or terminal to start the executable `` + +You can also run after extracting the release archive or cloning from git, without make or +installation. If you did so, for additional features please link tools/nsm-data to your executable PATH. + +Use the manpage `man ` or run ` --help` (or local variant `./ --help` ) +to see available command line parameters. diff --git a/engine/config.py b/engine/config.py index c2da95b..ab36d45 100644 --- a/engine/config.py +++ b/engine/config.py @@ -26,8 +26,8 @@ METADATA={ "author" : "Laborejo Software Suite", "url" : "https://www.laborejo.org/argodejo", - #"supportedLanguages" : {"German":"de.qm"}, - "supportedLanguages" : {}, + #English is automatic. + "supportedLanguages" : {"German":"de.qm"}, #Show the About Dialog the first time the program starts up. This is the initial state for a #new instance in NSM, not the saved state! Decide on how annoying it would be for every new @@ -47,7 +47,7 @@ in general. You can seamlessly change between two view modes to quickly start a few programs or have complete control and a detailed overview. """ + "\n" + """ -Argodejo does not re-invent the wheel but instead uses the Non-Session-Manager daemon and enhances +Argodejo does not re-invent the wheel but instead uses the New-Session-Manager daemon and enhances it with some tricks of its own, that always remain 100% compatible with the original sessions. """ + "\n" + """ This is a proof of concept version. It aims to show that session management with NSM can be quick @@ -56,10 +56,9 @@ implemented, most prominently anything related to NSM over network. There is alw break things when trying out corner cases and hacks. """ + "\n" + """ That said, for single-computer sessions with just one daemon and one GUI at the same time Argodejo -should provide a superior user experience compared to all other linux audio session management -solutions. +should provide a good user experience. """, #this is the dict-comma. - "dependencies" : "\n".join("* "+dep for dep in ("nsmd: Non Session Manager Daemon (or compatible)")), + "dependencies" : "\n".join("* "+dep for dep in ("nsmd: New Session Manager", )), }