[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] Proxyspace: how to copy OSC values into variables
Hi there, i just tried to crate a small TouchOSC controller for my Proxyspace
live coding, it work only outside Proxyspace, someone can help me about?
Thanks a lot!
(
s.quit;
s=Server.local;
s.options.blockSize=512;
s.boot;
p=ProxySpace.push(s);
)
(
(OSCdef.new(\ctrl1,{arg msg, time, addr, port;~ctrl1 =
(msg[1]);},'/1/fader1'));
(OSCdef.new(\ctrl2,{arg msg, time, addr, port;~ctrl2 =
(msg[1]);},'/1/fader2'));
(OSCdef.new(\ctrl3,{arg msg, time, addr, port;~ctrl3 =
(msg[1]);},'/1/fader3'));
(OSCdef.new(\ctrl4,{arg msg, time, addr, port;~ctrl4 =
(msg[1]);},'/1/fader4'));
(OSCdef.new(\ctrlx,{arg msg, time, addr, port;~ctrlx =
(msg[2]);},'/1/xy1'));
(OSCdef.new(\ctrly,{arg msg, time, addr, port;~ctrly =
(msg[1]);},'/1/xy1'));
);
~ctrl1.postln
Gianmaria
--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/Proxyspace-how-to-copy-OSC-values-into-variables-tp7629736.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/