From e0dc6130e1d9367c425fd6cde33360aecb4071fa Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov <nedko@nedk.org> Date: Thu, 13 Jun 2024 22:48:33 +0300 Subject: [PATCH] doc/jackdbus.html: regenerate --- doc/jackdbus.html | 84 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 73 insertions(+), 11 deletions(-) diff --git a/doc/jackdbus.html b/doc/jackdbus.html index 55f9da8b..4e6c3170 100644 --- a/doc/jackdbus.html +++ b/doc/jackdbus.html @@ -2,8 +2,9 @@ <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<meta name="generator" content="AsciiDoc 10.2.0"> -<title>(LADI) jackdbus</title> +<meta name="generator" content="AsciiDoc 10.2.1"> +<meta name="keywords" content="LADI, JACK, jack-audio-connection-kit, jackdbus, jack2"> +<title>LADI JACK Audio Connection Kit</title> <style type="text/css"> /* * AsciiDoc 'ladi' theme, based on 'volnitsky' theme for xhtml11 and html5 backends. @@ -675,13 +676,23 @@ } } -asciidoc.install(); +asciidoc.install(2); /*]]>*/ </script> +<link rel="shortcut icon" type="image/x-icon" sizes="32x32" href="ladish-logo-32x32.ico" /> +<link rel="icon" type="image/x-icon" sizes="32x32" href="ladish-logo-32x32.ico" /> +<link rel="icon" type="image/x-icon" sizes="128x128" href="ladish-logo-128x128.png" /> +<link rel="apple-touch-icon" type="image/x-icon" sizes="140x140" href="ladi-140x140.png" /> +<link rel="apple-touch-icon" type="image/x-icon" sizes="128x128" href="ladish-logo-128x128.png" /> </head> <body class="article"> + <div id="header"> <h1>(LADI) jackdbus</h1> +<div id="toc"> + <div id="toctitle">Table of Contents</div> + <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript> +</div> </div> <div id="content"> <div id="preamble"> @@ -701,14 +712,14 @@ <h1>(LADI) jackdbus</h1> <div class="sect1"> <h2 id="_overview">Overview</h2> <div class="sectionbody"> -<div class="paragraph"><p>This software imlements D-Bus endpoint for JACK server.</p></div> +<div class="paragraph"><p>This software implements D-Bus endpoint for JACK server.</p></div> </div> </div> <div class="sect1"> <h2 id="_brief_history">Brief History</h2> <div class="sectionbody"> <div class="paragraph"><p>Initial version of <a href="https://github.com/LADI/jackdbus">jackdbus</a> was created -as part of LADI project and was ad-hoc modification of JACK1 codebase. +as part of LADI project and was ad-hoc modification of <a href="https://jackdbus.ladish.org/jack1-design.html">JACK1</a> <a href="https://github.com/jackaudio/jack1/">codebase</a>. jackdbus for JACK1 was maintained first as a setup of ad-hoc patches, then via Mercural and then via Git. In 2008/2009, jackdbus was ported to jackdmp codebase along with an implementation @@ -894,7 +905,7 @@ <h4 id="_jack_settings">JACK settings</h4> containers with container leaves that contain parameters. Parameters are accessed using simple addressing scheme (array of strings) where address defines path to parameter, like "drivers", "alsa", "dither".</p></div> -<div class="paragraph"><p>Overview of the tree of standard settings’ addresses:</p></div> +<div class="paragraph"><p>Overview of the tree of standard settings' addresses:</p></div> <div class="ulist"><ul> <li> <p> @@ -995,7 +1006,7 @@ <h4 id="_jack_patchbay">JACK patchbay</h4> <h3 id="_jack_d_bus_enabled_applications">JACK D-Bus enabled applications</h3> <div class="sect3"> <h4 id="_jack_control">jack_control</h4> -<div class="paragraph"><p>JACK contains "jack_control" executable a 300 lines of Python exposing +<div class="paragraph"><p>JACK contains "jack_control" executable, <a href="https://gitea.ladish.org/LADI/jack_control/src/branch/main/jack_control.py">a 300 lines of Python</a> exposing JACK D-Bus functionality. It allows chained execution of several commands. For example "jack control ds alsa dps midi-driver raw eps realtime on eps relatime-priority 70 start" selects ALSA driver, enables JACK MIDI @@ -1004,7 +1015,7 @@ <h4 id="_jack_control">jack_control</h4> </div> <div class="sect3"> <h4 id="_ladi_tools">LADI Tools</h4> -<div class="paragraph"><p>LADI Tools is a set of programs to configure, control and monitor JACK. +<div class="paragraph"><p><a href="https://gitea.ladish.org/LADI/laditools">LADI Tools</a> is a set of programs to configure, control and monitor JACK. It provides tray icon, Window Maker style dockapp, G15 keyboard LCD display integration application, configuration utility for managing JACK settings @@ -1013,13 +1024,14 @@ <h4 id="_ladi_tools">LADI Tools</h4> </div> <div class="sect3"> <h4 id="_patchage">Patchage</h4> -<div class="paragraph"><p>Patchage, the ubiquitous canvas modular patch bay can be compiled to use +<div class="paragraph"><p><a href="https://drobilla.net/software/patchage.html">Patchage</a>, the ubiquitous canvas modular patch bay can be compiled to use D-Bus instead of libjack to communicate with JACK.</p></div> <div class="paragraph"><p>Doing so also enables JACK server start/stop functionality in Patchage.</p></div> +<div class="paragraph"><p>Various JACK related features are implemented:</p></div> </div> <div class="sect3"> <h4 id="_ladi_session_handler_ladish">LADI Session handler (LADISH)</h4> -<div class="paragraph"><p>LADISH, a rewrite of LASH session handler +<div class="paragraph"><p><a href="https://ladish.org/">LADISH</a>, a rewrite of LASH session handler uses D-Bus to communicate with JACK.</p></div> <div class="paragraph"><p>Various JACK related features are implemented:</p></div> <div class="ulist"><ul> @@ -1037,10 +1049,60 @@ <h4 id="_ladi_session_handler_ladish">LADI Session handler (LADISH)</h4> </li> </ul></div> </div> +<div class="sect3"> +<h4 id="_qjackctl_jack_audio_connection_kit_qt_gui_interface">QjackCtl JACK Audio Connection Kit - Qt GUI Interface</h4> +<div class="paragraph"><p><a href="https://qjackctl.sourceforge.io/">QjackCtl</a> is a simple Qt application +to control the JACK sound server daemon, is another jackdbus frontend.</p></div> +</div> +<div class="sect3"> +<h4 id="_kxstudio_cadence">KXStudio Cadence</h4> +<div class="paragraph"><p><a href="https://kx.studio/Applications:Cadence">Cadence</a>, a set of tools +useful for audio production, is another jackdbus frontend.</p></div> +</div> +<div class="sect3"> +<h4 id="_studio_controls">Studio Controls</h4> +<div class="paragraph"><p><a href="https://ovenwerks.github.io/studio-controls/">Studio Controls</a>, a way to +configure your Linux-based audio installation for real-time audio, is +another jackdbus frontend.</p></div> +</div> </div> </div> </div> <div class="sect1"> +<h2 id="_source">Source</h2> +<div class="sectionbody"> +<div class="paragraph"><p>Tarballs:</p></div> +<div class="ulist"><ul> +<li> +<p> +<a href="https://dl.ladish.org/jackdbus/">https://dl.ladish.org/jackdbus/ (signed) tarballs</a> +</p> +</li> +</ul></div> +<div class="paragraph"><p>GIT repositories:</p></div> +<div class="ulist"><ul> +<li> +<p> +<a href="https://gitea.ladish.org/LADI/jackdbus">Upstream development GIT repository</a><br> + Self-hosted upstream +</p> +</li> +<li> +<p> +<a href="https://repo.or.cz/jackdbus.git">Primary backup GIT repository at repo.or.cz</a><br> + Cloud hosted +</p> +</li> +</ul></div> +</div> +</div> +<div class="sect1"> +<h2 id="_packaging">Packaging</h2> +<div class="sectionbody"> +<div class="paragraph"><p><a href="https://jackdbus.ladish.org/packaging.html">Packaging HOWTO</a></p></div> +</div> +</div> +<div class="sect1"> <h2 id="_references">References</h2> <div class="sectionbody"> <div class="olist arabic"><ol class="arabic"> @@ -1057,7 +1119,7 @@ <h2 id="_references">References</h2> <div id="footer"> <div id="footer-text"> Last updated - 2023-03-08 10:15:31 EET + 2024-06-13 19:38:05 EEST </div> </div> </body>