[PD-cvs] externals/miXed/cyclone/hammer coll.c,1.2,1.3 comment.c,1.3,1.4 grab.c,1.1.1.1,1.2 sustain.c,1.1.1.1,1.2

krzyszcz at users.sourceforge.net krzyszcz at users.sourceforge.net
Thu Feb 19 23:23:19 CET 2004


Update of /cvsroot/pure-data/externals/miXed/cyclone/hammer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15203/cyclone/hammer

Modified Files:
	coll.c comment.c grab.c sustain.c 
Log Message:
many small improvements in toxy, plustot added

Index: coll.c
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/cyclone/hammer/coll.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** coll.c	11 Sep 2003 09:04:32 -0000	1.2
--- coll.c	19 Feb 2004 22:23:16 -0000	1.3
***************
*** 10,13 ****
--- 10,14 ----
  #include "hammer/file.h"
  
+ /* FIXME sort -1 -1, sort 1 crashes in pd large */
  /* FIXME sort crashes after (corrupt?) transfers from the editor */
  /* LATER make sure that ``reentrancy protection hack'' is really working... */

Index: comment.c
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/cyclone/hammer/comment.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** comment.c	5 Sep 2003 10:03:46 -0000	1.3
--- comment.c	19 Feb 2004 22:23:16 -0000	1.4
***************
*** 6,9 ****
--- 6,11 ----
  /* LATER think about pushing text to the text editor (ctrl-t)
     -- not easy, because we are not 'textedfor' */
+ /* LATER think about making the <Button> binding for the entire bbox,
+    instead of the text item, to ease the pain of resizing, somewhat. */
  
  #include <stdlib.h>

Index: grab.c
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/cyclone/hammer/grab.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** grab.c	23 May 2003 12:29:47 -0000	1.1.1.1
--- grab.c	19 Feb 2004 22:23:16 -0000	1.2
***************
*** 90,97 ****
      if (x->x_tograbbed)
      {
- 	t_inlet *ip;
  	int inno;
! 	x->x_tograbbed = obj_nexttraverseoutlet(x->x_tograbbed,
! 						&x->x_grabbed, &ip, &inno);
  	if (x->x_grabbed)
  	{
--- 90,96 ----
      if (x->x_tograbbed)
      {
  	int inno;
! 	x->x_tograbbed =
! 	    fragile_outlet_nextconnection(x->x_tograbbed, &x->x_grabbed, &inno);
  	if (x->x_grabbed)
  	{

Index: sustain.c
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/cyclone/hammer/sustain.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** sustain.c	23 May 2003 12:29:48 -0000	1.1.1.1
--- sustain.c	19 Feb 2004 22:23:16 -0000	1.2
***************
*** 24,27 ****
--- 24,28 ----
      if (pitch >= 0 && pitch < SUSTAIN_NPITCHES)
      {
+ 	/* CHECKED a plain note-off accumulator */
  	if (x->x_velocity || !x->x_switch)
  	{





More information about the Pd-cvs mailing list