@@ -35,7 +35,7 @@ not the server and protocol. | |||||
## User Interface | ## User Interface | ||||
It is highly recommended to use Agordejo ( https://www.laborejo.org/agordejo/ ) as graphical | It is highly recommended to use Agordejo ( https://www.laborejo.org/agordejo/ ) as graphical | ||||
user interface. In fact, if you install Agordejo in you distribution it will install NSM as | |||||
user interface. In fact, if you install Agordejo in your distribution it will install NSM as | |||||
dependency and you don't need to do anything yourself with this software package. | dependency and you don't need to do anything yourself with this software package. | ||||
This repository also contains the legacy FLTK interface simply called `nsm-legacy-gui`, | This repository also contains the legacy FLTK interface simply called `nsm-legacy-gui`, | ||||
@@ -821,7 +821,7 @@ osc.udp://myuser.localdomain:11287/ | |||||
<div class="paragraph"> | <div class="paragraph"> | ||||
<p>Each running <code>nsmd</code>, per user, creates a state file under <code>$XDG_RUNTIME_DIR/nsm/d/</code> (usually | <p>Each running <code>nsmd</code>, per user, creates a state file under <code>$XDG_RUNTIME_DIR/nsm/d/</code> (usually | ||||
<code>/run/user/XXXX/nsm/d/</code>) that can be used to look up running daemons, even if no session is loaded. | <code>/run/user/XXXX/nsm/d/</code>) that can be used to look up running daemons, even if no session is loaded. | ||||
The name of the file is `nsmd`s PID and the files contain their daemons osc.udp URL that is | |||||
The name of the file is <code>nsmd</code> PID and the files contain their daemons osc.udp URL that is | |||||
compatible with the --nsm-url parameter of the GUI.</p> | compatible with the --nsm-url parameter of the GUI.</p> | ||||
</div> | </div> | ||||
<div class="paragraph"> | <div class="paragraph"> | ||||
@@ -1921,7 +1921,7 @@ long-standing <code>FIXME</code> in the code by the original author. Or in other | |||||
<div id="footer"> | <div id="footer"> | ||||
<div id="footer-text"> | <div id="footer-text"> | ||||
Version API 1.1.2<br> | Version API 1.1.2<br> | ||||
Last updated 2022-03-29 13:54:15 +0200 | |||||
Last updated 2022-04-06 23:25:00 +0200 | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</body> | </body> |
@@ -534,7 +534,7 @@ not the server and protocol.</p> | |||||
<div class="sectionbody"> | <div class="sectionbody"> | ||||
<div class="paragraph"> | <div class="paragraph"> | ||||
<p>It is highly recommended to use Agordejo ( <a href="https://www.laborejo.org/agordejo/" class="bare">https://www.laborejo.org/agordejo/</a> ) as graphical | <p>It is highly recommended to use Agordejo ( <a href="https://www.laborejo.org/agordejo/" class="bare">https://www.laborejo.org/agordejo/</a> ) as graphical | ||||
user interface. In fact, if you install Agordejo in you distribution it will install NSM as | |||||
user interface. In fact, if you install Agordejo in your distribution it will install NSM as | |||||
dependency and you don’t need to do anything yourself with this software package.</p> | dependency and you don’t need to do anything yourself with this software package.</p> | ||||
</div> | </div> | ||||
<div class="paragraph"> | <div class="paragraph"> | ||||
@@ -557,7 +557,7 @@ Documentation and tutorials for software-developers will be added at a later dat | |||||
<div id="footer"> | <div id="footer"> | ||||
<div id="footer-text"> | <div id="footer-text"> | ||||
Version 1.6.0<br> | Version 1.6.0<br> | ||||
Last updated 2022-03-29 13:54:15 +0200 | |||||
Last updated 2022-04-06 23:25:00 +0200 | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</body> | </body> |
@@ -1,19 +1,30 @@ | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. | ||||
.TH JACKPATCH "1" "March 2022" "jackpatch Version 1.6.0" "User Commands" | |||||
.TH JACKPATCH "1" "April 2022" "jackpatch Version 1.6.0" "User Commands" | |||||
.SH NAME | .SH NAME | ||||
jackpatch \- manual page for jackpatch Version 1.6.0 | jackpatch \- manual page for jackpatch Version 1.6.0 | ||||
.SH DESCRIPTION | .SH DESCRIPTION | ||||
jackpatch \- Remember the JACK Audio Connection Kit Graph in NSM | |||||
jackpatch \- Remember and restore the JACK Audio Connection Kit Graph in NSM | |||||
.PP | .PP | ||||
It is a module for the 'New Session Manager' and only communicates | |||||
over OSC in an NSM\-Session and has no standalone functionality. | |||||
It is intended as module for the 'New Session Manager' and only communicates | |||||
over OSC in an NSM\-Session. | |||||
.PP | |||||
It has limited standalone functionality for testing and debugging, such as: | |||||
.SS "Usage:" | .SS "Usage:" | ||||
.TP | |||||
jackpatch [filename] | |||||
Restore a snapshot from \fB\-\-save\fR and monitor. | |||||
.IP | .IP | ||||
jackpatch \fB\-\-help\fR | jackpatch \fB\-\-help\fR | ||||
.SH OPTIONS | .SH OPTIONS | ||||
.TP | .TP | ||||
\fB\-\-help\fR | \fB\-\-help\fR | ||||
Show this screen | |||||
Show this screen and exit | |||||
.TP | |||||
\fB\-\-version\fR | |||||
Show version and exit | |||||
.TP | |||||
\fB\-\-save\fR | |||||
Save current connection snapshot to file and exit | |||||
.SH "REPORTING BUGS" | .SH "REPORTING BUGS" | ||||
https://github.com/jackaudio/new-session-manager/issues | https://github.com/jackaudio/new-session-manager/issues | ||||
.SH COPYRIGHT | .SH COPYRIGHT | ||||
@@ -1,5 +1,5 @@ | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. | ||||
.TH NSM-LEGACY-GUI "1" "March 2022" "nsm-legacy-gui Version 1.6.0" "User Commands" | |||||
.TH NSM-LEGACY-GUI "1" "April 2022" "nsm-legacy-gui Version 1.6.0" "User Commands" | |||||
.SH NAME | .SH NAME | ||||
nsm-legacy-gui \- manual page for nsm-legacy-gui Version 1.6.0 | nsm-legacy-gui \- manual page for nsm-legacy-gui Version 1.6.0 | ||||
.SH DESCRIPTION | .SH DESCRIPTION | ||||
@@ -1,5 +1,5 @@ | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. | ||||
.TH NSM-LEGACY-GUI "1" "March 2022" "nsm-legacy-gui Version 1.6.0" "User Commands" | |||||
.TH NSM-LEGACY-GUI "1" "April 2022" "nsm-legacy-gui Version 1.6.0" "User Commands" | |||||
.SH NAME | .SH NAME | ||||
nsm-legacy-gui \- manual page for nsm-legacy-gui Version 1.6.0 | nsm-legacy-gui \- manual page for nsm-legacy-gui Version 1.6.0 | ||||
.SH DESCRIPTION | .SH DESCRIPTION | ||||
@@ -1,5 +1,5 @@ | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. | ||||
.TH NSM-PROXY-GUI "1" "March 2022" "nsm-proxy-gui Version 1.6.0" "User Commands" | |||||
.TH NSM-PROXY-GUI "1" "April 2022" "nsm-proxy-gui Version 1.6.0" "User Commands" | |||||
.SH NAME | .SH NAME | ||||
nsm-proxy-gui \- manual page for nsm-proxy-gui Version 1.6.0 | nsm-proxy-gui \- manual page for nsm-proxy-gui Version 1.6.0 | ||||
.SH DESCRIPTION | .SH DESCRIPTION | ||||
@@ -1,5 +1,5 @@ | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. | ||||
.TH NSM-PROXY "1" "March 2022" "nsm-proxy Version 1.6.0" "User Commands" | |||||
.TH NSM-PROXY "1" "April 2022" "nsm-proxy Version 1.6.0" "User Commands" | |||||
.SH NAME | .SH NAME | ||||
nsm-proxy \- manual page for nsm-proxy Version 1.6.0 | nsm-proxy \- manual page for nsm-proxy Version 1.6.0 | ||||
.SH DESCRIPTION | .SH DESCRIPTION | ||||
@@ -1,5 +1,5 @@ | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. | ||||
.TH NSMD "1" "March 2022" "nsmd Version 1.6.0" "User Commands" | |||||
.TH NSMD "1" "April 2022" "nsmd Version 1.6.0" "User Commands" | |||||
.SH NAME | .SH NAME | ||||
nsmd \- manual page for nsmd Version 1.6.0 | nsmd \- manual page for nsmd Version 1.6.0 | ||||
.SH DESCRIPTION | .SH DESCRIPTION | ||||