diff options
| author | Comment <tim@gray.(none)> | 2013-08-20 02:47:59 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-08-20 02:47:59 +0100 |
| commit | ad0e8b3e7f1d8889244f15134a00d1ac4803d9c3 (patch) | |
| tree | 31e49910fdd64db3f2c46869ab93b51c427e04fc /rotord/src/rotor.cpp | |
| parent | f485d31d2dd2e80f835b648115067a341f1b4fb3 (diff) | |
difference matte
Diffstat (limited to 'rotord/src/rotor.cpp')
| -rwxr-xr-x | 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 0284223..7ab9e54 100755 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -22,6 +22,7 @@ Node_factory::Node_factory(){ add_type("monochrome",new Monochrome()); add_type("transform",new Transform()); add_type("alpha_merge",new Alpha_merge()); + add_type("difference_matte",new Difference_matte()); //nodes_audio_analysis.h add_type("audio_analysis",new Audio_analysis()); //nodes_maths.h |
