00001 /*************************************************************************** 00002 * 00003 * ::::_audioeditor_:::: 00004 * a simple multitrack audio editor 00005 * 00006 * globaldefines 00007 * header file 00008 * 00009 * begin : Jan 2006 00010 * copyright : (C) 2006 by Georg Holzmann 00011 * email : grh@mur.at 00012 * 00013 * This program is free software; you can redistribute it and/or modify 00014 * it under the terms of the GNU General Public License as published by 00015 * the Free Software Foundation; either version 2 of the License, or 00016 * (at your option) any later version. 00017 * 00018 ***************************************************************************/ 00019 00020 #ifndef GLOBALDEFINES_H__ 00021 #define GLOBALDEFINES_H__ 00022 00030 #define DEFAULT_SAMPLERATE 44100 00031 00033 #define DEFAULT_BUFSIZE 128 00034 00040 typedef long Position; 00041 00042 #endif // GLOBALDEFINES_H__