Mercurial > hg > movesynth
annotate README @ 50:f4c6999ecfe9 tip
added the files on my computer that aren't aiff s> these shoudl be everything for the big bang fair 2011 - heresy, and tim's file's also here
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Sat, 08 Oct 2011 22:12:49 +0100 |
parents | 718f93c14ba9 |
children |
rev | line source |
---|---|
rebecca@20 | 1 from grid_mapper import * |
rebecca@20 | 2 # set IP address for Joe's computer in tuple joe |
rebecca@20 | 3 # start the server |
rebecca@20 | 4 start() |
rebecca@11 | 5 |
rebecca@20 | 6 stop() |
rebecca@11 | 7 |
rebecca@20 | 8 # if you quit the interpreter without stopping, |
rebecca@20 | 9 # need to find and kill the process |
andrew@38 | 10 |
andrew@38 | 11 |
andrew@38 | 12 |
andrew@38 | 13 import grid_mapper |
andrew@38 | 14 grid_mapper.joe = etc |
andrew@38 | 15 grid_mapper.start() |
andrew@38 | 16 |
andrew@38 | 17 |