aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-07-26 01:52:08 +0200
committerDavid Runge <dave@sleepmap.de>2016-07-26 01:52:08 +0200
commit89ae79e509ab153baa63e6c42f931121f6319f1c (patch)
tree02b9e4a11986fb61020c70bae2cf525aafe9c673
parentd9232f2f1c054c2b4e4df016fc9b040899f6c18b (diff)
downloadbowelyzer-master.tar.gz
bowelyzer-master.tar.bz2
bowelyzer-master.tar.xz
bowelyzer-master.zip
README.rst: Adding requirements. Updating features by naming externalized UGens.HEAD1.0master
-rw-r--r--README.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 8aec7ea..3c88d5c 100644
--- a/README.rst
+++ b/README.rst
@@ -3,9 +3,15 @@ bowelyzer
| |supercollider| classes for analysis of several audio streams and sending of |osc| messages based on amplitude and frequency thresholds and onset detection
+Requirements
+____________
+
+| |supercollider| > 3.7
+
Features
________
+* externalization of the |pitch|, |amplitude| and |pv_hainsworthfoote| UGens
* |json| configuration file
* multi-channel (channels are additionally selectable multiple times)
* analysis of amplitude, pitch and onset settable
@@ -100,3 +106,15 @@ detected and **onSet** (0, 1) to whether an onset was detected.
<a href="https://git.sleepmap.de/audio/bowelyzer.git" target="_blank">bowelyzer git repository</a>
+.. |pitch| raw:: html
+
+ <a href="http://doc.sccode.org/Classes/Pitch.html" target="_blank">Pitch</a>
+
+.. |amplitude| raw:: html
+
+ <a href="http://doc.sccode.org/Classes/Amplitude.html" target="_blank">Amplitude</a>
+
+.. |pv_hainsworthfoote| raw:: html
+
+ <a href="http://doc.sccode.org/Classes/PV_HainsworthFoote.html" target="_blank">PV_HainsworthFoote</a>
+