@@ -545,7 +545,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b | |||||
wrote the majority of this API document, especially the API itself. <strong>The API is the same</strong>. Any | wrote the majority of this API document, especially the API itself. <strong>The API is the same</strong>. Any | ||||
technical changes or differences in behaviour are described in <a href="#_api_versions_and_behaviour_changes">API Versions and Behaviour Changes</a>. | technical changes or differences in behaviour are described in <a href="#_api_versions_and_behaviour_changes">API Versions and Behaviour Changes</a>. | ||||
All other changes to this document can be reviewed by accessing the git log. This document is | All other changes to this document can be reviewed by accessing the git log. This document is | ||||
licensed under CC-By-Sa v2.5. See <a href="https://github.com/linuxaudio/new-session-manager/tree/master/docs/src/api">LICENSE</a> | |||||
licensed under CC-By-Sa v2.5. See <a href="https://github.com/jackaudio/new-session-manager/tree/master/docs/src/api">LICENSE</a> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -1629,7 +1629,7 @@ PATCH version when you make backwards compatible bug fixes.</code></pre> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td class="tableblock halign-left valign-top"><p class="tableblock">New Session Manager API</p></td> | <td class="tableblock halign-left valign-top"><p class="tableblock">New Session Manager API</p></td> | ||||
<td class="tableblock halign-left valign-top"><p class="tableblock">1.1.1 <a href="https://github.com/linuxaudio/new-session-manager/blob/master/src/nsmd.cpp">NEW nsmd.cpp</a></p></td> | |||||
<td class="tableblock halign-left valign-top"><p class="tableblock">1.1.1 <a href="https://github.com/jackaudio/new-session-manager/blob/master/src/nsmd.cpp">NEW nsmd.cpp</a></p></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td class="tableblock halign-left valign-top"><p class="tableblock">New API Document</p></td> | <td class="tableblock halign-left valign-top"><p class="tableblock">New API Document</p></td> | ||||
@@ -1800,7 +1800,7 @@ behaviour more strictly as well, removing false session entries in 3rd party cli | |||||
<div id="footer"> | <div id="footer"> | ||||
<div id="footer-text"> | <div id="footer-text"> | ||||
Version API 1.1.1<br> | Version API 1.1.1<br> | ||||
Last updated 2021-01-15 10:27:09 +0100 | |||||
Last updated 2021-03-19 17:29:42 +0100 | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</body> | </body> |
@@ -5,7 +5,7 @@ | |||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
<meta name="generator" content="Asciidoctor 2.0.12"> | <meta name="generator" content="Asciidoctor 2.0.12"> | ||||
<meta name="author" content="LinuxAudio.org"> | |||||
<meta name="author" content="Nils Hilbricht"> | |||||
<title>New Session Manager Documentation</title> | <title>New Session Manager Documentation</title> | ||||
<style> | <style> | ||||
/* Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */ | /* Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */ | ||||
@@ -442,7 +442,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b | |||||
<div id="header"> | <div id="header"> | ||||
<h1>New Session Manager Documentation</h1> | <h1>New Session Manager Documentation</h1> | ||||
<div class="details"> | <div class="details"> | ||||
<span id="author" class="author">LinuxAudio.org</span><br> | |||||
<span id="author" class="author">Nils Hilbricht</span><br> | |||||
<span id="revnumber">version 1.5.0</span> | <span id="revnumber">version 1.5.0</span> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -452,16 +452,16 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b | |||||
<div class="ulist"> | <div class="ulist"> | ||||
<ul> | <ul> | ||||
<li> | <li> | ||||
<p><a href="https://github.com/linuxaudio/new-session-manager">Sourcecode</a></p> | |||||
<p><a href="https://github.com/jackaudio/new-session-manager">Sourcecode</a></p> | |||||
</li> | </li> | ||||
<li> | <li> | ||||
<p><a href="https://github.com/linuxaudio/new-session-manager/issues">Bug and Issue Tracker</a></p> | |||||
<p><a href="https://github.com/jackaudio/new-session-manager/issues">Bug and Issue Tracker</a></p> | |||||
</li> | </li> | ||||
<li> | <li> | ||||
<p><a href="api/index.html">API</a> document that describes all OSC Messages</p> | <p><a href="api/index.html">API</a> document that describes all OSC Messages</p> | ||||
</li> | </li> | ||||
<li> | <li> | ||||
<p><a href="http://non.tuxfamily.org/session-manager/doc/MANUAL.html">Legacy-GUI Manual</a>. The original Non-Session-Manager manual is still valid.</p> | |||||
<p><a href="http://non.tuxfamily.org/session-manager/doc/MANUAL.html">Legacy-GUI Manual</a>. The original Non-Session-Manager GUI manual is still valid.</p> | |||||
</li> | </li> | ||||
</ul> | </ul> | ||||
</div> | </div> | ||||
@@ -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.5.0<br> | Version 1.5.0<br> | ||||
Last updated 2021-01-15 10:27:09 +0100 | |||||
Last updated 2021-03-19 17:29:42 +0100 | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</body> | </body> |
@@ -33,7 +33,7 @@ link:http://non.tuxfamily.org/nsm/API.html["Non Session Manager" by Jonathan Moo | |||||
wrote the majority of this API document, especially the API itself. *The API is the same*. Any | wrote the majority of this API document, especially the API itself. *The API is the same*. Any | ||||
technical changes or differences in behaviour are described in <<API Versions and Behaviour Changes>>. | technical changes or differences in behaviour are described in <<API Versions and Behaviour Changes>>. | ||||
All other changes to this document can be reviewed by accessing the git log. This document is | All other changes to this document can be reviewed by accessing the git log. This document is | ||||
licensed under CC-By-Sa v2.5. See link:https://github.com/linuxaudio/new-session-manager/tree/master/docs/src/api[LICENSE] | |||||
licensed under CC-By-Sa v2.5. See link:https://github.com/jackaudio/new-session-manager/tree/master/docs/src/api[LICENSE] | |||||
IMPORTANT: The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD | IMPORTANT: The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD | ||||
@@ -752,7 +752,7 @@ PATCH version when you make backwards compatible bug fixes. | |||||
|Non Session Manager API | 1.0 link:https://github.com/original-male/non/blob/master/session-manager/src/nsmd.C[NON nsmd.C] | |Non Session Manager API | 1.0 link:https://github.com/original-male/non/blob/master/session-manager/src/nsmd.C[NON nsmd.C] | ||||
|Original API Document | 1.0 link:http://non.tuxfamily.org/nsm/API.html[non.tuxfamily.org/nsm/API.html] | |Original API Document | 1.0 link:http://non.tuxfamily.org/nsm/API.html[non.tuxfamily.org/nsm/API.html] | ||||
|New Session Manager | 1.5.0 | |New Session Manager | 1.5.0 | ||||
|New Session Manager API | 1.1.1 link:https://github.com/linuxaudio/new-session-manager/blob/master/src/nsmd.cpp[NEW nsmd.cpp] | |||||
|New Session Manager API | 1.1.1 link:https://github.com/jackaudio/new-session-manager/blob/master/src/nsmd.cpp[NEW nsmd.cpp] | |||||
|New API Document | 1.5.0 link:#[Here] | |New API Document | 1.5.0 link:#[Here] | ||||
|=== | |=== | ||||
@@ -11,17 +11,17 @@ 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. | A copy of the license has been provided in the file documentation/LICENSE. | ||||
//// | //// | ||||
:Author: LinuxAudio.org | |||||
:Author: Nils Hilbricht | |||||
:iconfont-remote!: | :iconfont-remote!: | ||||
:!webfonts: | :!webfonts: | ||||
:revnumber: 1.5.0 | :revnumber: 1.5.0 | ||||
= New Session Manager Documentation | = New Session Manager Documentation | ||||
* link:https://github.com/linuxaudio/new-session-manager[Sourcecode] | |||||
* link:https://github.com/linuxaudio/new-session-manager/issues[Bug and Issue Tracker] | |||||
* link:https://github.com/jackaudio/new-session-manager[Sourcecode] | |||||
* link:https://github.com/jackaudio/new-session-manager/issues[Bug and Issue Tracker] | |||||
* link:api/index.html[API] document that describes all OSC Messages | * link:api/index.html[API] document that describes all OSC Messages | ||||
* link:http://non.tuxfamily.org/session-manager/doc/MANUAL.html[Legacy-GUI Manual]. The original Non-Session-Manager manual is still valid. | |||||
* link:http://non.tuxfamily.org/session-manager/doc/MANUAL.html[Legacy-GUI Manual]. The original Non-Session-Manager GUI manual is still valid. | |||||
include::readme-01.md[] | include::readme-01.md[] |
@@ -1,5 +1,5 @@ | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. | |||||
.TH JACKPATCH "1" "January 2021" "jackpatch Version 1.5.0" "User Commands" | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. | |||||
.TH JACKPATCH "1" "March 2021" "jackpatch Version 1.5.0" "User Commands" | |||||
.SH NAME | .SH NAME | ||||
jackpatch \- manual page for jackpatch Version 1.5.0 | jackpatch \- manual page for jackpatch Version 1.5.0 | ||||
.SH DESCRIPTION | .SH DESCRIPTION | ||||
@@ -1,5 +1,5 @@ | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. | |||||
.TH NSM-LEGACY-GUI "1" "January 2021" "nsm-legacy-gui Version 1.5.0" "User Commands" | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. | |||||
.TH NSM-LEGACY-GUI "1" "March 2021" "nsm-legacy-gui Version 1.5.0" "User Commands" | |||||
.SH NAME | .SH NAME | ||||
nsm-legacy-gui \- manual page for nsm-legacy-gui Version 1.5.0 | nsm-legacy-gui \- manual page for nsm-legacy-gui Version 1.5.0 | ||||
.SH DESCRIPTION | .SH DESCRIPTION | ||||
@@ -1,5 +1,5 @@ | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. | |||||
.TH NSM-LEGACY-GUI "1" "January 2021" "nsm-legacy-gui Version 1.5.0" "User Commands" | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. | |||||
.TH NSM-LEGACY-GUI "1" "March 2021" "nsm-legacy-gui Version 1.5.0" "User Commands" | |||||
.SH NAME | .SH NAME | ||||
nsm-legacy-gui \- manual page for nsm-legacy-gui Version 1.5.0 | nsm-legacy-gui \- manual page for nsm-legacy-gui Version 1.5.0 | ||||
.SH DESCRIPTION | .SH DESCRIPTION | ||||
@@ -1,5 +1,5 @@ | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. | |||||
.TH NSM-PROXY-GUI "1" "January 2021" "nsm-proxy-gui Version 1.5.0" "User Commands" | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. | |||||
.TH NSM-PROXY-GUI "1" "March 2021" "nsm-proxy-gui Version 1.5.0" "User Commands" | |||||
.SH NAME | .SH NAME | ||||
nsm-proxy-gui \- manual page for nsm-proxy-gui Version 1.5.0 | nsm-proxy-gui \- manual page for nsm-proxy-gui Version 1.5.0 | ||||
.SH DESCRIPTION | .SH DESCRIPTION | ||||
@@ -1,5 +1,5 @@ | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. | |||||
.TH NSM-PROXY "1" "January 2021" "nsm-proxy Version 1.5.0" "User Commands" | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. | |||||
.TH NSM-PROXY "1" "March 2021" "nsm-proxy Version 1.5.0" "User Commands" | |||||
.SH NAME | .SH NAME | ||||
nsm-proxy \- manual page for nsm-proxy Version 1.5.0 | nsm-proxy \- manual page for nsm-proxy Version 1.5.0 | ||||
.SH DESCRIPTION | .SH DESCRIPTION | ||||
@@ -1,5 +1,5 @@ | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. | |||||
.TH NSMD "1" "January 2021" "nsmd Version 1.5.0" "User Commands" | |||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. | |||||
.TH NSMD "1" "March 2021" "nsmd Version 1.5.0" "User Commands" | |||||
.SH NAME | .SH NAME | ||||
nsmd \- manual page for nsmd Version 1.5.0 | nsmd \- manual page for nsmd Version 1.5.0 | ||||
.SH DESCRIPTION | .SH DESCRIPTION | ||||