diff options
author | David Runge <dave@sleepmap.de> | 2016-07-26 01:52:08 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-07-26 01:52:08 +0200 |
commit | 89ae79e509ab153baa63e6c42f931121f6319f1c (patch) | |
tree | 02b9e4a11986fb61020c70bae2cf525aafe9c673 /README.rst | |
parent | d9232f2f1c054c2b4e4df016fc9b040899f6c18b (diff) | |
download | bowelyzer-89ae79e509ab153baa63e6c42f931121f6319f1c.tar.gz bowelyzer-89ae79e509ab153baa63e6c42f931121f6319f1c.tar.bz2 bowelyzer-89ae79e509ab153baa63e6c42f931121f6319f1c.tar.xz bowelyzer-89ae79e509ab153baa63e6c42f931121f6319f1c.zip |
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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> + |