Page 1 of 1
OSC cause an asynchronization ?
Posted: 25 Jul 2013, 11:34
by allen hyoga
I had a test on OSC and Keyboard node for the same C# passing structure.OSC made values different and Keyboard node works well.
Is there someone can explain why the OSC node caused an asynchronous value ?

Re: OSC cause an asynchronization ?
Posted: 25 Jul 2013, 12:10
by chriss0212
dont know what you try to do but maybe this helps
greetz
christian
Re: OSC cause an asynchronization ?
Posted: 26 Jul 2013, 03:44
by allen hyoga
Hi Chris,thanks for your rapid reply.
It works if delay the event trigger. : )
However delay or timer control always depends on the performance(clock speed) of CPU.For a core or a xeon cpu, their result are different.I mean it is not steady.
I try a the same behaviour by the keyboard node.The time of passing value is synchronous with the event trigger.But OSCIn node is asynchronous,which cause my presentation show the delayed value when OscIn triggered. : (
Regards
AllenH