aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/source/play.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2006-11-02 00:27:23 +0000
committerThomas Grill <xovo@users.sourceforge.net>2006-11-02 00:27:23 +0000
commit8342ab77f5be792054a9168ef3c0494dbee99ce5 (patch)
tree6b4b5b1d538b9316210ac7449e329ed98f3922a7 /externals/grill/xsample/source/play.cpp
parent6f18843653284cc93d89c0a1f8797c5601358575 (diff)
use branch hints
small fixes update for new flext callback naming updated docs svn path=/trunk/; revision=6211
Diffstat (limited to 'externals/grill/xsample/source/play.cpp')
-rw-r--r--externals/grill/xsample/source/play.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/xsample/source/play.cpp b/externals/grill/xsample/source/play.cpp
index 69f37cc3..f3fdaab1 100644
--- a/externals/grill/xsample/source/play.cpp
+++ b/externals/grill/xsample/source/play.cpp
@@ -1,7 +1,7 @@
/*
xsample - extended sample objects for Max/MSP and pd (pure data)
-Copyright (c) 2001-2005 Thomas Grill (gr@grrrr.org)
+Copyright (c) 2001-2006 Thomas Grill (gr@grrrr.org)
For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "license.txt," in this distribution.
*/
@@ -117,7 +117,7 @@ void xplay::m_help()
#ifdef FLEXT_DEBUG
post("compiled on " __DATE__ " " __TIME__);
#endif
- post("(C) Thomas Grill, 2001-2005");
+ post("(C) Thomas Grill, 2001-2006");
#if FLEXT_SYS == FLEXT_SYS_MAX
post("Arguments: %s [channels=1] [buffer]",thisName());
#else