Mercurial > hg > movesynth
changeset 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 | aae91c726b2e |
children | b17d84603027 abe9b8bfebf0 |
files | Specification.txt tim_grid_mapper/grid_mapper.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Specification.txt Thu Feb 17 13:48:29 2011 +0000 +++ b/Specification.txt Thu Feb 17 13:57:51 2011 +0000 @@ -4,7 +4,7 @@ Ableton receives OSC on port 12346: Receive OSC from Joe: -/midiCom s0 +/pitch_vel_chan s0 s0 - "pitch velocity channel" as integers within a string.
--- 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")