From 741fb4b9e135cfb161a749db88713229038577bb Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 5 Sep 2013 17:55:35 +0100 Subject: making act 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 616e128..87874d8 100755 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -26,6 +26,7 @@ Node_factory::Node_factory(){ add_type("difference_matte",new Difference_matte()); //nodes_audio_analysis.h add_type("audio_analysis",new Audio_analysis()); + add_type("act_segmenter",new Act_segmenter()); //nodes_maths.h add_type("comparison",new Comparison()); //TODO: alias to symbols add_type("arithmetic",new Arithmetic()); //TODO: alias to symbols -- cgit v1.2.3