<?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>frey - art with machines</title>
	<atom:link href="http://frey.co.nz/old/feed/" rel="self" type="application/rss+xml" />
	<link>http://frey.co.nz/old</link>
	<description>art with machines</description>
	<lastBuildDate>Sat, 24 Oct 2009 17:34:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Placard (headphone) streaming concert, tonight, 2300 CET</title>
		<link>http://frey.co.nz/old/2008/11/placard-concert-tonight/</link>
		<comments>http://frey.co.nz/old/2008/11/placard-concert-tonight/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 14:47:12 +0000</pubDate>
		<dc:creator>frey</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.frey.co.nz/?p=360</guid>
		<description><![CDATA[hey, sorry about the late notice but I&#8217;m performing at a placard (headphone) concert tonight at 2300 CET (11am Saturday morning, New Zealand time) in Poitiers, France as part of the Make Art festival. 
you should be able to listen to to it here:
http://makeart.goto10.org/2008/?page=streaming&#038;lang=en
]]></description>
			<content:encoded><![CDATA[<p>hey, sorry about the late notice but I&#8217;m performing at a placard (headphone) concert tonight at 2300 CET (11am Saturday morning, New Zealand time) in Poitiers, France as part of the <a href='http://makeart.goto10.org/'>Make Art</a> festival. </p>
<p>you should be able to listen to to it here:<br />
<a href='http://makeart.goto10.org/2008/?page=streaming&#038;lang=en'>http://makeart.goto10.org/2008/?page=streaming&#038;lang=en</a></p>
]]></content:encoded>
			<wfw:commentRss>http://frey.co.nz/old/2008/11/placard-concert-tonight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drawing into a CGContextRef created using CGBitmapContextCreate</title>
		<link>http://frey.co.nz/old/2008/11/cgbitmapcontextcreat/</link>
		<comments>http://frey.co.nz/old/2008/11/cgbitmapcontextcreat/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 19:23:14 +0000</pubDate>
		<dc:creator>frey</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://www.frey.co.nz/?p=351</guid>
		<description><![CDATA[So, if you happen to be doing what the subject line says &#8211; drawing anything into a CGContextRef that was created using CGBitmapContextCreate &#8211; and you&#8217;re seeing nothing but black, the trick is the following: you have to memset the the pixel data to all 0xFF&#8217;s before you draw.
For example, to draw a PDF document [...]]]></description>
			<content:encoded><![CDATA[<p>So, if you happen to be doing what the subject line says &#8211; drawing anything into a CGContextRef that was created using CGBitmapContextCreate &#8211; and you&#8217;re seeing nothing but black, the trick is the following: you have to memset the the pixel data to all 0xFF&#8217;s before you draw.</p>
<p>For example, to draw a PDF document reference by &#8216;document&#8217;:</p>
<p>// allocate pixels<br />
unsigned char* pixels = new unsigned char[thumb_height*thumb_width*4];</p>
<p>// create context<br />
CGContextRef context = CGBitmapContextCreate(pixels, thumb_width, thumb_height, 8, 4*thumb_width, CGColorSpaceCreateWithName( kCGColorSpaceGenericRGB ), kCGImageAlphaNoneSkipLast );</p>
<p>// clear<br />
memset( pixels, 255, thumb_width*thumb_height*4 );</p>
<p>// render page 1 into the pixels array<br />
CGPDFPageRef page = CGPDFDocumentGetPage( document, 1 );<br />
CGContextDrawPDFPage( context, page );</p>
<p>(For some reason I just wasn&#8217;t able to create any kind of RGBA context with CGBitmapContextCreate() &#8211; I always had to use the skip-alpha enum. Weird.)</p>
]]></content:encoded>
			<wfw:commentRss>http://frey.co.nz/old/2008/11/cgbitmapcontextcreat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reflections on Modulate residency</title>
		<link>http://frey.co.nz/old/2008/11/reflections-on-modulate-residency/</link>
		<comments>http://frey.co.nz/old/2008/11/reflections-on-modulate-residency/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 15:38:47 +0000</pubDate>
		<dc:creator>frey</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[participate]]></category>

		<guid isPermaLink="false">http://www.frey.co.nz/?p=349</guid>
		<description><![CDATA[From April until July 2007 I was resident with the Modulate collective in Birmingham, UK. They hosted me and looked after me and generally provided an excellent environment for me to develop my practise, to work out some things about what i was doing, and to begin to explore the European side of the world. [...]]]></description>
			<content:encoded><![CDATA[<p>From April until July 2007 I was resident with the <a href='http://modulate.org.uk'>Modulate collective</a> in Birmingham, UK. They hosted me and looked after me and generally provided an excellent environment for me to develop my practise, to work out some things about what i was doing, and to begin to explore the European side of the world. This residency was in fact the thing that first brought me from New Zealand to the UK, and it has led directly to the connections I have made in Europe and elsewhere. So I was and still am greatly honoured to have been selected by them to undertake it.</p>
<p>In March earlier this year I went back to Birmingham to visit them again, and to work on a little video collobarative project involving using audio to control live video. While I was there we spent a couple of hours talking together about what the residency meant to all of us. They have just put up the video and audio from these conversations on their weblog over <a href='http://modulateav.wordpress.com/2008/11/10/new-zealand-birmingham-artist-residency/'>here</a>.</p>
<p>Lovely.</p>
]]></content:encoded>
			<wfw:commentRss>http://frey.co.nz/old/2008/11/reflections-on-modulate-residency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RjDj getting a bit real&#8230;.</title>
		<link>http://frey.co.nz/old/2008/10/rjdj-getting-a-bit-real/</link>
		<comments>http://frey.co.nz/old/2008/10/rjdj-getting-a-bit-real/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 11:42:50 +0000</pubDate>
		<dc:creator>frey</dc:creator>
				<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.frey.co.nz/?p=332</guid>
		<description><![CDATA[So, I&#8217;m involved in this project called RjDj, which is artistically very hard to describe, but technically, generative music via Pd on the iPhone. And it&#8217;s getting a little bit real; it&#8217;s interesting (great, actually) to be involved in a project generating this much attention.
I made two scenes for the album (paid download), Eargasm and [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;m involved in this project called <a href='http://rjdj.me/'>RjDj</a>, which is artistically very hard to describe, but technically, generative music via <a href='http://puredata.info'>Pd</a> on the iPhone. And it&#8217;s getting a little bit real; it&#8217;s interesting (great, actually) to be involved in a project generating this much attention.</p>
<p>I made two scenes for the <a href='http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewArtist?id=290626967'>album</a> (paid download), Eargasm and Noia. You can see Eargasm in the following video, it&#8217;s the first scene they demo:</p>
<p><object width="480" height="418" id="VideoPlayer"><param name="movie" value="http://www.g4tv.com/lv3/34480" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.g4tv.com/lv3/34480" type="application/x-shockwave-flash" name="VideoPlayer" width="480" height="418" allowScriptAccess="always" allowFullScreen="true" /></object></p>
<p>.. I really like how something I&#8217;ve made has got an American TV show host jumping around like a twit and blowing a party honker thing on national television&#8230; excellent.</p>
<p>I&#8217;m currently on a residency in the Austrian alps working on some new scenes. There&#8217;s a tribute to Iannis Xenakis in the form of an interactive, shakeable version of &#8216;Concret pH&#8217;, as well as something for being angry, and a new very-in-progress scene inspired by close listening to some Beaucoup Fish &#8211; era Underworld (in particular the tracks Skym, Winjer and Jumbo).</p>
]]></content:encoded>
			<wfw:commentRss>http://frey.co.nz/old/2008/10/rjdj-getting-a-bit-real/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>mostly back up</title>
		<link>http://frey.co.nz/old/2008/10/mostly-back-up/</link>
		<comments>http://frey.co.nz/old/2008/10/mostly-back-up/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 17:23:59 +0000</pubDate>
		<dc:creator>frey</dc:creator>
				<category><![CDATA[everything else]]></category>

		<guid isPermaLink="false">http://www.frey.co.nz/?p=310</guid>
		<description><![CDATA[all right, that was surprisingly painless.
now running the newest most spangliest version of WordPress. huzzah!
the tracks stuff is still a bit broken. i&#8217;ve been meaning to overhaul that for ages anyway&#8230;
]]></description>
			<content:encoded><![CDATA[<p>all right, that was surprisingly painless.</p>
<p>now running the newest most spangliest version of WordPress. huzzah!</p>
<p>the tracks stuff is still a bit broken. i&#8217;ve been meaning to overhaul that for ages anyway&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://frey.co.nz/old/2008/10/mostly-back-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>site got hacked</title>
		<link>http://frey.co.nz/old/2008/10/site-got-hacked/</link>
		<comments>http://frey.co.nz/old/2008/10/site-got-hacked/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 16:54:58 +0000</pubDate>
		<dc:creator>frey</dc:creator>
				<category><![CDATA[everything else]]></category>

		<guid isPermaLink="false">http://www.frey.co.nz/?p=306</guid>
		<description><![CDATA[hey,
this site got hacked &#8211; probably because i was running a very old version of WordPress. update, children! updating is Good!
will be restoring most content soon, hopefully.
cheers
]]></description>
			<content:encoded><![CDATA[<p>hey,</p>
<p>this site got hacked &#8211; probably because i was running a very old version of WordPress. update, children! updating is Good!</p>
<p>will be restoring most content soon, hopefully.</p>
<p>cheers</p>
]]></content:encoded>
			<wfw:commentRss>http://frey.co.nz/old/2008/10/site-got-hacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oF lab @ Ars Electronica</title>
		<link>http://frey.co.nz/old/2008/09/of-lab-ars-electronica/</link>
		<comments>http://frey.co.nz/old/2008/09/of-lab-ars-electronica/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 18:32:11 +0000</pubDate>
		<dc:creator>frey</dc:creator>
				<category><![CDATA[everything else]]></category>

		<guid isPermaLink="false">http://www.frey.co.nz/blog/2008/09/03/of-lab-ars-electronica/</guid>
		<description><![CDATA[Hey, 
I&#8217;m at Ars Electronica, as part of the openFrameworks Lab @ars:
http://ars.oflab.cc/
http://www.aec.at/en/festival2008/program/project.asp?iProjectID=14447
More updates later, possibly, if I&#8217;m not having too much fun&#8230; ;-)
]]></description>
			<content:encoded><![CDATA[<p>Hey, </p>
<p>I&#8217;m at Ars Electronica, as part of the openFrameworks Lab @ars:</p>
<p><a href='http://ars.oflab.cc/'>http://ars.oflab.cc/</a><br />
<a href='http://www.aec.at/en/festival2008/program/project.asp?iProjectID=14447'>http://www.aec.at/en/festival2008/program/project.asp?iProjectID=14447</a></p>
<p>More updates later, possibly, if I&#8217;m not having too much fun&#8230; ;-)</p>
]]></content:encoded>
			<wfw:commentRss>http://frey.co.nz/old/2008/09/of-lab-ars-electronica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sociacultural meanings of mp3</title>
		<link>http://frey.co.nz/old/2008/08/social-and-cultural-meanings-of-mp3s/</link>
		<comments>http://frey.co.nz/old/2008/08/social-and-cultural-meanings-of-mp3s/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 23:18:59 +0000</pubDate>
		<dc:creator>frey</dc:creator>
				<category><![CDATA[ideas]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.frey.co.nz/blog/2008/08/12/social-and-cultural-meanings-of-mp3s/</guid>
		<description><![CDATA[i just dug this up out of an old hard drive &#8211; it&#8217;s for a project for school, back when i was studying eloctroacoustic composition at Victoria University.
MP3
sociocultural meanings
What it does
&#8212;&#8212;&#8212;&#8212;
Compresses digital audio signals, allowing them to be transmitted across computer networks with significantly reduced size and thus cost and technological requirements.
Lossy compression format: discards [...]]]></description>
			<content:encoded><![CDATA[<p>i just dug this up out of an old hard drive &#8211; it&#8217;s for a project for school, back when i was studying eloctroacoustic composition at Victoria University.</p>
<blockquote><p>MP3</p>
<p>sociocultural meanings</p>
<p>What it does<br />
&#8212;&#8212;&#8212;&#8212;</p>
<p>Compresses digital audio signals, allowing them to be transmitted across computer networks with significantly reduced size and thus cost and technological requirements.</p>
<p>Lossy compression format: discards audio information considered &#8216;unnecessary&#8217; to the faithful reproduction of the sound. Uses a combination of filtering systems and transforms to turn a  time-domain signal (PCM waveform) into a frequency-domain signal.</p>
<p>How it is used<br />
&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>digital broadcast</p>
<p>share files</p>
<p>How its function and use translates into sociocultural meaning and potential use in sound art<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Reduced transmission cost radically lowers barriers to entry<br />
- For free, anyone can share anything with anyone from anywhere on the world.<br />
-> crude<br />
-> defenders<br />
-> anne westphalen?<br />
-> sami abu shumays</p>
<p>Collaboration with people around the world<br />
-> exquisite corpse</p>
<p>Complete shift in the relationship between distributors, publishers, and creators. Why go on to iTunes and download music for $1.99 when you can access piles of high-quality music for free?<br />
-> westphalen<br />
-> speakeasy</p>
<p>Access to vast archives<br />
-> wax cylinders<br />
-> intro inspection</p>
<p>Industry fear of this -><br />
Copyright strengthening, embedding of DRM into technology to support a dying industry<br />
&#8211;> lessig<br />
-> christina<br />
-> intro inspection</p>
<p>in popular music, shift to single, unfocussed listening, loss of fan loyalty: complete commodification, further extension of capitalism into music on one hand;<br />
on the other hand, massive democratisation: myspace</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://frey.co.nz/old/2008/08/social-and-cultural-meanings-of-mp3s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gnuplot from stdin</title>
		<link>http://frey.co.nz/old/2008/08/clever/</link>
		<comments>http://frey.co.nz/old/2008/08/clever/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 21:56:30 +0000</pubDate>
		<dc:creator>frey</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://www.frey.co.nz/blog/2008/08/09/clever/</guid>
		<description><![CDATA[Since I couldn&#8217;t find this in an easy-to-use format anywhere else, here&#8217;s how you use gnuplot to plot a list of numbers sent in with stdin:
(echo plot \"-\" with lines; cat numbers.txt) &#124; gnuplot
numbers.txt is a list of numbers, with or without terminating semicolons. Scientific notation is ok.
(30 minutes later) &#8230; and, here&#8217;s how to [...]]]></description>
			<content:encoded><![CDATA[<p>Since I couldn&#8217;t find this in an easy-to-use format anywhere else, here&#8217;s how you use gnuplot to plot a list of numbers sent in with stdin:</p>
<p><code>(echo plot \"-\" with lines; cat numbers.txt) | gnuplot</code></p>
<p>numbers.txt is a list of numbers, with or without terminating semicolons. Scientific notation is ok.</p>
<p>(30 minutes later) &#8230; and, here&#8217;s how to write a pdf graph of each text file in the current directory:</p>
<p><code>ls *.txt | perl -e 'while(&lt;stdin&gt;) { chomp; system "(echo set term pdf; echo set yrange [-1:1]; echo plot \\\"-\\\" with lines; cat $_ ) | gnuplot > $_.pdf"; }</code></p>
<p>(and so I don&#8217;t lose it, here&#8217;s how to generate a whole bunch of testunits:</p>
<p><code>perl -e 'for ( $i=1; $i&lt;60; $i+=5 ) { for ( $j=$i+1; $j&lt;150; $j*=1.5 ) { print "#X obj ".($i*40)." ".(int($j))." testunit $i-".(int($j))." $i ".(int($j))." senergy;\n"; } } ' > 1.actions/testunits.pd.txt</code></p>
<p>)</p>
]]></content:encoded>
			<wfw:commentRss>http://frey.co.nz/old/2008/08/clever/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ofxOsc</title>
		<link>http://frey.co.nz/old/2008/08/ofxosc/</link>
		<comments>http://frey.co.nz/old/2008/08/ofxosc/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 14:14:32 +0000</pubDate>
		<dc:creator>frey</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://www.frey.co.nz/blog/2008/08/07/ofxosc/</guid>
		<description><![CDATA[I&#8217;ve updated ofxOsc to v0.2 &#8211; now with OSC Bundle support. Check it out here.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated ofxOsc to v0.2 &#8211; now with OSC Bundle support. Check it out <a href='/projects/ofxosc/'>here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://frey.co.nz/old/2008/08/ofxosc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
