Re: Karaoke like algorithm

2009-03-12 Thread Eric Gorr
It also seems possible that Quartz Composer might be able to help you out here as well, but I am less familiar with that. On Mar 12, 2009, at 9:58 AM, Eric Gorr wrote: Have you considered creating a Quicktime movie in code which displays the words in the way you want? On Mar 11, 2009, at 6

Re: Karaoke like algorithm

2009-03-12 Thread Eric Gorr
Have you considered creating a Quicktime movie in code which displays the words in the way you want? On Mar 11, 2009, at 6:52 PM, Ariel Rodriguez wrote: I'm working on a Karaoke-like application. I need to print out to the screen text lines at a given time, and then, paint each word at a g

Karaoke like algorithm

2009-03-11 Thread Ariel Rodriguez
I'm working on a Karaoke-like application. I need to print out to the screen text lines at a given time, and then, paint each word at a given time. I keep thinking on an elegant way to do such that, and, i hace to tell, i am afraid, i have not get it right :(. Here's what i am doing (in pseu