forked from nicklan/pnmixer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
29 lines (20 loc) · 1020 Bytes
/
NEWS
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
Friday 28 August 2009 -
Initial version created/realesed based on the code from AbsVolume,
which was written by Paul Sherman and Rob Eberts.
Changes from the previous program which have taken place include;
- New UI similar to gnomes mixer applet.
- New callbacks such as close/hide when focus is lost.
- Mixer now uses the master control to enable compatibility
with pulse audio as well as alsa.
- New Icons which indicate if mute is enabled
- Program now calls pavucontrol rather than alsa mixer but
this will be configurable in future versions.
Thursday 03 September 2009 -
Changes from the previous version;
- This application now interfaces with ALSA rather than OSS as
the oss mixer device will not allow access to theu range of
the Master volume channel in future versions of ubuntu.
- As interfacing with ALSA slows the application down, volume
changes now only take affect when the scale is released.
Changes to come;
- Interface with GLib to provide graphical configurtion.