#!/bin/sh
. /usr/local/pisound/scripts/common/common.sh
diff --git a/archiv/talk-mod-host-pisound-button/index.adoc b/archiv/talk-mod-host-pisound-button/index.adoc index c2c74ab..7489f5c 100644 --- a/archiv/talk-mod-host-pisound-button/index.adoc +++ b/archiv/talk-mod-host-pisound-button/index.adoc @@ -3,22 +3,22 @@ :source-highlighter: highlight.js :linkattrs: -link:https://https://sonoj.org/[Sonoj Convention, window="_blank"] +https://sonoj.org/[Sonoj Convention, window=_blank] -link:https://github.com/danielappelt[Daniel Appelt, window="_blank"] / 2023-09-30 +https://github.com/danielappelt[Daniel Appelt, window=_blank] / 2023-09-30 == Pisound & the button [%step] -* link:https://blokas.io/pisound/[Pisound] is a sound card and MIDI interface for the Raspberry Pi -* It comes with one link:https://github.com/BlokasLabs/pisound/blob/master/pisound-btn/pisound.conf[configurable button] -* Bash scripts are used for button action (link:scripts/pisound-btn/toggle_wifi_hotspot.sh[example]) +* https://blokas.io/pisound/[Pisound, window=_blank] is a sound card and MIDI interface for the Raspberry Pi +* It comes with one https://github.com/BlokasLabs/pisound/blob/master/pisound-btn/pisound.conf[configurable button, window=_blank] +* Bash scripts are used for button action (https://github.com/BlokasLabs/pisound/blob/master/scripts/pisound-btn/toggle_wifi_hotspot.sh[example,window=_blank]) == mod-host [%step] -* link:https://github.com/moddevices/mod-host[mod-host] is an LV2 host for JACK, controllable via socket or command line -* link:https://github.com/moddevices/mod-ui[mod-ui] is started together with mod-host in MODEP +* https://github.com/moddevices/mod-host[mod-host, window=_blank] is an LV2 host for JACK, controllable via socket or command line +* https://github.com/moddevices/mod-ui[mod-ui, window=_blank] is started together with mod-host in MODEP * mod-ui uses file socket to communicate with mod-host == Problem @@ -31,7 +31,7 @@ link:https://github.com/danielappelt[Daniel Appelt, window="_blank"] / 2023-09-3 [%step] * Let Pisound button start/stop mod-host via web socket -* link:https://github.com/vi/websocat[websocat] is like netcat, curl and socat for WebSockets +* https://github.com/vi/websocat[websocat, window=_blank] is like netcat, curl and socat for WebSockets * Example script to start/stop transport in mod-host == Code diff --git a/archiv/talk-mod-host-pisound-button/index.html b/archiv/talk-mod-host-pisound-button/index.html index 95b6ac5..147ef42 100644 --- a/archiv/talk-mod-host-pisound-button/index.html +++ b/archiv/talk-mod-host-pisound-button/index.html @@ -413,12 +413,12 @@ ul.byline { ul.byline li + li { margin-top: 0.25em; } -