comparison widgets/Fader.h @ 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
19 * Horizontal audio fader and meter widget. 19 * Horizontal audio fader and meter widget.
20 * Based on the vertical fader and meter widget from: 20 * Based on the vertical fader and meter widget from:
21 * 21 *
22 * Hydrogen 22 * Hydrogen
23 * Copyright(c) 2002-2005 by Alex >Comix< Cominu [comix@users.sourceforge.net] 23 * Copyright(c) 2002-2005 by Alex >Comix< Cominu [comix@users.sourceforge.net]
24 *
25 * http://www.hydrogen-music.org 24 * http://www.hydrogen-music.org
26 *
27 * This program is free software; you can redistribute it and/or modify
28 * it under the terms of the GNU General Public License as published by
29 * the Free Software Foundation; either version 2 of the License, or
30 * (at your option) any later version.
31 *
32 * This program is distributed in the hope that it will be useful,
33 * but WITHOUT ANY WARRANTY, without even the implied warranty of
34 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35 * GNU General Public License for more details.
36 *
37 * You should have received a copy of the GNU General Public License
38 * along with this program; if not, write to the Free Software
39 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
40 *
41 * $Id: Fader.h,v 1.14 2005/08/10 08:03:30 comix Exp $
42 */ 25 */
43 26
44 27
45 #include <string> 28 #include <string>
46 #include <iostream> 29 #include <iostream>