diff options
-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> + |