63 lines
2.1 KiB
Plaintext
63 lines
2.1 KiB
Plaintext
|
wmsmixer - A mixer designed for WindowMaker with scrollwheel support
|
||
|
Copyright (C) 2003 Damian Kramer <psiren@hibernaculum.net>
|
||
|
Copyright (C) 1998 Sam Hawker <shawkie@geocities.com>
|
||
|
This software comes with ABSOLUTELY NO WARRANTY
|
||
|
This software is free software, and you are welcome to redistribute it
|
||
|
under certain conditions
|
||
|
See the COPYING file for details.
|
||
|
|
||
|
This program is free software; you can redistribute it and/or modify
|
||
|
it under the terms of the GNU General Public License as published by
|
||
|
the Free Software Foundation; either version 2 of the License, or
|
||
|
(at your option) any later version.
|
||
|
|
||
|
This program is distributed in the hope that it will be useful,
|
||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
GNU General Public License for more details.
|
||
|
|
||
|
You should have received a copy of the GNU General Public License
|
||
|
along with this program; if not, write to the Free Software
|
||
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||
|
|
||
|
|
||
|
|
||
|
To install:
|
||
|
|
||
|
xmkmf
|
||
|
make
|
||
|
make install
|
||
|
|
||
|
|
||
|
You probably want to read the README.wmmixer file too. Most of that
|
||
|
applies to this program, apart from the recsrc code which has been
|
||
|
removed.
|
||
|
|
||
|
The main changes between this and wmmixer are:
|
||
|
|
||
|
* Added scrollwheel support. If your scrollwheel is mapped to buttons
|
||
|
4 and 5, using it will increase/decrease the volume of the current
|
||
|
channel.
|
||
|
|
||
|
* Removed all the recsrc code.
|
||
|
|
||
|
* Changed the display arrangement slightly, and replaced the recsrc
|
||
|
button with a numeric/text display.
|
||
|
|
||
|
* Added the setname configuration option, which allows you to give a
|
||
|
different channel name (4 chars max) to the built in one if you
|
||
|
wish.
|
||
|
|
||
|
* Clicking on the channel icon will briefly display the text name for the
|
||
|
channel. This is also displayed when you switch channels.
|
||
|
|
||
|
* Mono channels have one wide bar rather than two thinner ones.
|
||
|
|
||
|
* Changed some icons, and added a few new ones. Several icons are
|
||
|
still to be created. Any submissions are always welcome.
|
||
|
|
||
|
|
||
|
Please report any bugs to me <psiren@hibernaculum.net>, rather
|
||
|
than Sam Hawker. I'm sure he doesn't want to go fixing my cockups ;-)
|
||
|
|