aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/source/record.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2007-06-19 14:34:11 +0000
committerThomas Grill <xovo@users.sourceforge.net>2007-06-19 14:34:11 +0000
commitdacf7b607b9d0fda8b9a38b58dc97ce77b9ce3e9 (patch)
tree6516ed960ea9cf0c02ed7fb3886a483954c75e49 /externals/grill/xsample/source/record.cpp
parent681682b3efa84c7d6323a43bdda54616b39cd73c (diff)
use branch hints
added xcode 2.4 project fixed one-shot loop bang updated copyrights svn path=/trunk/; revision=7786
Diffstat (limited to 'externals/grill/xsample/source/record.cpp')
-rw-r--r--externals/grill/xsample/source/record.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/xsample/source/record.cpp b/externals/grill/xsample/source/record.cpp
index b8c8a9b0..07c94b45 100644
--- a/externals/grill/xsample/source/record.cpp
+++ b/externals/grill/xsample/source/record.cpp
@@ -1,7 +1,7 @@
/*
xsample - extended sample objects for Max/MSP and pd (pure data)
-Copyright (c) 2001-2006 Thomas Grill (gr@grrrr.org)
+Copyright (c) 2001-2007 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.
*/
@@ -452,7 +452,7 @@ void xrecord::m_help()
#ifdef FLEXT_DEBUG
post("compiled on " __DATE__ " " __TIME__);
#endif
- post("(C) Thomas Grill, 2001-2006");
+ post("(C) Thomas Grill, 2001-2007");
#if FLEXT_SYS == FLEXT_SYS_MAX
post("Arguments: %s [channels=1] [buffer]",thisName());
#else