XML Feeds

.

[javascript-dev] distinguishing between inlets

Glen stormbind at gmail.com
Mon May 19 06:04:02 MDT 2008


Hi,

inlets = 2;
outlets = 2;

function msg_int(a){ // receives value from inlet 0
outlet(0, 100-a); // sends value to outlet 0
outlet(1, a); // sends value to outlet 1
}

How can I read the value from inlet 1? With such wisdom, I'll be able to take over the world!! Currently helpless.

Thanks very much,


More information about the javascript-dev mailing list