Installed Quark SETO : A SuperCollider Environment for Tangible Objects

I have managed to install SETO into my SC Quarks. SETO (figure A) is intended as an environment to operate on tangible objects in >SuperCollider 3. It evolved out of the need for a framework to effectively use the TUIO protocol in live-coding scenarios build in SuperCollider. More information: http://tuio.lfsaw.de/seto.shtml

(Figure A)

Here is a simple example:

t = SETOServer(“_ixyzuvw”, SETOdump);
t.gui

t.set(0, [3, 0.3, 0.7, 0.5, 0.2, 0.4, 0.1])
t.alive([0])

t.set(1, [1, 0.41, 0.72, 0.5, 0.2, 0.4, 0.1])
t.alive([0,1])
t.visibleObjs


t.set(1, [0, 0.35, 0.17, 0.5, 0.2, 0.4, 0.1]);
t.set(2, [1, 0.15, 0.19, 0.5, 0.2, 0.4, 0.1]);
t.alive([0, 1, 2]);
t.visibleObjs;

t.alive([]);
t.visibleObjs;

t.visibleObjs

Anyone need help with this, please contact me.

Cygnus Thu, 03 December 2009, 11:36AM