changeset 1:768cc3c43a8e

Added specification.txt
author Tim MB <tim.murraybrowne@eecs.qmul.ac.uk>
date Fri, 11 Feb 2011 17:40:52 +0000
parents 326ee39a35fa
children b111b478075d
files Specification.txt
diffstat 1 files changed, 31 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Specification.txt	Fri Feb 11 17:40:52 2011 +0000
@@ -0,0 +1,31 @@
+SPECIFICATION
+
+Joe Synthesizer:
+
+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
+i4 - channel: anything
+
+/chord
+means change chord.
+
+Send OSC to Ableton:
+/midiCom s0
+s0 - "pitch velocity channel"
+as integers within a string.
+
+
+
+
+Tim's grid mapping:
+
+Recieve 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
\ No newline at end of file