aboutsummaryrefslogtreecommitdiffstats
path: root/posts/201609-darmstadt.rst
diff options
context:
space:
mode:
Diffstat (limited to 'posts/201609-darmstadt.rst')
-rw-r--r--posts/201609-darmstadt.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/posts/201609-darmstadt.rst b/posts/201609-darmstadt.rst
index d37524a..63b6132 100644
--- a/posts/201609-darmstadt.rst
+++ b/posts/201609-darmstadt.rst
@@ -26,7 +26,7 @@ Collidin'
_________
| While the musicians involved did a very fine job rehearsing the piece in such a short amount of time, a pressure project like this obviously leads to friction, which luckily is released after the premiere has taken place.
| I for my part had a relatively relaxed job behind the mixing desk, as I monitored a piece of software I wrote to feed Lutz's |website-vvvv| with |wiki-osc| messages derived from the various audio inputs coming from musicians and microphones.
-| As a little inside joke I baptized this |website-supercollider| application |bowelyzer|. It is able to monitor up to *n* channels (also *n* times each) and send |wiki-osc| messages depending on the settings you choose. It uses :abbr:`JSON (Javascript Object Notation)` for saving and loading its settings.
+| As a little inside joke I baptized this |website-supercollider| application |bowelyzer|. It is able to monitor up to *n* channels (also *n* times each) and send |wiki-osc| messages depending on the settings you choose. It uses |abbr_json| for saving and loading its settings.
| These are the settings we used for |tolerance_stacks|:
.. code:: javascript
@@ -288,7 +288,7 @@ _________
| If you are interested, go and check out its |bowelyzer-about| page.
|
-| So, while Lutz was sitting in front of the stage, dealing with a bunch of camera-enhanced |website-rpi3|, that in turns filmed parts of the musicians' work, |bowelyzer| sent its messages, which were used to morph and move the video pieces, over :abbr:`LAN (Local Area Network)`.
+| So, while Lutz was sitting in front of the stage, dealing with a bunch of camera-enhanced |website-rpi3|, that in turns filmed parts of the musicians' work, |bowelyzer| sent its messages, which were used to morph and move the video pieces, over |abbr_lan|.
| In the meantime we were able to communicate through a local |website-etherpad| instance.
| Overall a very nice process, that got more visually interesting by the minute (although I must admit I liked the second performance's visuals the best).
|
@@ -421,3 +421,10 @@ _________
<a href="https://ccc.de" target="_blank">CCC</a>
+.. |abbr_json| raw:: html
+
+ <abbr title="Javascript Object Notation">JSON</abbr>
+
+.. |abbr_lan| raw:: html
+
+ <abbr title="Local Area Network">LAN</abbr>