[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] OSCresponderNode issue



In OSCresponderNode should the following not call the action with time, responder, and msg as arguments, rather than as they are now:

<x-tad-smaller> removeWhenDone {
</x-tad-smaller><x-tad-smaller>var</x-tad-smaller><x-tad-smaller> func;
func = action;
action = { </x-tad-smaller><x-tad-smaller>arg</x-tad-smaller><x-tad-smaller> time, msg;
func.value(time, msg);
</x-tad-smaller><x-tad-smaller>this</x-tad-smaller><x-tad-smaller>.remove;
}
}

value { </x-tad-smaller><x-tad-smaller>arg</x-tad-smaller><x-tad-smaller> time, msg;
action.value(time, msg)
}</x-tad-smaller>


Are these bugs or is there some reason for this?

S.