
savestate 1.0

paper kettle
http://www.paperkettle.com

This is savestate, as performed at the 2010 ELO AI Conference in Providence Rhode Island. 
It is released under a Creative Commons license; please see the included file for details.

Instructions:

1. Load the TouchOSC patch using the editor included with TouchOsc.

2. Set your outgoing OSC port to 8000 in TouchOSC

3. Have fun. It is an instrument and a toy, and meant to be be played!

If you don't have a TouchOSC device, and feel like getting your hands dirty with your own interface, the address patterns are as follows. Characters prefaced with "*" denote a variable, not the actual character

Words/router/*x/*y int
	Where x and y correspond to rows and cols, indexed from -
		the int value is a 1 if the grid button is pressed, and a 0 if not

Words/fader*x int
	Where the "x" at the end of "fader" is a value 0-3, corresponding to a word bank
		the int should be swept across the range 0.0 to 1.0 to traverse the word bank

Words/grey int
Words/blue int
Words/pink int
Words/yellow int
	if the int value is 1, the screen will change to a the color sent in the address

Words/colorChange int 
	if the int value is 1, the screen will change to a random color


Good luck!
chris