From 873286dcb95fffc1a5ba5db78c2a59ca4fcdf952 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 7 Aug 2013 12:04:47 +0100 Subject: blur node --- rotord/src/rotor.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rotord/src/rotor.cpp') 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) { -- cgit v1.2.3