diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-08-07 12:04:47 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-08-07 12:04:47 +0100 |
| commit | 873286dcb95fffc1a5ba5db78c2a59ca4fcdf952 (patch) | |
| tree | 1f4afa6235b6ded959f3a05b2aa1ac503e61d8c2 /rotord/src/rotor.cpp | |
| parent | 6bab4bd8f1c96512349281ad3671cb3879b3f4e8 (diff) | |
blur node
Diffstat (limited to 'rotord/src/rotor.cpp')
| -rwxr-xr-x | rotord/src/rotor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp index f3449fa..647313f 100755 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -2,6 +2,7 @@ #include "nodes_audio_analysis.h" #include "nodes_drawing.h" #include "nodes_maths.h" +#include "nodes_filters.h" using namespace Rotor; Node_factory::Node_factory(){ @@ -32,6 +33,7 @@ Node_factory::Node_factory(){ add_type("transform",new Transform()); add_type("alpha_merge",new Alpha_merge()); add_type("shape",new Shape()); + add_type("blur",new Blur()); } bool Signal_input::connect(Signal_node* source) { |
