From 8864f5da9649c176e472a7fb8913dd8114deec54 Mon Sep 17 00:00:00 2001 From: Comment Date: Mon, 28 Oct 2013 23:01:39 +0000 Subject: making intensity segmenter --- rotord/src/rotor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/rotor.cpp') 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(); 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(); add_type("comparison",new Comparison(),category["maths"]); //TODO: alias to symbols -- cgit v1.2.3