diff options
| author | Comment <tim@gray.(none)> | 2013-10-16 08:45:27 -0700 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-10-16 08:45:27 -0700 |
| commit | fa1a3122c2c2b07daa5b03c7def8f31a1e5a89fc (patch) | |
| tree | 82ea2783779bcb746608340299d8b37804eeaff9 /rotord/src/rotor.cpp | |
| parent | 9d6fe33bea0f070356d02a9196e9dfbfa3d0cf8d (diff) | |
audio_analyser2
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 |
