SuperCollider Ndef controls Processing(?)
in
Integration and Hardware
•
5 months ago
Hello all,
I am trying to make an Ndef to communicate with processing..
In SC I have something like:
Ndef(\test).play;
Ndef(\test, {
var freq_1, amp_1, etc
freq_1 = Array.fill(8, {
LFDNoise3.ar(0.01).range(400.0, 800.0)
});
amp_1 = ......
How can possessing read from freq_1 and change the size of a circle for example??
Best,
i
1