aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
blob: 9c535bf9d9c6a4191cd6ac3c25ed66686467d001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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

  <a href="https://supercollider.github.io/" target="_blank">SuperCollider</a>