From d2eec74a4d8c21aad495ba61539486b24d7ab8dc Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Wed, 9 Oct 2002 10:19:04 +0000 Subject: moved from zexy/zexy to zexy svn path=/trunk/externals/zexy/; revision=169 --- src/zexy.h | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/zexy.h (limited to 'src/zexy.h') diff --git a/src/zexy.h b/src/zexy.h new file mode 100644 index 0000000..95d760d --- /dev/null +++ b/src/zexy.h @@ -0,0 +1,45 @@ +/* ********************************************** */ +/* the ZEXY external */ +/* ********************************************** */ +/* forum::für::umläute */ +/* ********************************************** */ + +/* the ZEXY external is a runtime-library for miller s. puckette's realtime-computermusic-software "pure data" + * therefore you NEED "pure data" to make any use of the ZEXY external + * (except if you want to use the code for other things) + * download "pure data" at + + http://iem.kug.ac.at/pd + ftp://iem.kug.ac.at/pd + + * + * if you are looking for the latest release of the ZEXY-external you should have another look at + + ftp://iem.kug.ac.at/pd/Externals/ZEXY + + * + * ZEXY is published under the GNU GeneralPublicLicense, that must be shipped with ZEXY. + * if you are using Debian GNU/linux, the GNU-GPL can be found under /usr/share/common-licenses/GPL + * if you still haven't found a copy of the GNU-GPL, have a look at http://www.gnu.org + * + * "pure data" has it's own license, that comes shipped with "pure data". + * + * there are ABSOLUTELY NO WARRANTIES for anything + */ + +#ifndef INCLUDE_ZEXY_H__ +#define INCLUDE_ZEXY_H__ + +#include "m_pd.h" + +#define VERSION "1P2" + +#ifdef NT +/* yes, we have beautiful hearts under NT */ +#define HEARTSYMBOL 3 +#else +/* but none for linux; indeed the only drawback */ +#define HEARTSYMBOL 64 +#endif + +#endif -- cgit v1.2.1