view Specification.txt @ 50:f4c6999ecfe9 tip

added the files on my computer that aren't aiff s> these shoudl be everything for the big bang fair 2011 - heresy, and tim's file's also here
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Sat, 08 Oct 2011 22:12:49 +0100
parents 5b6f63b6f76d
children
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

/stopperson i0
sent when person i0 leaves the view

Send OSC to Joe: (defined above)