comparison 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
comparison
equal deleted inserted replaced
7:aae91c726b2e 8:6df5e29a65f9
14 #### PUBLIC OPTIONS #### 14 #### PUBLIC OPTIONS ####
15 num_channels = 3 # number of instruments (and max number of people who can 15 num_channels = 3 # number of instruments (and max number of people who can
16 # make noise). 16 # make noise).
17 17
18 #### OSC OPTIONS - THESE NEED TO BE SET MANUALLY #### 18 #### OSC OPTIONS - THESE NEED TO BE SET MANUALLY ####
19 my_port = 2001 # to receive OSC messages 19 my_port = 12344 # to receive OSC messages
20 joe = ('localhost', "THIS_MUST_BE_SET") 20 joe = ('localhost', "THIS_MUST_BE_SET")
21 ableton = ('localhost', "THIS_MUST_BE_SET") 21 ableton = ('localhost', "THIS_MUST_BE_SET")
22 22
23 ### Constants for grid mapping: 23 ### Constants for grid mapping:
24 # The range of values that the input coordinates and output values may take: 24 # The range of values that the input coordinates and output values may take: