File: README

package info (click to toggle)
mixer.app 1.8.0-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, sid, stretch, wheezy
  • size: 224 kB
  • ctags: 67
  • sloc: cpp: 589; makefile: 28
file content (75 lines) | stat: -rw-r--r-- 2,664 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75

                       Mixer.app
            <http://www.fukt.bth.se/~per/mixer/>

                      by Per Liden
                    <per@fukt.bth.se>


Description
--------------------------------------------------------------
Mixer.app is a mixer utility for Linux/FreeBSD/OpenBSD systems.
It is designed to be docked in Window Maker. This utility has
three volume controllers that can be configured to handle any
sound source, the default sources are master-, cd- and pcm-volume.
Sound sources can easily be muted and there is also wheel mouse
support.


Hints
--------------------------------------------------------------
Error led:
	If the led on Mixer.app is red an error message has 
	been printed to stderr and something is not working 
	correctly. If the led is green everything is working ok.

Mute:
	Right click on a volume controller to mute the sound
	source. The button will then have a red led in one corner.
	Right click again to restore the volume. If a muted sound
	source is modified by another application Mixer.app will 
	automaticaly release its muted state.

Wheel mouse:
	If you have a wheel mouse (where the wheel is configured as 
	Button4 and Button5) you can control the volume by just moving
	the mouse over Mixer.app and roll the wheel up and down. Use 
	the command line option -w to specify which slider that should 
	react to the wheel movement.

Label:
	If you run multiple instances of Mixer.app you might want
	to be able to tell them apart. This can easily be done
	by setting a label to each one of them. By using the -l
	option you can add a little text label at the bottom of
	the mixer.

Save volume settings:
	Use the option -s or -S <file> if you want the volume 
	settings to be saved when Mixer.app exits, and then 
	loaded again when Mixer.app is started the next time.
	When using -s the settings are saved in/loaded from
	~/GNUstep/Defaults/Mixer. Use the -S <file> option
	if you want to use a different file. 

Bugs
--------------------------------------------------------------
If you discover any bugs in this software, please send a 
bugreport to per@fukt.bth.se and describe the problem.


Special thanks to
--------------------------------------------------------------
David Sauer <davids@iol.cz>
Theo Schlossnagle <theo@omniti.com>
Alban Hertroys <dalroi@wit401310.student.utwente.nl>


Copyright
--------------------------------------------------------------
Mixer.app is copyright (c) 1998-2002 by Per Liden and is 
licensed through the GNU General Public License. Read the 
COPYING file for the complete license.

Minor parts of this code were taken from asmixer by Rob Malda
(malda@slashdot.org)