From fa1a3122c2c2b07daa5b03c7def8f31a1e5a89fc Mon Sep 17 00:00:00 2001 From: Comment Date: Wed, 16 Oct 2013 08:45:27 -0700 Subject: audio_analyser2 --- 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 26fc4a4..b86e067 100644 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -57,6 +57,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"]); category["maths"]=vector(); add_type("comparison",new Comparison(),category["maths"]); //TODO: alias to symbols -- cgit v1.2.3