aboutsummaryrefslogtreecommitdiffstats
path: root/pages/software/bowelyzer.rst
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2019-04-19 09:09:15 +0200
committerDavid Runge <dave@sleepmap.de>2019-04-19 09:09:15 +0200
commit50bbaea602f3a8734b7e10946a8942e7842bdc64 (patch)
treefb4e10d3ace0b980b63f643b6826eb93a1a4ee7e /pages/software/bowelyzer.rst
parent3b49e6b16cb2eff84311abccd6387376c6f4bcbf (diff)
downloadsleepmap-50bbaea602f3a8734b7e10946a8942e7842bdc64.tar.gz
sleepmap-50bbaea602f3a8734b7e10946a8942e7842bdc64.tar.bz2
sleepmap-50bbaea602f3a8734b7e10946a8942e7842bdc64.tar.xz
sleepmap-50bbaea602f3a8734b7e10946a8942e7842bdc64.zip
Moving pages to locations where nikola can use them.
Diffstat (limited to 'pages/software/bowelyzer.rst')
-rw-r--r--pages/software/bowelyzer.rst46
1 files changed, 46 insertions, 0 deletions
diff --git a/pages/software/bowelyzer.rst b/pages/software/bowelyzer.rst
new file mode 100644
index 0000000..1b7bb62
--- /dev/null
+++ b/pages/software/bowelyzer.rst
@@ -0,0 +1,46 @@
+bowelyzer
+#########
+
+:authors: David Runge
+
+| Inheriting its name from the city of Darmstadt, where it was first used, **bowelyzer** is a |supercollider| based multi-channel audio analysis tool, that sends |osc| messages according to its findings.
+| It features a GUI, where you can add, remove and setup the channels you would like to use and define to which host you want to send your messages.
+| For further information and installation instructions, please refer to its |bowelyzer-about|.
+|
+
+Development
+___________
+
+| All development takes place in a |bowelyzer-git|. You can ask for your |ssh-key| to be included to be able to push to this repository.
+| For readonly access, just clone the repository:
+
+ .. code:: bash
+
+ git clone git://sleepmap.de/audio/bowelyzer.git
+
+| You can also choose to download the latest release tarball from the |bowelyzer-refs|.
+
+.. |supercollider| raw:: html
+
+ <a href="https://supercollider.github.io" target="_blank">SuperCollider</a>
+
+.. |osc| raw:: html
+
+ <a href="https://en.wikipedia.org/wiki/Open_Sound_Control" target="_blank">OSC</a>
+
+.. |bowelyzer-about| raw:: html
+
+ <a href="https://git.sleepmap.de/audio/bowelyzer.git/about/" target="_blank">about page</a>
+
+.. |bowelyzer-git| raw:: html
+
+ <a href="https://git.sleepmap.de/audio/bowelyzer.git" target="_blank">git repository</a>
+
+.. |ssh-key| raw:: html
+
+ <a href="https://en.wikipedia.org/wiki/Secure_Shell#ARCHITECTURE" target="_blank">SSH public key</a>
+
+.. |bowelyzer-refs| raw:: html
+
+ <a href="https://git.sleepmap.de/audio/bowelyzer.git/ref" target="_blank">references page</a>
+