ソースを参照

Change all occurences of argodejo to agordejo

master
Nils 4年前
コミット
18b89b5ace
  1. 14
      README.md
  2. 8
      documentation/english.adoc
  3. 2
      documentation/english.part.adoc
  4. 8
      documentation/german.adoc
  5. 2
      documentation/german.part.adoc
  6. 2
      documentation/manpageinclude.h2m
  7. 10
      documentation/out/english.html
  8. 10
      documentation/out/german.html
  9. 4
      documentation/patroneo.1

14
README.md

@ -1,5 +1,5 @@
[//]: # (Generated 2020-07-19T13:51:21.267066. Changes belong into template/documentation/readme.template)
[//]: # (Generated 2020-07-24T13:17:53.616884. Changes belong into template/documentation/readme.template)
#Patroneo
Program version 1.6.1
@ -54,7 +54,7 @@ It is possible to clone a git repository.
### Environment:
* Jack Audio Connection Kit must be running
* Argodejo / New Session Manager ("NSM")
* Agordejo / New Session Manager ("NSM")
## Build
./configure --prefix=/usr/local
@ -69,15 +69,15 @@ system as you want.
We make no distinction if you installed Patroneo yourself or through the distributions package-manager.
The differences are: With or without Argodejo, with or without sound, installed or from the source dir.
The differences are: With or without Agordejo, with or without sound, installed or from the source dir.
### Installed , running through Argodejo (New Session Manager) (recommended)
Starting Patroneo through Argodejo after you installed patroneo system-wide
is the recommended and only supported way. Start argodejo and load or create a new
### Installed , running through Agordejo (New Session Manager) (recommended)
Starting Patroneo through Agordejo after you installed patroneo system-wide
is the recommended and only supported way. Start agordejo and load or create a new
session. Then use the program launcher to add `patroneo`.
It should appear with an icon in the list and open its GUI.
### Installed without Argodejo
### Installed without Agordejo
If you start patroneo directly it will present you with a dialog to choose your session directory.
You can also start patroneo from a terminal (or create a starter script).

8
documentation/english.adoc

@ -71,7 +71,7 @@ The selection of the tones per pattern is freely selectable. You can use normal
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 New Session Manager (Argodejo). There you will find
Saving and loading your project is done by the New Session Manager (Agordejo). There you will find
a "Save" button.
@ -382,7 +382,7 @@ With a little experience you will be able to estimate what error handling you ne
Patroneo 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 patroneo from Argodejo / New Session Manager".
If available in the package repository, please continue reading directly at "Start patroneo from Agordejo / New Session Manager".
If not, you can build Patroneo yourself.
.Build and Install
@ -396,8 +396,8 @@ If not, you can build Patroneo yourself.
* `make`
* `sudo make install`
.Start patroneo from Argodejo (New Session Manager, NSM)
* Run `argodejo`
.Start patroneo from Agordejo (New Session Manager, NSM)
* Run `agordejo`
* Press the `New` button, and enter a name for your piece of music.
* Use the launcher to add `patroneo` to the session.
* Add any compatible programs, e.g. synthesizers.

2
documentation/english.part.adoc

@ -26,7 +26,7 @@ The selection of the tones per pattern is freely selectable. You can use normal
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 New Session Manager (Argodejo). There you will find
Saving and loading your project is done by the New Session Manager (Agordejo). There you will find
a "Save" button.

8
documentation/german.adoc

@ -76,7 +76,7 @@ Die Auswahl der Töne pro Muster ist frei wählbar. Man kann normale Tonleitern
auch beliebige Töne in belieber Reihenfolge setzen. Ändert man die Skala nachträglich, dann klingt
das Muster auch direkt anders, ohne das man Töne neu ein- und ausschalten muss.
Das Speichern und Laden ihres Projektes wird durch den New Session Manager (Argodejo) erledigt.
Das Speichern und Laden ihres Projektes wird durch den New Session Manager (Agordejo) erledigt.
Dort befindet sich ein "Save" Knopf.
=== Tastatursteuerung
@ -411,7 +411,7 @@ Patroneo ist exklusiv für Linux. Am besten installieren Sie Patroneo über dein
Falls es dort nicht vorhanden ist, oder nur in einer veralteten Version, bitten sie ihre
Linuxdistribution Patroneo bereitzustellen.
Falls in den Paketquellen vorhanden bitte direkt bei "patroneo in Argodejo (New Session Manager)" weiterlesen.
Falls in den Paketquellen vorhanden bitte direkt bei "patroneo in Agordejo (New Session Manager)" weiterlesen.
Falls nicht kann man Patroneo auch selbst "bauen".
.Abhängigkeiten*
@ -425,8 +425,8 @@ Falls nicht kann man Patroneo auch selbst "bauen".
* `make`
* `sudo make install`
.patroneo im Argodejo (New Session Manager, NSM) starten
* Starten Sie `argodejo`
.patroneo im Agordejo (New Session Manager, NSM) starten
* Starten Sie `agordejo`
* Erstellen Sie eine neue Session, geben Sie einen Namen für das Musikstück ein.
* Benutzen Sie den Launcher um `patroneo` hinzuzufügen.
* Fügen Sie beliebige kompatible Programme hinzu, z.B. Synthesizer.

2
documentation/german.part.adoc

@ -47,7 +47,7 @@ Die Auswahl der Töne pro Muster ist frei wählbar. Man kann normale Tonleitern
auch beliebige Töne in belieber Reihenfolge setzen. Ändert man die Skala nachträglich, dann klingt
das Muster auch direkt anders, ohne das man Töne neu ein- und ausschalten muss.
Das Speichern und Laden ihres Projektes wird durch den New Session Manager (Argodejo) erledigt.
Das Speichern und Laden ihres Projektes wird durch den New Session Manager (Agordejo) erledigt.
Dort befindet sich ein "Save" Knopf.
=== Tastatursteuerung

2
documentation/manpageinclude.h2m

@ -26,7 +26,7 @@ Laborejo Software Suite
https://www.laborejo.org/
[examples]
Start patroneo through NSM, e.g. through Argodejo. This will take care of all
Start patroneo through NSM, e.g. through Agordejo. This will take care of all
settings and save directories.
Other modes of operations, mostly for testing, are:

10
documentation/out/english.html

@ -549,7 +549,7 @@ set any tones in any order. If you change the scale later, the pattern sounds di
having to switch tones on and off again.</p>
</div>
<div class="paragraph">
<p>Saving and loading your project is done by the New Session Manager (Argodejo). There you will find
<p>Saving and loading your project is done by the New Session Manager (Agordejo). There you will find
a "Save" button.</p>
</div>
</div>
@ -1069,7 +1069,7 @@ after the conversion or not. The former case is not possible and you have to dec
If it is not there, or only in an outdated version, please ask your Linux distribution to provide a recent version.</p>
</div>
<div class="paragraph">
<p>If available in the package repository, please continue reading directly at "Start patroneo from Argodejo / New Session Manager".
<p>If available in the package repository, please continue reading directly at "Start patroneo from Agordejo / New Session Manager".
If not, you can build Patroneo yourself.</p>
</div>
<div class="ulist">
@ -1113,10 +1113,10 @@ If not, you can build Patroneo yourself.</p>
</ul>
</div>
<div class="ulist">
<div class="title">Start patroneo from Argodejo (New Session Manager, NSM)</div>
<div class="title">Start patroneo from Agordejo (New Session Manager, NSM)</div>
<ul>
<li>
<p>Run <code>argodejo</code></p>
<p>Run <code>agordejo</code></p>
</li>
<li>
<p>Press the <code>New</code> button, and enter a name for your piece of music.</p>
@ -1276,7 +1276,7 @@ The program is split in two parts. A shared "template" between the Laborejo Soft
</div>
<div id="footer">
<div id="footer-text">
Last updated 2020-07-19 13:51:21 +0200
Last updated 2020-07-24 13:17:53 +0200
</div>
</div>
</body>

10
documentation/out/german.html

@ -564,7 +564,7 @@ auch beliebige Töne in belieber Reihenfolge setzen. Ändert man die Skala nacht
das Muster auch direkt anders, ohne das man Töne neu ein- und ausschalten muss.</p>
</div>
<div class="paragraph">
<p>Das Speichern und Laden ihres Projektes wird durch den New Session Manager (Argodejo) erledigt.
<p>Das Speichern und Laden ihres Projektes wird durch den New Session Manager (Agordejo) erledigt.
Dort befindet sich ein "Save" Knopf.</p>
</div>
</div>
@ -1108,7 +1108,7 @@ Falls es dort nicht vorhanden ist, oder nur in einer veralteten Version, bitten
Linuxdistribution Patroneo bereitzustellen.</p>
</div>
<div class="paragraph">
<p>Falls in den Paketquellen vorhanden bitte direkt bei "patroneo in Argodejo (New Session Manager)" weiterlesen.
<p>Falls in den Paketquellen vorhanden bitte direkt bei "patroneo in Agordejo (New Session Manager)" weiterlesen.
Falls nicht kann man Patroneo auch selbst "bauen".</p>
</div>
<div class="ulist">
@ -1150,10 +1150,10 @@ Falls nicht kann man Patroneo auch selbst "bauen".</p>
</ul>
</div>
<div class="ulist">
<div class="title">patroneo im Argodejo (New Session Manager, NSM) starten</div>
<div class="title">patroneo im Agordejo (New Session Manager, NSM) starten</div>
<ul>
<li>
<p>Starten Sie <code>argodejo</code></p>
<p>Starten Sie <code>agordejo</code></p>
</li>
<li>
<p>Erstellen Sie eine neue Session, geben Sie einen Namen für das Musikstück ein.</p>
@ -1319,7 +1319,7 @@ Ansonsten starten Sie patroneo mit diesem Befehl, Sprachcode ändern, vom Termin
</div>
<div id="footer">
<div id="footer-text">
Last updated 2020-07-19 13:51:21 +0200
Last updated 2020-07-24 13:17:53 +0200
</div>
</div>
</body>

4
documentation/patroneo.1

@ -17,7 +17,7 @@ show program's version number and exit
.TP
\fB\-s\fR DIRECTORY, \fB\-\-save\fR DIRECTORY
Use this directory to save. Will be created or loaded
from if already present. Deactivates Argodejo/NewSession\-Manager support.
from if already present. Deactivates Agordejo/NewSession\-Manager support.
.TP
\fB\-p\fR, \fB\-\-profiler\fR
(Development) Run the python profiler and produce a
@ -46,7 +46,7 @@ You have tracks with one pattern each. Turn on steps in the pattern to play
musical notes. Switch the patterns on and off in a sequence to create a song structure.
Connect external synthesizers and samplers to create sounds.
.SH EXAMPLES
Start patroneo through NSM, e.g. through Argodejo. This will take care of all
Start patroneo through NSM, e.g. through Agordejo. This will take care of all
settings and save directories.
Other modes of operations, mostly for testing, are:

読み込み中…
キャンセル
保存