From b46286b8262cd5a4b96ac318a6d85d3db39e09e5 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 18 Nov 2013 15:29:40 +0000 Subject: lyrics rough version --- rotord/src/nodes_drawing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/nodes_drawing.h') 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 &_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: }; -- cgit v1.2.3