# HG changeset patch # User Tim MB # Date 1297951071 0 # Node ID 6df5e29a65f9f6c4d1ceeaa00139b7641fdd6c9a # Parent aae91c726b2e70a1446413986467b07d88406320 Updated OSC spec for communication between Ableton and Joe's synth. diff -r aae91c726b2e -r 6df5e29a65f9 Specification.txt --- 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. diff -r aae91c726b2e -r 6df5e29a65f9 tim_grid_mapper/grid_mapper.py --- 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")