diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-11-15 14:43:47 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-11-15 14:43:47 +0000 |
| commit | 6c5ba0ff0a4301b932c70aee6b4c87b2092d8bff (patch) | |
| tree | 08ee69e65c9bfa6174d40439b683596b3200e4a4 /rotord/src/rotor.cpp | |
| parent | fddf215e9ddbfc803d902d4a74f49e2186b4a4da (diff) | |
making lyrics node
Diffstat (limited to 'rotord/src/rotor.cpp')
| -rw-r--r-- | 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 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"]); |
