summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-08-26 13:18:02 +0100
committerTim Redfern <tim@eclectronics.org>2013-08-26 13:18:02 +0100
commit8bc47c7a4ec05f1d1e29de283a47923a1d6d340b (patch)
treebad28e2ed4fb55c1c3855a9df96716a20a4fde95 /rotord/src/rotor.cpp
parent084697db61ba3adfee7fbd054d8d5ac7a0c62485 (diff)
finished json loader
Diffstat (limited to 'rotord/src/rotor.cpp')
-rwxr-xr-xrotord/src/rotor.cpp1
1 files changed, 1 insertions, 0 deletions
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<Signal_node*>(source);