[PD-cvs] pd/extra/fiddle~ fiddle~.c,1.3,1.4 makefile,1.5,1.6

Miller Puckette millerpuckette at users.sourceforge.net
Mon Sep 6 22:20:30 CEST 2004


Update of /cvsroot/pure-data/pd/extra/fiddle~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9652/extra/fiddle~

Modified Files:
	fiddle~.c makefile 
Log Message:
checking in version 0.38test5.

Oops, I realize I forgot some more nice files, will add them and re-commit.



Index: fiddle~.c
===================================================================
RCS file: /cvsroot/pure-data/pd/extra/fiddle~/fiddle~.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** fiddle~.c	23 Sep 2003 00:18:13 -0000	1.3
--- fiddle~.c	6 Sep 2004 20:20:27 -0000	1.4
***************
*** 1126,1130 ****
      else if (npitch > MAXNPITCH) npitch = MAXNPITCH;
      if (npeakanal && !npitch) npitch = 1;
! 
      if (!sigfiddle_setnpoints(x, npoints))
      {
--- 1126,1131 ----
      else if (npitch > MAXNPITCH) npitch = MAXNPITCH;
      if (npeakanal && !npitch) npitch = 1;
!     if (!npoints)
!     	npoints = DEFAULTPOINTS;
      if (!sigfiddle_setnpoints(x, npoints))
      {

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/pd/extra/fiddle~/makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** makefile	22 Feb 2004 16:21:29 -0000	1.5
--- makefile	6 Sep 2004 20:20:27 -0000	1.6
***************
*** 61,67 ****
  .SUFFIXES: .pd_linux
  
! LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
!     -Wall -W -Wshadow -Wstrict-prototypes -Werror \
!     -Wno-unused -Wno-parentheses -Wno-switch
  
  LINUXINCLUDE =  -I../../src
--- 61,67 ----
  .SUFFIXES: .pd_linux
  
! LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer  -fPIC \
!     -Wall -W -Wshadow -Wstrict-prototypes  \
!     -Wno-unused -Wno-parentheses -Wno-switch $(CFLAGS)
  
  LINUXINCLUDE =  -I../../src





More information about the Pd-cvs mailing list