1wmsmixer - A mixer designed for WindowMaker with scrollwheel support
2Copyright (C) 2003  Damian Kramer <psiren@hibernaculum.net>
3Copyright (C) 1998  Sam Hawker <shawkie@geocities.com>
4This software comes with ABSOLUTELY NO WARRANTY
5This software is free software, and you are welcome to redistribute it
6under certain conditions
7See the COPYING file for details.
8
9  This program is free software; you can redistribute it and/or modify
10  it under the terms of the GNU General Public License as published by
11  the Free Software Foundation; either version 2 of the License, or
12  (at your option) any later version.
13
14  This program is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  GNU General Public License for more details.
18
19  You should have received a copy of the GNU General Public License
20  along with this program; if not, write to the Free Software
21  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22
23
24
25To install:
26
27xmkmf
28make
29make install
30
31
32You probably want to read the README.wmmixer file too. Most of that
33applies to this program, apart from the recsrc code which has been
34removed.
35
36The main changes between this and wmmixer are:
37
38* Added scrollwheel support. If your scrollwheel is mapped to buttons
39  4 and 5, using it will increase/decrease the volume of the current
40  channel.
41
42* Removed all the recsrc code.
43
44* Changed the display arrangement slightly, and replaced the recsrc
45  button with a numeric/text display.
46
47* Added the setname configuration option, which allows you to give a
48  different channel name (4 chars max) to the built in one if you
49  wish.
50
51* Clicking on the channel icon will briefly display the text name for the
52  channel. This is also displayed when you switch channels.
53
54* Mono channels have one wide bar rather than two thinner ones.
55
56* Changed some icons, and added a few new ones. Several icons are
57  still to be created. Any submissions are always welcome.
58
59
60Please report any bugs to me <psiren@hibernaculum.net>, rather
61than Sam Hawker. I'm sure he doesn't want to go fixing my cockups ;-)
62
63