WMMixer (development version)
- About
WMMixer is a mixer program written in C with the WINGs library which is provided with the Window manager WindowMaker (www.windowmaker.org).
- Install
Installation is very simple:
- tar -zxvf WMMixer-X_X.tar.gz (you probably already did this because
you are reading this)
- make
- make install (see below)
- make autostore (see below)
You can also copy the file wmmixer your self to e.g. /usr/local/bin or some place where your PATH env. is pointing to.
Automatic store/restore of settings:
With the command options -Setv and -Getv you can set and get the mixer settings.
These settings are then read from or write to a file (~/.wmmixer.rc).
If you put the command:
wmmixer -Setv
in your startup script (e.g. ~/GNUstep/Library/WindowMaker/autostart) and
wmmixer -Getv
in your shutdown script (e.g. ~/GNUstep/Library/WindowMaker/exitscript)
your mixer settings are automaticly loaded at startup and tored at shutdown.
Note: With these parameters wmmixer won't start-up in graphic mode.
This can also be done with:
- make autostore
Bug Reports:
Questions about the program and bug reports goes to <ariessen@worldonline.nl> with subject 'wmmixer'.
- Copyright
Copyright (C) 1999 Arnoud van Riessen
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
See the file COPYING for the complete copyrights.
EOD.
