diff options
Diffstat (limited to 'rotord/src/rotor.cpp')
| -rw-r--r-- | rotord/src/rotor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<Node*>(); add_type("audio_analysis",new Audio_analysis(),category["audio"]); + add_type("audio_analysis2",new Audio_analysis2(),category["audio"]); category["maths"]=vector<Node*>(); add_type("comparison",new Comparison(),category["maths"]); //TODO: alias to symbols |
