2011-03-25 18:45:13 +00:00
|
|
|
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
|
2012-06-05 17:20:27 +00:00
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
2011-03-25 18:45:13 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
2014-10-05 15:29:59 +00:00
|
|
|
* Removed all the recsrc code.
|
2011-03-25 18:45:13 +00:00
|
|
|
|
|
|
|
* 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 ;-)
|
|
|
|
|