diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-05-08 16:12:10 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-05-08 16:12:10 +0100 |
| commit | ba982775255912035f4b84ae63e1f38bdbb611f4 (patch) | |
| tree | b481bc0702948b146bb2b91841c7065744733689 /rotord/rotor.cpp | |
| parent | 39b71890f5f17c0c5d2c6730a068c2b8e77afd28 (diff) | |
luma node
Diffstat (limited to 'rotord/rotor.cpp')
| -rwxr-xr-x | rotord/rotor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/rotor.cpp b/rotord/rotor.cpp index 209439b..33cd3f5 100755 --- a/rotord/rotor.cpp +++ b/rotord/rotor.cpp @@ -16,6 +16,7 @@ Node_factory::Node_factory(){ add_type("on_off",new On_off()); add_type("invert",new Invert()); add_type("video_cycler",new Video_cycler()); + add_type("luma_levels",new Luma_levels()); } bool Signal_input::connect(Signal_node* source) { |
