summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-10-28 23:01:39 +0000
committerComment <tim@gray.(none)>2013-10-28 23:01:39 +0000
commit8864f5da9649c176e472a7fb8913dd8114deec54 (patch)
tree11aaaea23c7589d811fc01330e52eea668fe0467 /rotord/src/rotor.cpp
parent031eef0acc87b4760cb47bf8d5ba3aa262a290bf (diff)
making intensity segmenter
Diffstat (limited to 'rotord/src/rotor.cpp')
-rw-r--r--rotord/src/rotor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp
index d3a5486..88284c9 100644
--- a/rotord/src/rotor.cpp
+++ b/rotord/src/rotor.cpp
@@ -59,6 +59,7 @@ Node_factory::Node_factory(){
category["audio"]=vector<Node*>();
add_type("audio_analysis",new Audio_analysis(),category["audio"]);
add_type("audio_analysis2",new Audio_analysis2(),category["audio"]);
+ add_type("intensity_segmenter",new Intensity_segmenter(),category["audio"]);
category["maths"]=vector<Node*>();
add_type("comparison",new Comparison(),category["maths"]); //TODO: alias to symbols