diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-01-23 17:57:37 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-01-23 17:57:37 +0000 |
| commit | f533df23fb1cd3044aaa02bf74625e9b53c032c1 (patch) | |
| tree | ed3695dfe02205b4c109317fbcf00298159984f8 /rotord/src/rotor.cpp | |
| parent | efebf20348daca798c22cbac770d47e9151f941f (diff) | |
mosaic node
Diffstat (limited to 'rotord/src/rotor.cpp')
| -rw-r--r-- | rotord/src/rotor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp index d16d9f4..b31e2ce 100644 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -74,6 +74,7 @@ Node_factory::Node_factory(){ category["FX"]=vector<Node*>(); add_type("blur",new Blur(),category["FX"]); + add_type("mosaic",new Mosaic(),category["FX"]); //add_type("vhs",new VHS(),category["FX"]); add_type("echo_trails",new Echo_trails(),category["FX"]); add_type("video_feedback",new Video_feedback(),category["FX"]); |
