[PD] need to kill pd? I would rather quit...

Krzysztof Czaja czaja at chopin.edu.pl
Sun Mar 24 12:51:30 CET 2002


hi,

_at least_ this patch is needed to enable restarting test15 after quitting:

--- s_inter.c~	Fri Mar 22 01:49:52 2002
+++ s_inter.c	Sun Mar 24 12:39:56 2002
@@ -538,7 +538,7 @@
  	    	  "'networking' turned on (see Pd's html doc for details.)\n");
  		exit(1);
      	    }
-    	    server.sin_port = ++portno;
+    	    server.sin_port = htons((unsigned short)++portno);

Krzysztof

btw:

--- g_graph.c~	Wed Mar 13 17:16:44 2002
+++ g_graph.c	Sun Mar 24 11:36:50 2002
@@ -688,11 +688,11 @@
      		    i++, f += x->gl_ytick.k_inc)
      	    {
      		int tickpix = (i % x->gl_ytick.k_lperb ? 2 : 4);
-    		sys_vgui(".x%x.c create line %d %d %d %d -tags %f\n",
+    		sys_vgui(".x%x.c create line %d %d %d %d -tags %s\n",

Miller Puckette wrote:
...
 > it.  As always, you feedback is welcome!




More information about the Pd-list mailing list