XML Feeds

.

[javascript-dev] Re: distinguishing between inlets

gusano gusanomaxlist at googlemail.com
Mon May 19 06:45:59 MDT 2008


I think Emmanuel already answered this few days ago...
Ciao

// -----------------------------------------------
inlets = 2;

function msg_int(v)
{
    if (inlet == 1) {
    post();
    post(v, "in right inlet");
    }
    else {
    post();
    post(v, "in left inlet");
    }
}
// -----------------------------------------------





More information about the javascript-dev mailing list