From 6c5ba0ff0a4301b932c70aee6b4c87b2092d8bff Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 15 Nov 2013 14:43:47 +0000 Subject: making lyrics node --- 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 e9f8595..0bb9341 100644 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -42,6 +42,7 @@ Node_factory::Node_factory(){ add_type("signal_greyscale",new Signal_greyscale(),category["Source"]); add_type("shape",new Shape(),category["Source"]); add_type("text",new Text(),category["Source"]); + add_type("lyrics",new Lyrics(),category["Source"]); add_type("waves",new Waves(),category["Source"]); add_type("still_image",new Still_image(),category["Source"]); add_type("video_loader",new Video_loader(),category["Source"]); -- cgit v1.2.3