Mercurial > hg > movesynth
diff tim_grid_mapper/grid_mapper.py @ 8:6df5e29a65f9
Updated OSC spec for communication between Ableton and Joe's synth.
author | Tim MB <tim.murraybrowne@eecs.qmul.ac.uk> |
---|---|
date | Thu, 17 Feb 2011 13:57:51 +0000 |
parents | 5f9ad838d417 |
children | d68f98883e63 |
line wrap: on
line diff
--- a/tim_grid_mapper/grid_mapper.py Thu Feb 17 13:48:29 2011 +0000 +++ b/tim_grid_mapper/grid_mapper.py Thu Feb 17 13:57:51 2011 +0000 @@ -16,7 +16,7 @@ # make noise). #### OSC OPTIONS - THESE NEED TO BE SET MANUALLY #### -my_port = 2001 # to receive OSC messages +my_port = 12344 # to receive OSC messages joe = ('localhost', "THIS_MUST_BE_SET") ableton = ('localhost', "THIS_MUST_BE_SET")