From facd64bcfbb267932e8d3604ebada4bf7fd5b61d Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Tue, 16 Mar 2010 16:42:48 +0000 Subject: Added an outlet to udpreceive~ to indicate valid audio. Ouput address and port only if changed. Updated version and help patch. svn path=/trunk/externals/mrpeach/; revision=13215 --- net/udpsend~.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/udpsend~.h') diff --git a/net/udpsend~.h b/net/udpsend~.h index 99df7ee..43fa561 100644 --- a/net/udpsend~.h +++ b/net/udpsend~.h @@ -34,7 +34,7 @@ /* Some enhancements have been made with the goal of keeping compatibility */ /* between the stream formats of streamout~/in~ and netsend~/receive~. */ -#define VERSION "0.32" +#define VERSION "0.33" #define DEFAULT_AUDIO_CHANNELS 32 /* nax. number of audio channels we support */ #define DEFAULT_AUDIO_BUFFER_SIZE 2048 /*1024*/ /* number of samples in one audio block */ -- cgit v1.2.1