diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-11-18 15:29:40 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-11-18 15:29:40 +0000 |
| commit | b46286b8262cd5a4b96ac318a6d85d3db39e09e5 (patch) | |
| tree | 61e6e2de8d22193f3f066100648de30dc28fa349 /rotord/src/nodes_drawing.h | |
| parent | a36735b4585521218268da5fed2214ba239b4c2a (diff) | |
lyrics rough version
Diffstat (limited to 'rotord/src/nodes_drawing.h')
| -rw-r--r-- | rotord/src/nodes_drawing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/nodes_drawing.h b/rotord/src/nodes_drawing.h index 914f064..77a74cb 100644 --- a/rotord/src/nodes_drawing.h +++ b/rotord/src/nodes_drawing.h @@ -125,7 +125,7 @@ namespace Rotor { ~Lyrics(){}; Lyrics* clone(map<string,string> &_settings) { return new Lyrics(_settings);}; string select_text(const Frame_spec &frame){ - return "Hello, world!"; + return ((Lyrics_attribute*)attributes["lyrics"])->get_lyric((Time_spec)frame); } private: }; |
