Hi dlow (sorry I couldnt see your name anywhere) I'm 100% certain there are better ways to do this, but i quickly made a hack to scroll pasted text hollywood style, ending in an eternal seamless loop of text.
Simply copy and paste your CR separated (that is, like a normal list, not comma-seperated) into the Input parameters of the text patch. You'll need to manually adjust the font size and possibly the Horizontal Alignment in the Image with String patch to get what you need. If you need this in a corner of the screen etc, then put it all in a 3D Transformation patch. Email me if you have any questions, hope it proves useful. Keith On Sun, Dec 20, 2009 at 4:25 AM, <[email protected]> wrote: > OK I have given up on my quest for a patch to do exactly what I needed. So I > am reaching out once more for a more simpler patch. > > Does anyone have a QC project that will scroll a list of text (either from a > file or from a copy and paste input) vertically and then loop from the > begining? I know this might be a elementary question but I do appreciate > everyones help. > > > > On Dec 17, 2009, at 1:14 AM, Chris Wood <[email protected]> wrote: > >> There's a patch for splitting strings (string components I think it's >> called). Use that, set the splitting character to a comma, and you'll >> have a nice structure with all your separate bits of text in it. >> >> After that, you need a way to display it well. You could just show one >> string at a time, or you could use an iterator to show several. Say >> you want 10 lines on screen, you'd have an iterator set to 10 >> iterations, and you need to swap each sprite/billboard out for the >> next item when it moves off-screen (this is the tricky part!). I've >> used this method to do very long scroll texts before now, with >> per-character animation. >> >> Let me know if that's helpful, I'll see if I can dig out an example. >> >> Chris >> >> >> 2009/12/17 <[email protected]>: >>> >>> So after a night of googling I still haven't found a solution to my >>> question. >>> >>> New question. Is there a way to render out formatted comma seperated text >>> in >>> QC? Or is there a way to point QC to a plain text file and have it render >>> it >>> out? >>> >>> Thanks again for the list help? >>> >>> Sent from my iPhone >>> >>> On Dec 16, 2009, at 2:26 PM, Keith Lang <[email protected]> wrote: >>> >>>> Not much help, but my idea would involve hacking a slideshow qtz and >>>> an XML reader together and exporting your number list into an XML >>>> format. >>>> >>>> http://kineme.net/release/FileTools/04 might be of assistance too. >>>> >>>> Keith >>>> >>>> On Thu, Dec 17, 2009 at 5:53 AM, dlow low <[email protected]> wrote: >>>>> >>>>> Looking for direction on how I would accomplish displaying comma >>>>> separated >>>>> text from a text file or a Excel (or number :) ) spreadsheet. Ideally I >>>>> would like to display the text and then have it fade >>>>> out to display the next line of text and so on. If someone could point >>>>> me >>>>> in >>>>> the right direction I would appreciate it. Hopefully there is a QC >>>>> project >>>>> out there somewhere. >>>>> Thanks >>>>> _______________________________________________ >>>>> Do not post admin requests to the list. They will be ignored. >>>>> Quartzcomposer-dev mailing list >>>>> ([email protected]) >>>>> Help/Unsubscribe/Update your Subscription: >>>>> >>>>> >>>>> http://lists.apple.com/mailman/options/quartzcomposer-dev/songcarver%40gmail.com >>>>> >>>>> This email sent to [email protected] >>>>> >>> _______________________________________________ >>> Do not post admin requests to the list. They will be ignored. >>> Quartzcomposer-dev mailing list ([email protected]) >>> Help/Unsubscribe/Update your Subscription: >>> >>> http://lists.apple.com/mailman/options/quartzcomposer-dev/psonice%40gmail.com >>> >>> This email sent to [email protected] >>> > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Quartzcomposer-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/quartzcomposer-dev/songcarver%40gmail.com > > This email sent to [email protected] >
Text_Scroller.qtz
Description: Binary data
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [email protected]

