⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 aumix-2.8 源碼下載
💻
📖 第 1 页 / 共 4 页
字号:
$Aumix: aumix/ChangeLog,v 1.30 2002/11/25 01:31:29 trevor Exp $1993-10-23 - version 0.11993-11-28 - version 0.2- doesn't assume existence of any device (volume, bass, etc)- some minor bug fixes- some bug fixes to work correctly with SB Pro- should now work correctly when multiple copies are run simultaneously1996-08-23 - version 1.0- added command-line interface1996-09-02 - version 1.1- fewer colors and no border to simplify full-screen interface- knobs are highlighted as you move to them, then brighten and  leave a trail behind when you adjust them- horizontal knobs drawn with same characters as vertical ones- vertical controls spaced more closely so they fit in 80 columns- use of "<" and ">" for cursor motion, and "q" to quit program- use of tab, "+" and "-" keys shown on help line- added "h" option for command line1996-09-07 - version 1.2- two banks of horizontal controls, no special treatment of  volume, bass, and treble (layout idea borrowed from CAM), so  labels don't have to be jammed together- record/play indicators now show the letters "R" and "P"  rather than just a red or green square, so they should be  more self-explanatory and more monochrome-friendly- added use of "[" and "]" keys to set controls to 0% or 100%1996-09-13 - version 1.3- added gpm mouse support by incorporating code from rmev.c by  Alessandro Rubini (packaged with gpm)- added Quit button for use with mouse- changed color of controls from white to cyan/green so the gpm  cursor would be more visible- added keys "Q" and ctrl-D to quit from program- removed use of two different graphic characters to show controls in use  or not in use1996-12-02 - version 1.4- added -b, -t, -s, and -m options (Kenn Humborg and Dan Fandrich)- moved printf statements after the ioctl call, since this makes more  sense if the ioctl fails (Kenn Humborg)- changed layout to allow for balance controls, and added them (Trevor Johnson)- eliminated "level" array: levels are now read by ioctl so changes by other  processes system-wide will be properly reflected (Trevor Johnson)- conditional compilation: GPM now optional, and interactive mode can be  disabled entirely (Trevor Johnson)1996-12-06 - version 1.5- "q" options for command line to print settings without changing (Jeff Spirko)- command-line section modularized for compactness (Trevor Johnson)- widened controls in interactive mode for greater precision in setting and  reading (Trevor Johnson)- balance controls get redrawn after levels adjusted (Trevor Johnson)- added command-line options for imix, PCM2, reclev, igain, ogain, line1,  line2 and line3 (Trevor Johnson)1996-12-15 - version 1.6- ability to save settings to a file and load them in again- option to use a restricted character set in interactive mode, when IBM  graphic characters are not available- support for second mixer- changed meaning of "<" and ">" keys (now same as Tab or Enter)- "," and "." function synonymously with "<" and ">" so users need not shift  when using US keyboard- prettified device names removed, to save space and to allow for future  changes to the sound driver- added labels for banks of level and balance controls- record/play information updated more often- record/play information gets printed on query1996-12-17 - version 1.6.1- fixed problem with conditional compilation1997-05-30 - version 1.7- more efficient code for handling options (Jeff Spirko)- in full-screen mode, balance/level legend no longer so dim (Harley Silver)- try to load settings from alternate file if ~/.aumixrc can't be opened (Trevor  Johnson)- continue gracefully if settings file refers to nonexistent devices (Trevor  Johnson)- don't set balance controls to center when adjusting levels from the  keyboard (work is still needed here) (Trevor Johnson)1997-09-24- use ACS_ macros for special characters (Rainer Canavan)- don't use A_ALTCHARSET (Rainer Canavan)- build with GNU autoconf (from example by Alessandro Rubini)- use fputs() in Usage() (Trevor Johnson)- use bold attribute less (Trevor Johnson)- don't leave cursor on balance controls when adjusting levels (Trevor Johnson)1997-09-28- reorganize documentation to be more GNUish (Trevor Johnson)- use automake (Trevor Johnson)- change layout for new sound driver (Trevor Johnson)- change LoadSettings for new sound driver (Trevor Johnson)1997-10-07- About menu item for diagnostic info (Trevor Johnson)- Keys menu item to save space on main screen (Trevor Johnson)- position cursor better for xterm (Trevor Johnson)- change routines for loading and saving settings, for new sound driver (Trevor  Johnson)- don't use ACS_ macros, just use ASCII characters (Trevor Johnson)1997-10-11- added muting function (Trevor Johnson)- move cursor back by a space when setting record/play, levels or balance  (Trevor Johnson)1997-10-12 - version 1.8- update man page and README (Trevor Johnson)1997-12-27- small fixes to muting function (Trevor Johnson)- declare optarg so as to compile cleanly with gcc -ansi -pedantic (Trevor  Johnson)- restore getch() as an alternative to Gpm_Getch() and add some #ifdef GPM  statements (Trevor Johnson)- now compiles cleanly under FreeBSD 2.2.5- print usage info along with "error opening /dev/mixer" message (Trevor  Johnson)- added version[] and copyright[] arrays for the "what" utility (Trevor Johnson)- removed AboutBox() until it has more useful info to display (Trevor Johnson)1997-12-28- only display the mixer channels that really exist (Trevor Johnson)- fixed a bug where invalid mixer channels could be passed from MouseHandler()  and AdjustBalance() would try to adjust them (Trevor Johnson)- volume now gets updated when adjusting balance with the mouse (Trevor Johnson)- split DrawLevel() out of AdjustLevel() (Trevor Johnson)- show left and right levels with "L" and "R" -- looks a bit busy (Trevor  Johnson)- removed DrawHandles() (Trevor Johnson)- started work on making level controls wider and balance controls narrower  (Trevor Johnson)- automatically refresh display of channels another program has changed (Trevor  Johnson)1998-01-26- code contributed by Alessandro Rubini to simulate ncurses' halfdelay mode  with Gpm_Getch() (Alessandro Rubini)- fixed two problems in muting function (one caused by new  RefreshNewSettings()) (Trevor Johnson)1998-02-04- tidied up MouseHandler() (Trevor Johnson)- moved ncurses and gpm routines to separate header files (Trevor Johnson)1998-07-12 - version 1.9- got the separate files to compile (Trevor Johnson)1998-07-19 - version 1.9.1- fixed problem with "aumix -q" not giving output (Jim Diamond)- fixed problem in adjusting levels (Holger Kiel)- removed the hack for keeping controls from getting stuck (Trevor Johnson)- tidied up comments in gpm-xterm.h (Trevor Johnson)- updated AUTHORS file (Trevor Johnson)- fixed problem with -L option not initializing mixer (Trevor Johnson)1998-07-19 - version 1.9.2- removed Redraw function (Trevor Johnson)- widened level controls (Trevor Johnson)- KeysBox fixed, but only when using gpm (Trevor Johnson)1998-07-20 - version 1.9.3- corrected problem in moptindx that was causing wrong channels to be adjusted  when using command-line options (Philip Chong)- write out words in usage text instead of abbreviating (Trevor Johnson)- minor updates to man page (Trevor Johnson)1998-07-26 - version 1.9.4- removed some extra characters from version[] (Trevor Johnson)- changed LoadSettings() so it can read comma- or semicolon-delimited rc files  (G. Brubaker)- fixed bug where mixer wasn't initialized when running with the -S option only  (G. Brubaker)1998-08-05 - version 1.10- in KeysBox(), use getch() when not compiling with gpm (Jonathan H. Aseltine)- add #ifdef GPM to aumix_gpm.c (Jonathan H. Aseltine)- "L" and "R" markings in different color than "O" in interactive screen (Trevor  Johnson)- new configure.in largely generated by autoscan--shouldn't stumble on systems  which have curses.h but not ncurses.h (Trevor Johnson)- changed #ifdef GPM and #ifdef NCURSES to #if HAVE_LIBGPM and  #if HAVE_LIBNCURSES (Trevor Johnson)- remove colors from KeysBox() (Trevor Johnson)- added "R" and "P" options for toggling record/play from command line (Trevor  Johnson)1998-08-11 - version 1.11- don't show usage on errors (Trevor Johnson)- kludged Makefile.in for people who don't have automake (Trevor Johnson)- LoadSettings(), SaveSettings(), InitMixer() and SetShowNoninter() changed  from void to int, with return value used for error messages (G. Brubaker)- printing of error messages moved from InitMixer() to new ExitIfError() (G.  Brubaker)- InitMixer() renamed to InitializeMixer() (Trevor Johnson)- new MixerStatus() function (G. Brubaker)- new ReadWriteMixer() function (G. Brubaker)- new OpenDefaultFile() function (G. Brubaker)- minor addition to KeysBox() display (Trevor Johnson)1998-08-11- internationalization (Arkadiusz Mi秌iewicz)- text for the Polish language (Arkadiusz Mi秌iewicz)1998-08-22 - version 1.12- calling refresh() without initializing screen gives segfault--fixed (Bill  Nottingham)- change getopt() string to avoid "option requires an argument -- S" error  (David Reviejo)- remove some special cases from InitializeMixer() (Trevor Johnson)1998-08-25- rewrote internationalization (Arkadiusz Mi秌iewicz)- fixed -d option (Arkadiusz Mi秌iewicz)- print usage when called as "aumix -" or "aumix nonsense" (Arkadiusz  Mi秌iewicz)1998-08-26- further fixes to -d option (was still giving segfault) (Arkadiusz  Mi秌iewicz)- Inter() rewritten as ReadInteractiveKeys() (Arkadiusz Mi秌iewicz)- fixed ReadInteractiveKeys() when called as "aumix -some_good_options -I"  (Arkadiusz Mi秌iewicz)1998-08-30- updated BUGS, TODO, and README (Arkadiusz Mi秌iewicz)- fixed problem with KeysBox() returning without waiting when gpm support is  compiled in but program is run remotely (Arkadiusz Mi秌iewicz)- unmuting "hardware mute" in ALSA driver support (Arkadiusz Mi秌iewicz)- checking if alsa-lib is available automatically (Arkadiusz Mi秌iewicz)- gettext detection via configure script (Arkadiusz Mi秌iewicz)- added --without-gpm and --without-ncurses options to configure script  (Arkadiusz Mi秌iewicz)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -