<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7" -->
<rss version="0.92">
<channel>
	<title>pillow blog</title>
	<link>http://www.pillowsopher.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 15 Sep 2009 15:24:19 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>command line osc</title>
		<description>Sometimes I just want a quick way to send some OSC (open sound control) messages around. I can jump into a Python command line and use simpleosc easily enough, I guess.



>>> import osc
>>> osc.init()
>>> osc.sendMsg("/stupidoscsynth", ["on", 0.2], “127.0.0.1?, 9596)



But I spend a lot of time at a *nix command line, ...</description>
		<link>http://www.pillowsopher.com/blog/?p=134</link>
			</item>
	<item>
		<title>but what does it SOUND like?</title>
		<description>A while back I saw a post about visualizing sorting algorithms. But what do they sound like? I put together a quick Chuck script that does a bubble sort of a list of integers. Each time it compares two values it first converts the values from a MIDI note value ...</description>
		<link>http://www.pillowsopher.com/blog/?p=116</link>
			</item>
	<item>
		<title>browser-controlled circular sequencer</title>
		<description>

This is a continuation of some things I've been thinking about for a while. These things include:

uniting HTTP and OSC in some unholy manner
experimenting with different kinds of interfaces
making some sort of "instrument" that a group of people could play together
making some horrible noise

My goal going into this was to ...</description>
		<link>http://www.pillowsopher.com/blog/?p=107</link>
			</item>
	<item>
		<title>iphone game goodness</title>
		<description>I wrote a little iPhone game based on some of the same principles that I used in the TUIO system I blogged about earlier. In this system, users go to a URL to download a controller, which they then use to control spaceships (little circles on the computer screen). The ...</description>
		<link>http://www.pillowsopher.com/blog/?p=100</link>
			</item>
	<item>
		<title>network MIDI link using ChucK and OSC</title>
		<description>Every once in a while I run across a blog post or a comment somewhere about how somebody wants to send a MIDI message from one computer to another. Maybe they have a keyboard that they have hooked up to one computer and they want to use it to control ...</description>
		<link>http://www.pillowsopher.com/blog/?p=92</link>
			</item>
	<item>
		<title>quick little hacks with PD and OSC</title>
		<description>[caption id="" align="alignnone" width="490" caption="a little PD and OSC hack"][/caption]

This is a little PD hack that lets you set a value using an OSC message. The OSC message comes in on port 5678, and has the following form:

/cmd [receiver] [value]

where "[receiver]" is the name of the receiver, and "[value]" is ...</description>
		<link>http://www.pillowsopher.com/blog/?p=85</link>
			</item>
	<item>
		<title>touchy feely</title>
		<description>A little while back Apple rejected an iPhone app that would have let you use your iPhone as a TUIO controller. There was a big discussion about the whole thing over at CreateDigitalMusic, with some people supporting Apple's decision and others decrying it. Most of those who supported Apple seemed ...</description>
		<link>http://www.pillowsopher.com/blog/?p=79</link>
			</item>
	<item>
		<title>Maker Fair(e) 2009</title>
		<description>Last year Tim, Mike and I built some big LED panels for Tim's band Microfiche. Tim is a graphic/industrial designer, Mike is an electrical engineer, and I'm a programmer, and the project was a great way for us to bring all of our skills together to create something cool. Here's ...</description>
		<link>http://www.pillowsopher.com/blog/?p=62</link>
			</item>
	<item>
		<title>songsmith again</title>
		<description>In the novel Dirk Gently's Holistic Detective Agency, one of the characters has created a spreadsheet that sets data to music. Thanks to Songsmith, we're more or less there now.

I suppose it's only a matter of time before Microsoft realizes that the best use for their new toy is as ...</description>
		<link>http://www.pillowsopher.com/blog/?p=58</link>
			</item>
	<item>
		<title>songsmith destroys the universe and rebuilds it</title>
		<description>Microsoft recently released Songsmith, software that takes a vocal performance and generates a musical score.



The original intention, as I understand it, was to give singers (or people who fancied themselves as such) an easy way to put some music around their songs. Ah, but the law of unintended consequences had ...</description>
		<link>http://www.pillowsopher.com/blog/?p=55</link>
			</item>
</channel>
</rss>
