<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sylvain.nl &#187; printing</title>
	<atom:link href="http://www.sylvain.nl/tag/printing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sylvain.nl</link>
	<description>interaction artist</description>
	<lastBuildDate>Mon, 29 Jun 2009 12:03:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Freedom, printing from Max/MSP and OpenFrameworks</title>
		<link>http://www.sylvain.nl/blog/freedom-printing-from-maxmsp-and-openframeworks/</link>
		<comments>http://www.sylvain.nl/blog/freedom-printing-from-maxmsp-and-openframeworks/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 11:56:02 +0000</pubDate>
		<dc:creator>sylvain</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Artist Portfolio]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[max/msp]]></category>
		<category><![CDATA[openframeworks]]></category>
		<category><![CDATA[printing]]></category>

		<guid isPermaLink="false">http://www.sylvain.nl/?p=519</guid>
		<description><![CDATA[Freedom! I cry out for you!
Or: I have quit my day-job to pursue my own personal carrier. Both as an artist as a freelance developer for artists, theater as a teacher. So now I am officially unemployed and seeking for assignments.
But to kill the time I have decided to fix up the explanation of the [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>Freedom! I cry out for you!</strong></p></blockquote>
<p>Or: I have quit my day-job to pursue my own personal carrier. Both as an artist as a freelance developer for artists, theater as a teacher. So now I am officially unemployed and seeking for assignments.</p>
<p>But to kill the time I have decided to fix up the explanation of the printing from Max/MSP on Mac OSX and try to make a general patch how to do it. I recently have had a lot of people asking me how to do it, but the instructions I <a href="http://www.sylvain.nl/blog/printing-from-maxmspjitter/">posterd earlier</a>, don&#039;t seem to cut it. So time for an update. That post will follow soon.</p>
<p>Furthermore I have finally found the time to start digging into OpenFrameworks, and I must say the results look promising. A bit more memory and pointer management, but all is well that ends well.</p>
<p>But now: finishing my last days at <a href="http://ijsfontein.nl" target="_blank">IJsfontein</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sylvain.nl/blog/freedom-printing-from-maxmsp-and-openframeworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printing from Max/MSP/Jitter</title>
		<link>http://www.sylvain.nl/blog/printing-from-maxmspjitter/</link>
		<comments>http://www.sylvain.nl/blog/printing-from-maxmspjitter/#comments</comments>
		<pubDate>Fri, 09 May 2008 14:32:56 +0000</pubDate>
		<dc:creator>sylvain</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[jitter]]></category>
		<category><![CDATA[max/msp]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.sylvain.nl/?p=176</guid>
		<description><![CDATA[For a project i am working on i needed to have a way to print pictures from Max. The first (and easy) step was to save the image to the disk. But for printing a file there is no default object. But thanks to the aka.shell external I was able to actually print the file [...]]]></description>
			<content:encoded><![CDATA[<p>For a project i am working on i needed to have a way to print pictures from <a href="http://cycling74.com/products/max5">Max</a>. The first (and easy) step was to save the image to the disk. But for printing a file there is no default object. But thanks to the <a href="http://www.iamas.ac.jp/~aka/max/#aka_shell">aka.shell</a> external I was able to actually print the file on a Mac.</p>
<p>Just as simple as:</p>
<p><code>lpr -P printername "/path/to/file"</code></p>
<p>Easy as pie. To configure your printer use CUPS: <a href="http://127.0.0.1:631/" target="_blank">http://127.0.0.1:631/</a></p>
<p><strong>update</strong><br />
The most common mistake here is that there is a space in the path to the file. To make sure that it works put this in the messagebox that goes to the aka.shell:</p>
<p><code>lpr -P printername \"/path/to/file with/spaces\"</code></p>
<p>This will keep the full path intact instead of splitting it at the space, in which case lpr will never find the file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sylvain.nl/blog/printing-from-maxmspjitter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
