diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-05-14 12:15:14 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-05-14 12:15:14 +0100 |
| commit | af4dca452a95a5b43ac0395f9505ade583aacf2f (patch) | |
| tree | 2f30b0baa498cb6e22b90ec4c31c6056b26c9b45 /rotord/rotor.cpp | |
| parent | f780d225c3a91dfb3a480bb734446858321002a0 (diff) | |
comparison and arithmetic
Diffstat (limited to 'rotord/rotor.cpp')
| -rwxr-xr-x | rotord/rotor.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rotord/rotor.cpp b/rotord/rotor.cpp index 9e42f47..0f78100 100755 --- a/rotord/rotor.cpp +++ b/rotord/rotor.cpp @@ -18,6 +18,9 @@ Node_factory::Node_factory(){ add_type("video_cycler",new Video_cycler()); add_type("luma_levels",new Luma_levels()); add_type("echo_trails",new Echo_trails()); + 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 } bool Signal_input::connect(Signal_node* source) { |
