Mercurial > hg > movesynth
view Specification.txt @ 29:d3fdadf86d90
Completed instrument design in Ableton and mapping between Max and Ableton.
author | Tim MB <tim.murraybrowne@eecs.qmul.ac.uk> |
---|---|
date | Fri, 25 Feb 2011 10:17:53 +0000 |
parents | 6df5e29a65f9 |
children | 5b6f63b6f76d |
line wrap: on
line source
SPECIFICATION Ableton receives OSC on port 12346: Receive OSC from Joe: /pitch_vel_chan s0 s0 - "pitch velocity channel" as integers within a string. Receive OSC from Tim: /cc i0 i1 i2 CC (Midi controller data) i0 - channel i1 - CC number i2 - value: 0 <= value < 128 Joe Synthesizer receives OSC on port 12345: Receive OSC from Tim: /test s0 i1 i2 i3 i4 is note input. s0 - ignored i1 - pitch value: 0 <= i1 < 16 i2 - on/off: i2==0 or i2==1 i3 - velocity: 1 <= i3 <= 127 (never send 0) i4 - channel: anything /chord means change chord. Send OSC to Ableton: (as above) Tim's grid mapping receives on OSC port 12344: Receive OSC from Davey: /person i0 f1 f2 f3 location of a person in front of the Kinect: i0 - identifier of person f1, f2, f3 - x, y, z of person Send OSC to Joe: (defined above)