[PD-cvs] externals/grill/xsample/source groove.cpp,1.22,1.23 inter.cpp,1.6,1.7 inter.h,1.7,1.8 main.cpp,1.14,1.15 main.h,1.25,1.26 play.cpp,1.8,1.9 record.cpp,1.14,1.15

xovo at users.sourceforge.net xovo at users.sourceforge.net
Sun Feb 8 04:40:50 CET 2004


Update of /cvsroot/pure-data/externals/grill/xsample/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11780/source

Modified Files:
	groove.cpp inter.cpp inter.h main.cpp main.h play.cpp 
	record.cpp 
Log Message:
 ""

Index: groove.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/xsample/source/groove.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** groove.cpp	3 Sep 2003 02:37:43 -0000	1.22
--- groove.cpp	8 Feb 2004 03:40:47 -0000	1.23
***************
*** 3,7 ****
  xsample - extended sample objects for Max/MSP and pd (pure data)
  
! Copyright (c) 2001-2003 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
--- 3,7 ----
  xsample - extended sample objects for Max/MSP and pd (pure data)
  
! Copyright (c) 2001-2004 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
***************
*** 807,811 ****
  	post("compiled on " __DATE__ " " __TIME__);
  #endif
! 	post("(C) Thomas Grill, 2001-2003");
  #if FLEXT_SYS == FLEXT_SYS_MAX
  	post("Arguments: %s [channels=1] [buffer]",thisName());
--- 807,811 ----
  	post("compiled on " __DATE__ " " __TIME__);
  #endif
! 	post("(C) Thomas Grill, 2001-2004");
  #if FLEXT_SYS == FLEXT_SYS_MAX
  	post("Arguments: %s [channels=1] [buffer]",thisName());

Index: inter.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/xsample/source/inter.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** inter.cpp	6 Jun 2003 02:37:17 -0000	1.6
--- inter.cpp	8 Feb 2004 03:40:47 -0000	1.7
***************
*** 3,7 ****
  xsample - extended sample objects for Max/MSP and pd (pure data)
  
! Copyright (c) 2001-2003 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
--- 3,7 ----
  xsample - extended sample objects for Max/MSP and pd (pure data)
  
! Copyright (c) 2001-2004 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  

Index: inter.h
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/xsample/source/inter.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** inter.h	3 Sep 2003 02:37:43 -0000	1.7
--- inter.h	8 Feb 2004 03:40:47 -0000	1.8
***************
*** 3,7 ****
  xsample - extended sample objects for Max/MSP and pd (pure data)
  
! Copyright (c) 2001-2003 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
--- 3,7 ----
  xsample - extended sample objects for Max/MSP and pd (pure data)
  
! Copyright (c) 2001-2004 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  

Index: main.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/xsample/source/main.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** main.cpp	3 Aug 2003 02:49:47 -0000	1.14
--- main.cpp	8 Feb 2004 03:40:47 -0000	1.15
***************
*** 3,7 ****
  xsample - extended sample objects for Max/MSP and pd (pure data)
  
! Copyright (c) 2001-2003 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
--- 3,7 ----
  xsample - extended sample objects for Max/MSP and pd (pure data)
  
! Copyright (c) 2001-2004 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
***************
*** 19,23 ****
      flext::post("");
  	flext::post("  xrecord~, xplay~, xgroove~   ");
!     flext::post("  (C)2001-2003 Thomas Grill    ");
  #ifdef FLEXT_DEBUG
      flext::post("          DEBUG BUILD          ");
--- 19,23 ----
      flext::post("");
  	flext::post("  xrecord~, xplay~, xgroove~   ");
!     flext::post("  (C)2001-2004 Thomas Grill    ");
  #ifdef FLEXT_DEBUG
      flext::post("          DEBUG BUILD          ");

Index: main.h
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/xsample/source/main.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** main.h	12 Dec 2003 22:55:45 -0000	1.25
--- main.h	8 Feb 2004 03:40:47 -0000	1.26
***************
*** 3,7 ****
  xsample - extended sample objects for Max/MSP and pd (pure data)
  
! Copyright (c) 2001-2003 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
--- 3,7 ----
  xsample - extended sample objects for Max/MSP and pd (pure data)
  
! Copyright (c) 2001-2004 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
***************
*** 13,17 ****
  
  
! #define XSAMPLE_VERSION "0.3.0pre16"
  
  
--- 13,17 ----
  
  
! #define XSAMPLE_VERSION "0.3.0pre17"
  
  
***************
*** 162,166 ****
  	BL bufchk();
  
! 	V mg_buffer(AtomList &l) { if(buf) { l(1); SetSymbol(l[0],buf->Symbol()); } else l(); }
  	inline V ms_buffer(const AtomList &l) { m_set(l.Count(),l.Atoms()); }
  
--- 162,166 ----
  	BL bufchk();
  
! 	V mg_buffer(AtomList &l) { if(buf && buf->Symbol()) { l(1); SetSymbol(l[0],buf->Symbol()); } else l(); }
  	inline V ms_buffer(const AtomList &l) { m_set(l.Count(),l.Atoms()); }
  

Index: play.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/xsample/source/play.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** play.cpp	11 Feb 2003 04:37:00 -0000	1.8
--- play.cpp	8 Feb 2004 03:40:47 -0000	1.9
***************
*** 3,7 ****
  xsample - extended sample objects for Max/MSP and pd (pure data)
  
! Copyright (c) 2001-2003 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
--- 3,7 ----
  xsample - extended sample objects for Max/MSP and pd (pure data)
  
! Copyright (c) 2001-2004 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
***************
*** 110,114 ****
  	post("compiled on " __DATE__ " " __TIME__);
  #endif
! 	post("(C) Thomas Grill, 2001-2003");
  #if FLEXT_SYS == FLEXT_SYS_MAX
  	post("Arguments: %s [channels=1] [buffer]",thisName());
--- 110,114 ----
  	post("compiled on " __DATE__ " " __TIME__);
  #endif
! 	post("(C) Thomas Grill, 2001-2004");
  #if FLEXT_SYS == FLEXT_SYS_MAX
  	post("Arguments: %s [channels=1] [buffer]",thisName());

Index: record.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/xsample/source/record.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** record.cpp	19 Nov 2003 03:37:40 -0000	1.14
--- record.cpp	8 Feb 2004 03:40:47 -0000	1.15
***************
*** 3,7 ****
  xsample - extended sample objects for Max/MSP and pd (pure data)
  
! Copyright (c) 2001-2003 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
--- 3,7 ----
  xsample - extended sample objects for Max/MSP and pd (pure data)
  
! Copyright (c) 2001-2004 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
***************
*** 475,479 ****
  	post("compiled on " __DATE__ " " __TIME__);
  #endif
! 	post("(C) Thomas Grill, 2001-2003");
  #if FLEXT_SYS == FLEXT_SYS_MAX
  	post("Arguments: %s [channels=1] [buffer]",thisName());
--- 475,479 ----
  	post("compiled on " __DATE__ " " __TIME__);
  #endif
! 	post("(C) Thomas Grill, 2001-2004");
  #if FLEXT_SYS == FLEXT_SYS_MAX
  	post("Arguments: %s [channels=1] [buffer]",thisName());





More information about the Pd-cvs mailing list