Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2919
Modified Files: index.c zexy.c Log Message: split help-strings into shorter strings (made w32's pd crash)
Index: index.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/index.c,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** index.c 24 Jan 2006 21:17:23 -0000 1.12 --- index.c 24 Jan 2006 21:46:34 -0000 1.13 *************** *** 333,338 **** "\n'bang' : return the number of entries in the index-map" "\n'dump' : dump each entry in the format "list <symbol> <index>"" ! "\n'compact' : remove holes in the index-map" ! "\n'sort' : alphabetically sort the entries" "\n'auto <1/0> : if auto is 1 and a yet unknown symbol is looked up it is\n\t\t\t automatically added to the index-map" "\n'resize <1/0> : if resize is 1 (default), the index-map is resized\n\t\t\t automatically if needed" --- 333,338 ---- "\n'bang' : return the number of entries in the index-map" "\n'dump' : dump each entry in the format "list <symbol> <index>"" ! "\n'compact' : remove holes in the index-map"); ! post("\n'sort' : alphabetically sort the entries" "\n'auto <1/0> : if auto is 1 and a yet unknown symbol is looked up it is\n\t\t\t automatically added to the index-map" "\n'resize <1/0> : if resize is 1 (default), the index-map is resized\n\t\t\t automatically if needed"
Index: zexy.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/zexy.c,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** zexy.c 24 Jan 2006 21:17:23 -0000 1.12 --- zexy.c 24 Jan 2006 21:46:34 -0000 1.13 *************** *** 33,37 **** static void zexy_help(void) { ! post("\n\n...this is the zexy %c external "VERSION"...\n", HEARTSYMBOL); post("\n%c handling signals" #if 0 --- 33,37 ---- static void zexy_help(void) { ! post("\n\n...this is the zexy %c external "VERSION"...", HEARTSYMBOL); post("\n%c handling signals" #if 0 *************** *** 39,67 **** "\nstreamin~\t:: catch signals from a LAN : based on gige" #endif ! "\nsfplay\t\t:: play back a (multichannel) soundfile : (%c) ritsch 1999" ! "\nsfrecord\t:: record a (multichannel) soundfile : based on ritsch" ! "\n%c generating signals" "\nnoish~\t\t:: generate bandlimited noise" "\nnoisi~\t\t:: generate bandlimited noise" "\ndirac~\t\t:: generate a dirac-pulse" "\nstep~\t\t:: generate a unity-step" ! "\ndfreq~\t\t:: detect frequency by counting zero-crossings : (%c) ritsch 1998" ! "\n%c manipulating signals" "\nlimiter~\t:: limit/compress one or more signals" "\nnop~\t\t:: pass through a signal (delay 1 block)" "\nz~\t\t:: samplewise delay" "\nswap~\t\t:: byte-swap a signal" ! "\nquantize~\t:: quantize a signal"
! "\n%c binary operations on signals" ! "\nabs~, sgn~, >~, <~, ==~, &&~, ||~"
! "\n%c multary operations on signals"
"\nmultiline~\t:: multiple line~ multiplication" "\nmultiplex~\t:: multiplex 1 inlet~ to 1-of-various outlet~s" ! "\ndemultiplex~\t:: demultiplex 1-of-various inlet~s to 1 outlet~"
! "\n%c investigating signals in message-domain" "\npack~\t\t:: convert a signal into a list of floats" "\nunpack~\t\t:: convert packages of floats into a signal" --- 39,69 ---- "\nstreamin~\t:: catch signals from a LAN : based on gige" #endif ! "\nsfplay\t\t:: play back a (multichannel) soundfile : (c) ritsch 1999" ! "\nsfrecord\t:: record a (multichannel) soundfile : based on ritsch", HEARTSYMBOL); ! ! post("\n%c generating signals" "\nnoish~\t\t:: generate bandlimited noise" "\nnoisi~\t\t:: generate bandlimited noise" "\ndirac~\t\t:: generate a dirac-pulse" "\nstep~\t\t:: generate a unity-step" ! "\ndfreq~\t\t:: detect frequency by counting zero-crossings : (c) ritsch 1998", HEARTSYMBOL); ! ! post("\n%c manipulating signals" "\nlimiter~\t:: limit/compress one or more signals" "\nnop~\t\t:: pass through a signal (delay 1 block)" "\nz~\t\t:: samplewise delay" "\nswap~\t\t:: byte-swap a signal" ! "\nquantize~\t:: quantize a signal", HEARTSYMBOL);
! post("\n%c binary operations on signals" ! "\nabs~, sgn~, >~, <~, ==~, &&~, ||~", HEARTSYMBOL);
! post("\n%c multary operations on signals"
"\nmultiline~\t:: multiple line~ multiplication" "\nmultiplex~\t:: multiplex 1 inlet~ to 1-of-various outlet~s" ! "\ndemultiplex~\t:: demultiplex 1-of-various inlet~s to 1 outlet~", HEARTSYMBOL);
! post("\n%c investigating signals in message-domain" "\npack~\t\t:: convert a signal into a list of floats" "\nunpack~\t\t:: convert packages of floats into a signal" *************** *** 71,77 **** "\ntavg~\t\t:: outputs average of a signal between two bangs" "\nenvrms~\t\t:: an env~-object that ouputs rms instead of db" ! "\npdf~\t\t:: power density function"
! "\n%c basic message objects" "\nnop\t\t:: a no-operation" "\nlister\t\t:: stores lists" --- 73,79 ---- "\ntavg~\t\t:: outputs average of a signal between two bangs" "\nenvrms~\t\t:: an env~-object that ouputs rms instead of db" ! "\npdf~\t\t:: power density function", HEARTSYMBOL);
! post("\n%c basic message objects" "\nnop\t\t:: a no-operation" "\nlister\t\t:: stores lists" *************** *** 89,96 **** "\nrepeat\t\t:: repeat a message" "\nsegregate\t:: sort inputs by type" ! "\n.\t\t:: scalar multiplication of vectors (lists of floats)" ! ! "\n%c advanced message objects"
"\ntabread4\t:: 4-point interpolating table-read object" "\ntabdump\t\t:: dump the table as a list" --- 91,97 ---- "\nrepeat\t\t:: repeat a message" "\nsegregate\t:: sort inputs by type" ! "\n.\t\t:: scalar multiplication of vectors (lists of floats)", HEARTSYMBOL);
+ post("\n%c advanced message objects" "\ntabread4\t:: 4-point interpolating table-read object" "\ntabdump\t\t:: dump the table as a list" *************** *** 110,117 **** "\nwrap\t\t:: wrap a floating number between 2 limits" "\nurn\t\t:: unique random numbers" ! "\noperating_system\t:: information on the OS"
! "\n\n(l) forum::für::umläute except where indicated (%c)\n" ! "this software is under the GnuGPL that is provided with these files", HEARTSYMBOL, HEARTSYMBOL, HEARTSYMBOL, HEARTSYMBOL, HEARTSYMBOL, HEARTSYMBOL, HEARTSYMBOL, HEARTSYMBOL, HEARTSYMBOL, HEARTSYMBOL, HEARTSYMBOL, HEARTSYMBOL); }
--- 111,118 ---- "\nwrap\t\t:: wrap a floating number between 2 limits" "\nurn\t\t:: unique random numbers" ! "\noperating_system\t:: information on the OS", HEARTSYMBOL);
! post("\n\n(l) forum::für::umläute except where indicated\n" ! "this software is under the GnuGPL that is provided with these files"); }