diff options
| author | Comment <tim@gray.(none)> | 2013-07-03 02:10:30 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-07-03 02:10:30 +0100 |
| commit | d77afa02389ecaf1858c94e80530345610907a28 (patch) | |
| tree | 9b354397427e3a31a60de8d0582ceaeb6bed0f5d /rotord/rotor.cpp | |
| parent | 122d5c391c4884ce9939234a6798e1fc47b3c79c (diff) | |
monochrome 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 12741f9..33b8597 100755 --- a/rotord/rotor.cpp +++ b/rotord/rotor.cpp @@ -28,6 +28,7 @@ Node_factory::Node_factory(){ add_type("random",new Random()); add_type("blend",new Blend()); add_type("mirror",new Mirror()); + add_type("monochrome",new Monochrome()); } bool Signal_input::connect(Signal_node* source) { |
