6 Aug
2006
6 Aug
'06
6:52 a.m.
Is it possible to pause the OSC receiver, ie. stop it listening for events for a while? I'd like to do something like this... //create our OSC receiver OscRecv orec; 6449 => orec.port; // start listening (launch thread) orec.listen(); // some more code ... // pause listener orec.pause(); // more code ... // resume listening orec.listen(); Ollie
9 Aug
9 Aug
10:19 a.m.
Hi Ollie!
Is it possible to pause the OSC receiver, ie. stop it listening for events for a while? I'd like to do something like this...
You should be able to invoke the OscRecv.stop() function, and you can restart it by calling listen() again. I hope this helps. Best, Ge!
6743
Age (days ago)
6746
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ge Wang
-
Ollie Glass