@ -60,27 +60,24 @@ If you want to update at a later date you must use
make
make
sudo make install
sudo make install
## Starting through the Non Session Manager after installation (recommended)
Starting Patroneo through the Non Session Manager after you installed patroneo system-wide
## Starting
is the recommended and only supported way. Start non-session-manager and load or create a new
session. Then use the button "Add Client to Session" and type in patroneo.
It should appear with an icon in the list and open its GUI.
## Starting through NSM without building / installation
There are multiple ways to run Patroneo which should give you the flexibility to configure your
system as you want.
Starting Patroneo through the Non Session Manager is possible without building or installation.
We make no distinction if you installed Patroneo yourself or through the distributions package-manager.
So you don't need to call the steps above (configure, make, make install)
The developer uses this way to develop and use the software, so it will always be as stable as the
compiled version. But it is a bit less performant than building and installing it.
After extracting the release archive create a symlink from `patroneo` into your PATH. e.g. /usr/bin
The differences are: With or without NSM, with or without sound, installed or from the source dir.
or ~/bin, if that exists on your system.
The permutations are too many to describe them all in detail, but here are some useful modes:
This mode needs calfbox to be installed systemwide. Please consult https://github.com/kfoltman/calfbox
### Installed with Non Session Manager (recommended)
Starting Patroneo through the Non Session Manager after you installed patroneo system-wide
is the recommended and only supported way. Start non-session-manager and load or create a new
session. Then use the button "Add Client to Session" and type in `patroneo`.
It should appear with an icon in the list and open its GUI.
## Starting without Non Session Manager
### Installed without NSM
You need to start patroneo from a terminal (or create a starter script).
You need to start patroneo from a terminal (or create a starter script).
`patroneo --save DIRECTORY`
`patroneo --save DIRECTORY`
@ -97,10 +94,29 @@ Sending SIGUSR1 to the program in this mode will trigger a save.
Closing through your window manager in this mode will actually quit the application without a
Closing through your window manager in this mode will actually quit the application without a
prompt to save changes.
prompt to save changes.
It is possible to set /dev/null as save path, or any other nonsense path. The program will start but
## From source directory
you won't be able to save.
You can run Patroneo after extracting the release archive or cloning from git, without installation.
### Calfbox
"Calfbox" is the name of our internal realtime midi/audio python module.
* You can either choose to install the module systemwide, which will make running all Laborejo Software Suite programs more convenient (when run from the source dir). Please consult https://github.com/kfoltman/calfbox.
* Or you just run `./configure` and `make` without subsequent install, which creates a `site-packages` directory in the source dir.
* A third option is `patroneo --mute` which runs without sound at all and does not need calfbox.
### From source directory with NSM
The developer uses this way to develop and use the software, so it will always be as stable as the
compiled version. But it is a bit less performant than building and installing it.
After extracting the release archive create a symlink from `patroneo` into your PATH. e.g. /usr/bin
or ~/bin, if that exists on your system.
If you compiled without installing you can also symlink to `./patroneo.bin`
### From source dir without NSM
Use `./patroneo --save` (see above). If you compiled without installing you can also run `./patroneo.bin`
## Without NSM, no install or PATH, without calfbox/sound
### No NSM, no Make, No Sound
Combining the above options you can start the program directly after unpacking or cloning from git:
Combining the above options you can start the program directly after unpacking or cloning from git:
<h2>Starting through the Non Session Manager after installation (recommended)</h2>
<h2>Starting</h2>
<p>Starting Patroneo through the Non Session Manager after you installed patroneo system-wide
<p>There are multiple ways to run Patroneo which should give you the flexibility to configure your
is the recommended and only supported way. Start non-session-manager and load or create a new
system as you want.</p>
session. Then use the button “Add Client to Session” and type in patroneo.
It should appear with an icon in the list and open its GUI.</p>
<h2>Starting through NSM without building / installation</h2>
<p>We make no distinction if you installed Patroneo yourself or through the distributions package-manager.</p>
<p>Starting Patroneo through the Non Session Manager is possible without building or installation.
<p>The differences are: With or without NSM, with or without sound, installed or from the source dir.
So you don’t need to call the steps above (configure, make, make install)</p>
The permutations are too many to describe them all in detail, but here are some useful modes:</p>
<p>The developer uses this way to develop and use the software, so it will always be as stable as the
<h3>Installed with Non Session Manager (recommended)</h3>
compiled version. But it is a bit less performant than building and installing it.</p>
<p>After extracting the release archive create a symlink from <code>patroneo</code> into your PATH. e.g. /usr/bin
or ~/bin, if that exists on your system.</p>
<p>This mode needs calfbox to be installed systemwide. Please consult <ahref="https://github.com/kfoltman/calfbox">https://github.com/kfoltman/calfbox</a></p>
<p>Starting Patroneo through the Non Session Manager after you installed patroneo system-wide
is the recommended and only supported way. Start non-session-manager and load or create a new
session. Then use the button “Add Client to Session” and type in <code>patroneo</code>.
It should appear with an icon in the list and open its GUI.</p>
<h2>Starting without Non Session Manager</h2>
<h3>Installed without NSM</h3>
<p>You need to start patroneo from a terminal (or create a starter script).</p>
<p>You need to start patroneo from a terminal (or create a starter script).</p>
@ -128,10 +125,36 @@ directory to append the unique ID provided by NSM.</p>
<p>Closing through your window manager in this mode will actually quit the application without a
<p>Closing through your window manager in this mode will actually quit the application without a
prompt to save changes.</p>
prompt to save changes.</p>
<p>It is possible to set /dev/null as save path, or any other nonsense path. The program will start but
<h2>From source directory</h2>
you won’t be able to save.</p>
<p>You can run Patroneo after extracting the release archive or cloning from git, without installation.</p>
<h3>Calfbox</h3>
<p>“Calfbox” is the name of our internal realtime midi/audio python module.</p>
<ul>
<li>You can either choose to install the module systemwide, which will make running all Laborejo Software Suite programs more convenient (when run from the source dir). Please consult <ahref="https://github.com/kfoltman/calfbox.">https://github.com/kfoltman/calfbox.</a></li>
<li>Or you just run <code>./configure</code> and <code>make</code> without subsequent install, which creates a <code>site-packages</code> directory in the source dir.</li>
<li>A third option is <code>patroneo --mute</code> which runs without sound at all and does not need calfbox.</li>
</ul>
<h3>From source directory with NSM</h3>
<p>The developer uses this way to develop and use the software, so it will always be as stable as the
compiled version. But it is a bit less performant than building and installing it.</p>
<p>After extracting the release archive create a symlink from <code>patroneo</code> into your PATH. e.g. /usr/bin
or ~/bin, if that exists on your system.</p>
<p>If you compiled without installing you can also symlink to <code>./patroneo.bin</code></p>
<h3>From source dir without NSM</h3>
<p>Use <code>./patroneo --save</code> (see above). If you compiled without installing you can also run <code>./patroneo.bin</code></p>
<h2>Without NSM, no install or PATH, without calfbox/sound</h2>
<h3>No NSM, no Make, No Sound</h3>
<p>Combining the above options you can start the program directly after unpacking or cloning from git:</p>
<p>Combining the above options you can start the program directly after unpacking or cloning from git:</p>