XML Feeds

.

[javascript-dev] setting up inlets and outlets

Glen stormbind at gmail.com
Sun May 18 09:42:17 MDT 2008


Hi all,

This is a most fundamental of problems and searching the forum for inlets or outlets gives a few unrelated replies.

Max does not like the way I have declared the following because it stubbornly keeps only one inlet and one outlet. Please help.

// some global statements
inlets = 2;
outlets = 2;

function msg_ing(a) {
// some local statements
outlet(1, a); // js: bad outlet index 1
}

Thank you.


More information about the javascript-dev mailing list