[PD-cvs] externals/grill/flext/tutorial/stk2 main.cpp,1.4,1.5

Thomas Grill xovo at users.sourceforge.net
Fri Sep 22 11:20:23 CEST 2006


Update of /cvsroot/pure-data/externals/grill/flext/tutorial/stk2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3262/tutorial/stk2

Modified Files:
	main.cpp 
Log Message:
small fixes for tutorial examples
fixed help methods
fixed typos, dates, contact info
added typed flext::NewAligned


Index: main.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/tutorial/stk2/main.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** main.cpp	30 Aug 2005 10:54:36 -0000	1.4
--- main.cpp	22 Sep 2006 09:20:21 -0000	1.5
***************
*** 2,6 ****
  flext tutorial - stk 2
  
! Copyright (c) 2002,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.  
--- 2,6 ----
  flext tutorial - stk 2
  
! Copyright (c) 2002-2006 Thomas Grill (gr at grrrr.org)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
***************
*** 23,27 ****
  
  #if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 401)
! #error You need at least flext version 0.4.1
  #endif
  
--- 23,27 ----
  
  #if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 401)
! #error You need at least flext version 0.4.1 with STK support
  #endif
  





More information about the Pd-cvs mailing list