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

Re: [sc-dev] OSCresponderNode issue




On 20 Nov 2004, at 17:28, Julian Rohrhuber wrote:
I simply didn't think of it. Please fix it.
--

Changed to the following and committed, which is consistent with OSCresponder:

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

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, responder, msg, addr;
func.value(time, responder, msg, addr);
</x-tad-smaller><x-tad-smaller>this</x-tad-smaller><x-tad-smaller>.remove;
}
}
</x-tad-smaller>

S.