<?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; os x</title>
	<atom:link href="http://www.sylvain.nl/tag/os-x/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>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>
