aboutsummaryrefslogtreecommitdiff
path: root/net/udpreceive~.c
AgeCommit message (Expand)Author
2011-10-21use auto-macro _WIN32 instead of Pd-defined macro UNIX, this means the build ...Hans-Christoph Steiner
2010-11-28changed #ifdef forMartin Peach
2010-10-29Cleaned up unused code.Martin Peach
2010-10-28Added multicast supportMartin Peach
2010-03-29oops, undoing last commit; sorryIOhannes m zmölnig
2010-03-29replaced &s_... by gensym("...")IOhannes m zmölnig
2010-03-22Changed valid-stream output to be a signal output. Moved all post()s out of t...Martin Peach
2010-03-16Output valid state only when it changes.Martin Peach
2010-03-16Added an outlet to udpreceive~ to indicate valid audio. Ouput address and por...Martin Peach
2010-03-11Added a "TAG!" identifier field to the tag so it can be verified as a tag. Th...Martin Peach
2010-02-24Corrected some error messages, check for EINVAL after recvfrom(), to try to f...Martin Peach
2010-01-14Always send in network byte order for all architectures. UDP receiving socket...Martin Peach
2010-01-13Fixed header files for _WIN32Martin Peach
2010-01-12Block size is settable by creation argument. Buffer size message is specified...Martin Peach
2010-01-11Added "unix" to the test for "UNIX".Martin Peach
2010-01-11Versions of netsend~ for udp.Martin Peach