You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SC_DLLEXPORTvoid*scsynth_interop_copy_sndbuf(void*world, unsignedindex); // world is a struct World* , returns struct SndBuf*
SC_DLLEXPORTvoidscsynth_interop_wait_for_quit(void*world); // world is a struct World*
SC_DLLEXPORTintscsynth_interop_open_udp(void*world, intinPort); // world is a struct World*
SC_DLLEXPORTintscsynth_interop_open_tcp(void*world, intinPort, intinMaxConnections, intinBacklog); // world is a struct World*
SC_DLLEXPORTboolscsynth_interop_send_packet(void*world, intinSize, char*inData, void (*infunc)(void*, void*,int)); // world is a struct World*, infunc is a ReplyFunc inFunc,