summaryrefslogtreecommitdiff
path: root/rotord/rotor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/rotor.cpp')
-rwxr-xr-xrotord/rotor.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/rotord/rotor.cpp b/rotord/rotor.cpp
index f1c9575..d1865ee 100755
--- a/rotord/rotor.cpp
+++ b/rotord/rotor.cpp
@@ -1,7 +1,5 @@
#include "rotor.h"
-
-
-
+#include "nodes_audio_analysis.h"
using namespace Rotor;
Node_factory::Node_factory(){
@@ -31,6 +29,7 @@ Node_factory::Node_factory(){
add_type("monochrome",new Monochrome());
add_type("transform",new Transform());
add_type("alpha_merge",new Alpha_merge());
+ add_type("draw",new Draw());
}
bool Signal_input::connect(Signal_node* source) {