summaryrefslogtreecommitdiff
path: root/rotord/rotor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/rotor.cpp')
-rwxr-xr-xrotord/rotor.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/rotord/rotor.cpp b/rotord/rotor.cpp
index 00fd465..18988ed 100755
--- a/rotord/rotor.cpp
+++ b/rotord/rotor.cpp
@@ -21,6 +21,9 @@ Node_factory::Node_factory(){
add_type("track_time",new Track_time());
add_type("comparison",new Comparison()); //TODO: alias to symbols
add_type("arithmetic",new Arithmetic()); //TODO: alias to symbols
+ add_type("signal_colour",new Signal_colour());
+ add_type("signal_greyscale",new Signal_greyscale());
+ add_type("image_arithmetic",new Image_arithmetic());
}
bool Signal_input::connect(Signal_node* source) {