From 8bc47c7a4ec05f1d1e29de283a47923a1d6d340b Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 26 Aug 2013 13:18:02 +0100 Subject: finished json loader --- rotord/src/rotor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/rotor.cpp') diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp index 8883a71..8b52301 100755 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -43,6 +43,7 @@ Node_factory::Node_factory(){ //video nodes add_type("video_loader",new Video_loader()); add_type("video_output",new Video_output()); + add_type("video_feedback",new Video_feedback()); } bool Signal_input::connect(Node* source) { connection=dynamic_cast(source); -- cgit v1.2.3