From 33d8b5bff1feb3c35fc049e29fcaca985d50520b Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 23 Apr 2016 14:32:42 +0200 Subject: README.rst: Adding first version of a README. --- README.rst | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9c535bf --- /dev/null +++ b/README.rst @@ -0,0 +1,37 @@ +bowelyzer +######### + +| |supercollider| classes for analysis of several audio streams and sending of OSC messages based on amplitude thresholds and frequency maxima + +Features +________ + +Installation +____________ +Clone this repository to somewhere sclang will pick it up on recompiling its class library: + + .. code:: bash + + cd ~/.local/share/SuperCollider/Extensions/local + git clone git://sleepmap.de/audio/bowelyzer.git + +If the local folder doesn't exist, create it, otherwise you can also directly clone into the Extensions folder (the folder and all of its children will get picked up on recompile). +Symlinking is fine, too! + + .. code:: bash + + cd ~/some/other/directory + git clone git://sleepmap.de/audio/bowelyzer.git + cd ./local/share/SuperCollider/Extensios/local/ + ln -s ~/some/other/directory/bowelyzer . + +Usage +_____ +Go to the cloned directory and open **bowelyzer.scd** in your favorite SuperCollider IDE. +All further steps are explained there. + + +.. |supercollider| raw:: html + + SuperCollider + -- cgit v1.2.3-54-g00ecf