<?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: Max/MSP/Jitter issue, not sure where to start</title>
		<atom:link href="http://cycling74.com/forums/topic/maxmspjitter-issue-not-sure-where-to-start/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/maxmspjitter-issue-not-sure-where-to-start/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 02:45:59 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/maxmspjitter-issue-not-sure-where-to-start/#post-37667</guid>
					<title><![CDATA[Max/MSP/Jitter issue, not sure where to start]]></title>
					<link>http://cycling74.com/forums/topic/maxmspjitter-issue-not-sure-where-to-start/#post-37667</link>
					<pubDate>Fri, 09 May 2008 19:22:19 +0000</pubDate>
					<dc:creator>Calcartman</dc:creator>

					<description>
						<![CDATA[
						<p>^ so i&#8217;m starting with this forum!</p>
<p>I&#8217;m going to give you as much information as I have.  I&#8217;m a computer tech, mostly familiar with PCs but a little mac experience under my belt. I&#8217;ve just started working with a non-profit group called Zeum; which has many Emacs, with Isights, running a pretty straightforward version of one of these programs.</p>
<p>Essentially you open up PhotoCapture (max/msp/jitter/whatever it is); and you get a live input of the iSight, with a capture button beneath it. When you click the capture button, next to the live input goes the image you captured, and beneath that is a Save button.<br />
[]&#8230; []<br />
cap save</p>
<p>like that; if you follow. There is also a reset button which seems to cycle the camera on and off.</p>
<p>When you click save, two things happen. First it saves the image, and second it opens up Adobe Photoshop Elements (4, i believe) and loads that picture to be toyed with by the kiddys; who filter it, print it, and quit.</p>
<p>Here&#8217;s the problem:<br />
I see myself in the video screen and capture it, then i save it, however when Elements opens up, it loads a different picture from the folder and not the one i took. Capturing and saving a different picture will change which image is loaded, however it will still not be the one i&#8217;m trying to save.<br />
The quick work-around is to empty the capture folder, but this doesn&#8217;t happen all the time, and i don&#8217;t have enough evidence yet to tell you under what conditions it does happen.</p>
<p>My hypothesis, is that at some point the counting variable gets reset as far as which image it loads, but not when it saves.</p>
<p>So image 000, 001, 002, and 003.jpg are all in the folder from yesterday/day before/whatever, and the new image i&#8217;ve just taken is image 004.jpg and gets saved. But immediately after saving, it proceeds to load 000.jpg into elements.<br />
After taking picture 005, it will load 001. After hitting reset, it will load 002. </p>
<p>I hope someone here can follow what i&#8217;m talking about, and i can provide a video or something if need be as well. <br />
This software was written a long time back, and they do not own/cannot afford a copy of MAX/MSP/Jitter. <br />
But i see there is a free trial available; so i&#8217;m going to see if i can modify or re-write the program and solve this bug.</p>
<p>Normally it wouldn&#8217;t be too big a problem, as most people understand being told &#8220;just dump the folder and it&#8217;ll fix it&#8221;; but this is an exhibit for children, with 15 computers and only 1, and sometimes 0 techs on site to help them out.</p>
<p>Thanks for reading all this, i guess what I&#8217;m really looking for is some guidance, slash an understanding of how all this works and where i would go about trying to fix it. Can i edit the program as it is? or do i need to find the original working copy the program was built from? If i need to restart from scratch its not a problem; as i learn pretty fast and have coding/scripting experience, and there are other tweaks as well; i&#8217;m just trying to be the most efficient and not go in blind.</p>
<p>I Appreciate your time!</p>
<p>-Cal</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/maxmspjitter-issue-not-sure-where-to-start/#post-130247</guid>
					<title><![CDATA[Re: Max/MSP/Jitter issue, not sure where to start]]></title>
					<link>http://cycling74.com/forums/topic/maxmspjitter-issue-not-sure-where-to-start/#post-130247</link>
					<pubDate>Sat, 10 May 2008 09:11:22 +0000</pubDate>
					<dc:creator>Thijs Koerselman</dc:creator>

					<description>
						<![CDATA[
						<p>If the application is running a plain max patch (.pat / .mxb / .mxt files),<br />
you&#8217;ll have access to the &#8220;source&#8221; and can probably use the latest version<br />
of max to try to fix it. It sounds like a pretty straightforward application<br />
so if you&#8217;re lucky its not using any 3rd party externals. If it is you&#8217;ll<br />
have to install those (maxobjects.com)</p>
<p>If however the application is &#8220;complied&#8221; as a standalone, you won&#8217;t have<br />
access to the patch code and would probably have to start from scratch.<br />
Jitter and Max come with a very extensive set of tutorials, so that should<br />
be your starting point. As far as Jitter goes it sounds really basic, but<br />
you&#8217;ll have to learn the Max basics of patching.</p>
<p>I would start by looking for applescripts or something, because this file<br />
naming/loading thing sounds like it might be scripted completely or<br />
partially outside of the Max application, in which case you might not even<br />
need Max to fix it:)</p>
<p>Cheers,<br />
Thijs</p>
<p>
PS: You&#8217;re question is more a generic Max problem. You&#8217;re better off posting<br />
to the MaxMSP forum/list, since it has a  bigger user base.</p>
<p>On Fri, May 9, 2008 at 8:22 PM, Cal <calcartman @earthlink.net> wrote:</calcartman></p>
<p>><br />
> ^ so i&#8217;m starting with this forum!<br />
><br />
> I&#8217;m going to give you as much information as I have.  I&#8217;m a computer tech,<br />
> mostly familiar with PCs but a little mac experience under my belt. I&#8217;ve<br />
> just started working with a non-profit group called Zeum; which has many<br />
> Emacs, with Isights, running a pretty straightforward version of one of<br />
> these programs.<br />
><br />
> Essentially you open up PhotoCapture (max/msp/jitter/whatever it is); and<br />
> you get a live input of the iSight, with a capture button beneath it. When<br />
> you click the capture button, next to the live input goes the image you<br />
> captured, and beneath that is a Save button.<br />
> []&#8230; []<br />
> cap save<br />
><br />
> like that; if you follow. There is also a reset button which seems to cycle<br />
> the camera on and off.<br />
><br />
> When you click save, two things happen. First it saves the image, and<br />
> second it opens up Adobe Photoshop Elements (4, i believe) and loads that<br />
> picture to be toyed with by the kiddys; who filter it, print it, and quit.<br />
><br />
> Here&#8217;s the problem:<br />
> I see myself in the video screen and capture it, then i save it, however<br />
> when Elements opens up, it loads a different picture from the folder and not<br />
> the one i took. Capturing and saving a different picture will change which<br />
> image is loaded, however it will still not be the one i&#8217;m trying to save.<br />
> The quick work-around is to empty the capture folder, but this doesn&#8217;t<br />
> happen all the time, and i don&#8217;t have enough evidence yet to tell you under<br />
> what conditions it does happen.<br />
><br />
> My hypothesis, is that at some point the counting variable gets reset as<br />
> far as which image it loads, but not when it saves.<br />
><br />
> So image 000, 001, 002, and 003.jpg are all in the folder from<br />
> yesterday/day before/whatever, and the new image i&#8217;ve just taken is image<br />
> 004.jpg and gets saved. But immediately after saving, it proceeds to load<br />
> 000.jpg into elements.<br />
> After taking picture 005, it will load 001. After hitting reset, it will<br />
> load 002.<br />
><br />
> I hope someone here can follow what i&#8217;m talking about, and i can provide a<br />
> video or something if need be as well.<br />
> This software was written a long time back, and they do not own/cannot<br />
> afford a copy of MAX/MSP/Jitter.<br />
> But i see there is a free trial available; so i&#8217;m going to see if i can<br />
> modify or re-write the program and solve this bug.<br />
><br />
> Normally it wouldn&#8217;t be too big a problem, as most people understand being<br />
> told &#8220;just dump the folder and it&#8217;ll fix it&#8221;; but this is an exhibit for<br />
> children, with 15 computers and only 1, and sometimes 0 techs on site to<br />
> help them out.<br />
><br />
> Thanks for reading all this, i guess what I&#8217;m really looking for is some<br />
> guidance, slash an understanding of how all this works and where i would go<br />
> about trying to fix it. Can i edit the program as it is? or do i need to<br />
> find the original working copy the program was built from? If i need to<br />
> restart from scratch its not a problem; as i learn pretty fast and have<br />
> coding/scripting experience, and there are other tweaks as well; i&#8217;m just<br />
> trying to be the most efficient and not go in blind.<br />
><br />
> I Appreciate your time!<br />
><br />
> -Cal<br />
></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

