diff options
| author | Comment <tim@gray.(none)> | 2013-10-28 23:01:39 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-10-28 23:01:39 +0000 |
| commit | 8864f5da9649c176e472a7fb8913dd8114deec54 (patch) | |
| tree | 11aaaea23c7589d811fc01330e52eea668fe0467 /rotord/src/rotor.cpp | |
| parent | 031eef0acc87b4760cb47bf8d5ba3aa262a290bf (diff) | |
making intensity segmenter
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 d3a5486..88284c9 100644 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -59,6 +59,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"]); + add_type("intensity_segmenter",new Intensity_segmenter(),category["audio"]); category["maths"]=vector<Node*>(); add_type("comparison",new Comparison(),category["maths"]); //TODO: alias to symbols |
