<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: such a silly questions, but need your help!</title>
		<atom:link href="http://cycling74.com/forums/topic/such-a-silly-questions-but-need-your-help/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/such-a-silly-questions-but-need-your-help/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 23:56:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/such-a-silly-questions-but-need-your-help/#post-27543</guid>
					<title><![CDATA[such a silly questions, but need your help!]]></title>
					<link>http://cycling74.com/forums/topic/such-a-silly-questions-but-need-your-help/#post-27543</link>
					<pubDate>Thu, 07 Sep 2006 22:54:35 +0000</pubDate>
					<dc:creator>aywho</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I&#8217;m a newbie to max/jitter, hope someone can help me with this.<br />
I am using jitter to play a quicktime video, and I&#8217;m planning to add some text to make them look like subtitles. At the moment I use a message box that says &#8220;clear, moveto 10 200, write &#8220;hello&#8221;, bang&#8221; to display the word &#8220;hello&#8221; on screen. But if i want to make the text dynamic (let says I have a counter and I want to display the counting numbers on screen), how would I do that? How do I pass a variable/argument?</p>
<p>
Thank you so much~</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/such-a-silly-questions-but-need-your-help/#post-83410</guid>
					<title><![CDATA[Re: such a silly questions, but need your help!]]></title>
					<link>http://cycling74.com/forums/topic/such-a-silly-questions-but-need-your-help/#post-83410</link>
					<pubDate>Thu, 07 Sep 2006 23:06:56 +0000</pubDate>
					<dc:creator>Anthony Palomba</dc:creator>

					<description>
						<![CDATA[
						<p>Check out jitter recipes, there are examples you <br />
can download. Lots of good stuff.<br />
<a href="http://www.cycling74.com/story/2006/2/17/153427/406" rel="nofollow">http://www.cycling74.com/story/2006/2/17/153427/406</a><br />
In particular, Recipe 28: Subtitle.</p>
<p>
Anthony</p>
<p>
&#8212;&#8211; Original Message &#8212;&#8211;<br />
From: Angelina Ho <ho .angelina@mac.com><br />
Date: Thursday, September 7, 2006 5:56 pm<br />
Subject: [maxmsp] such a silly questions, but need your help!</ho></p>
<p>> <br />
> Hi,<br />
> <br />
> I&#8217;m a newbie to max/jitter, hope someone can help me with this.<br />
> I am using jitter to play a quicktime video, and I&#8217;m planning to <br />
> add some text to make them look like subtitles. At the moment I <br />
> use a message box that says &#8220;clear, moveto 10 200, write &#8220;hello&#8221;, <br />
> bang&#8221; to display the word &#8220;hello&#8221; on screen. But if i want to make <br />
> the text dynamic (let says I have a counter and I want to display <br />
> the counting numbers on screen), how would I do that? How do I <br />
> pass a variable/argument?<br />
> <br />
> <br />
> Thank you so much~<br />
></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/such-a-silly-questions-but-need-your-help/#post-83411</guid>
					<title><![CDATA[Re: such a silly questions, but need your help!]]></title>
					<link>http://cycling74.com/forums/topic/such-a-silly-questions-but-need-your-help/#post-83411</link>
					<pubDate>Thu, 07 Sep 2006 23:13:09 +0000</pubDate>
					<dc:creator>Scott Fitzgerald</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Angelina,</p>
<p>In the jit.lcd.help file it shows you how to get the fps as an overlay<br />
on the video using tosymbol.</p>
<p>I actually did a quick and dirty something like this earlier today,<br />
relevant bit is below.</p>
<p>~scott</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 5;<br />
#P comment 367 207 100 196617 tosymbol converts the message box string<br />
into something that can be written into the jit.lcd;<br />
#P window linecount 2;<br />
#P comment 363 61 100 196617 update the counter every second;<br />
#P window linecount 1;<br />
#P comment 77 30 100 196617 turn on the metro;<br />
#P comment 143 90 100 196617 read in a movie;<br />
#P user jit.pwindow 55 285 322 242 0 1 0 0 1 0;<br />
#P message 107 89 30 196617 read;<br />
#P toggle 56 21 15 0;<br />
#P newex 357 184 51 196617 tosymbol;<br />
#P newex 357 91 56 196617 qlim 1000;<br />
#P message 357 162 115 196617 time remaining $1 secs;<br />
#N counter 1 0 60;<br />
#X flags 0 0;<br />
#P newobj 357 120 77 196617 counter 1 0 60;<br />
#P newex 75 206 168 196617 pack write &#8220;time remaining : secs&#8221;;<br />
#P message 174 168 79 196617 moveto 100 20;<br />
#P newex 56 142 188 196617 t b b b l;<br />
#P newex 56 249 111 196617 jit.lcd 4 char 320 240;<br />
#P newex 56 116 105 196617 jit.qt.movie 320 240;<br />
#P newex 56 69 52 196617 metro 33;<br />
#P window linecount 3;<br />
#P comment 480 141 100 196617 $1 accepts the argument coming from the counter;<br />
#P connect 3 0 13 0;<br />
#P connect 1 0 2 0;<br />
#P fasten 1 0 9 0 61 88 362 88;<br />
#P fasten 12 0 2 0 112 110 61 110;<br />
#P connect 2 0 4 0;<br />
#P connect 11 0 1 0;<br />
#P fasten 4 0 3 0 61 204 61 204;<br />
#P fasten 5 0 3 0 179 191 61 191;<br />
#P fasten 4 3 3 0 238 191 61 191;<br />
#P fasten 6 0 3 0 80 232 61 232;<br />
#P fasten 4 1 6 0 120 191 80 191;<br />
#P connect 4 2 5 0;<br />
#P connect 8 0 10 0;<br />
#P fasten 10 0 6 1 362 203 238 203;<br />
#P connect 7 0 8 0;<br />
#P connect 9 0 7 0;<br />
#P window clipboard copycount 18;</p>
<p>
On 9/7/06, Angelina Ho <ho .angelina@mac.com> wrote:<br />
><br />
> Hi,<br />
><br />
> I&#8217;m a newbie to max/jitter, hope someone can help me with this.<br />
> I am using jitter to play a quicktime video, and I&#8217;m planning to add some text to make them look like subtitles. At the moment I use a message box that says &#8220;clear, moveto 10 200, write &#8220;hello&#8221;, bang&#8221; to display the word &#8220;hello&#8221; on screen. But if i want to make the text dynamic (let says I have a counter and I want to display the counting numbers on screen), how would I do that? How do I pass a variable/argument?<br />
><br />
><br />
> Thank you so much~<br />
></ho></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/such-a-silly-questions-but-need-your-help/#post-83412</guid>
					<title><![CDATA[Re: such a silly questions, but need your help!]]></title>
					<link>http://cycling74.com/forums/topic/such-a-silly-questions-but-need-your-help/#post-83412</link>
					<pubDate>Thu, 07 Sep 2006 23:15:15 +0000</pubDate>
					<dc:creator>Edwin van der Heide</dc:creator>

					<description>
						<![CDATA[
						<p>hi angelina,<br />
if you use a message-box you can set a placeholder for a variable.  <br />
lets say i want to print out something like &#8220;countdown 1&#8243;, countdown  <br />
2&#8243;, etc you can connect a counter-object to a message-box reading  <br />
&#8216;countdown $1&#8242; and connect that to a print-object. you should see the  <br />
appropriate message in the max-window now.<br />
$1 is the placeholder for another message you can send to the box and  <br />
will be substituted. your message-box should look something like this  <br />
then: &#8220;clear, moveto 10 200, write $1, bang&#8221;</p>
<p>take a look at the sprintf-help-patch as well!</p>
<p>hope that helps&#8230;</p>
<p>
cheers!jens</p>
<p>
Am 08.09.2006 um 00:54 schrieb Angelina Ho:</p>
<p>><br />
> Hi,<br />
><br />
> I&#8217;m a newbie to max/jitter, hope someone can help me with this.<br />
> I am using jitter to play a quicktime video, and I&#8217;m planning to  <br />
> add some text to make them look like subtitles. At the moment I use  <br />
> a message box that says &#8220;clear, moveto 10 200, write &#8220;hello&#8221;, bang&#8221;  <br />
> to display the word &#8220;hello&#8221; on screen. But if i want to make the  <br />
> text dynamic (let says I have a counter and I want to display the  <br />
> counting numbers on screen), how would I do that? How do I pass a  <br />
> variable/argument?<br />
><br />
><br />
> Thank you so much~</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

