[PD] OSC for Windows

Martin Peach martinrp at vax2.concordia.ca
Tue Aug 30 16:37:32 CEST 2005


Piotr Majdak wrote:

> - do you know what sys_addpollfn is? cc can't find it, what include do 
> I need?

 From my study of the code of pd-0.38-4:

sys_addpollfn(sys_guisock, (t_fdpollfn)socketreceiver_read, 
sys_socketreceiver) in s_inter.c. This adds socketreceiver_read to the 
list of functions checked during sys_domicrosleep()
typedef struct _fdpoll
{
    int fdp_fd;
    t_fdpollfn fdp_fn;
    void *fdp_ptr;
} t_fdpoll;

Martin





More information about the Pd-list mailing list