Mercurial > hg > svgui
comparison widgets/Fader.cpp @ 233:8c00a4d4fc69
* doc updates
author | Chris Cannam |
---|---|
date | Fri, 30 Mar 2007 17:16:48 +0000 |
parents | 5b7472db612b |
children | 1fe7951a61e8 |
comparison
equal
deleted
inserted
replaced
232:5de07bba4676 | 233:8c00a4d4fc69 |
---|---|
23 */ | 23 */ |
24 | 24 |
25 /** | 25 /** |
26 * Hydrogen | 26 * Hydrogen |
27 * Copyright(c) 2002-2005 by Alex >Comix< Cominu [comix@users.sourceforge.net] | 27 * Copyright(c) 2002-2005 by Alex >Comix< Cominu [comix@users.sourceforge.net] |
28 * | |
29 * http://www.hydrogen-music.org | 28 * http://www.hydrogen-music.org |
30 * | |
31 * This program is free software; you can redistribute it and/or modify | |
32 * it under the terms of the GNU General Public License as published by | |
33 * the Free Software Foundation; either version 2 of the License, or | |
34 * (at your option) any later version. | |
35 * | |
36 * This program is distributed in the hope that it will be useful, | |
37 * but WITHOUT ANY WARRANTY, without even the implied warranty of | |
38 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
39 * GNU General Public License for more details. | |
40 * | |
41 * You should have received a copy of the GNU General Public License | |
42 * along with this program; if not, write to the Free Software | |
43 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
44 */ | 29 */ |
45 | 30 |
46 | 31 |
47 #include "Fader.h" | 32 #include "Fader.h" |
48 | 33 |