📄 changelog.2
字号:
* interface/rtsyn.h: Bug fix about TWSYNTH. * interface/rtsyn_common.c: Fix timer of TWSYNTH.2003-10-23 mput <root@mput.dip.jp> * timidity/controls.h: Fix signedness for ctl->flags * timidity/timidity.c (main): Fix for getopt_long2003-10-14 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/readmidi.c: Fix around channel layer2003-10-12 Kentaro Sato <kentaro@ranvis.com> * timidity/rcp.c: RCP tempo gradation is supported.2003-10-11 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/playmidi.[ch], timidity/readmidi.c: Fix temperament control to fit with channel layer2003-10-10 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/playmidi.c, timidity/readmidi.c: Fix around channel layer (GS - maybe completed)2003-10-08 Takashi Iwai <tiwai@suse.de> * timidity/timidity.c: Fixed segfault or error with use of #extension opt. optind is reset before calling getopt_long() again.2003-10-08 TAMUKI Shoichi <tamuki@linet.gr.jp> * */Makefile.in, aclocal.m4, configure, configure.in, utils/getopt.c, utils/tmdy_getopt.h: Revert fix getopt_long problem in MinGW environment2003-10-08 Kentaro Sato <kentaro@ranvis.com> * timidity/playmidi.c: Fixed crash with --realtime-load when an instrument of the alternative bank is not defined. * timidity/readmidi.c: Returning an error from WRDTracer.start() now disables ME_SHERRY in addition to ME_WRD. Fixed ME_GSLCD to be handled correctly in trace mode.2003-10-08 mput <root@mput.dip.jp> * timidity/timidity.c (set_tim_opt_long): Bug fix2003-10-07 Takashi Iwai <tiwai@suse.de> * timidity/timidity.c: Clean up option handling.2003-10-07 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/playmidi.[ch], timidity/readmidi.[ch]: Fix around channel layer (to be continued) * timidity/newton_table.c: move to configs/msc-project.zip2003-10-07 Saito <saito2@digitalme.com> * timidity/newton_table.c: Add this file for VC. * utils/tmdy_getopt.h: Fix for VC.2003-10-07 skeishi <s_keishi@mutt.freemail.ne.jp> * utils/getopt.c, utils/tmdy_getopt.h: Fix getopt_long's problem in MINGW environment. * interface/rtsyn_winmm.c: Fix CPU usage rate of TWSYNTH.2003-10-04 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/playmidi.c, timidity/readmidi.c: Fix around channel layer (to be continued)2003-10-03 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/playmidi.[ch], timidity/readmidi.[ch]: Hack up around channel layer (to be continued) * timidity/timidity.c: Rewrite help a little Rename --effects -> --ext Rename -EFresample -> -EFresamp2003-10-03 mput <root@Mput.dip.jp> * timidity/Makefile.in: redo automake to fit with Iwai's commit2003-10-02 Takashi Iwai <tiwai@suse.de> * configure.in, timidity/Makefile.am, timidity/resample.c, timidity/resample.h, timidity/recache.c, timidity/timidity.c, timidity/timidity.h, timidity/playmidi.c, timidity/playmidi.h, timidity/calcnewt.c: Use functions instead of macros for resamplation. This doesn't make the operation slower (even somtimes faster!). The algorithm can be switched either by option --resample or -EFresample (i.e. dynamically changable on ncurses interface). The default algorighm is kept to gauss (defined in timidity.h). The behavior of -N option is now dependent on which algorithm is being chosen. -N0 for gauss and newton will switch to linear interpolation for keeping compatibility. The gauss interpolation is optimized a bit for the default case. It will give more chance for the compiler to make its job better. The newton coeff. table is included statically in the source code, which was calculated formerly by calcnewt.c.2003-10-01 mput <root@mput.dip.jp> * configure: autoreconf2003-10-01 Takashi Iwai <tiwai@suse.de> * timidity/optcode.c, timidity/optcode.h: Use macros instead of functions for imuldiv*() on generic architectures.2003-10-01 Takashi Iwai <tiwai@suse.de> * timidity/aRts_a.c, timidity/output.c: Removed arts2 output mode, which is identical with arts mode, indeed. Fixed wrong cast of pointer to integer. Fixed the detect function of aRts.2003-09-30 TAMUKI Shoichi <tamuki@linet.gr.jp> * configure.in: Change order of Tcl/Tk library version2003-09-29 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/playmidi.[ch], timidity/readmidi.c: Hack up around channel layer2003-09-26 Kentaro Sato <kentaro@ranvis.com> * timidity/readmidi.c: Replaced the previous patch mis-applied.2003-09-24 Kentaro Sato <kentaro@ranvis.com> * timidity/playmidi.c, timidity/readmidi.c: Fixed crash with --realtime-load (opt_realtime_playing).2003-09-21 Saito <timidity@flashmail.com> * timidity/w32_a.c: Add detect() functions. * interface/rtsyn_winmm.c: Fix around sleep().2003-09-21 Kentaro Sato <kentaro@ranvis.com> * timidity/readmidi.c (add_channel_layer, remove_channel_layer): Bug Fix2003-09-18 Takashi Iwai <tiwai@suse.de> * timidity/output.h, timidity/timidity.c, timidity/*_a.c: Added the detect callback to output record. It's used to check the availability of default device and fallback devices.2003-09-18 mput <root@mput.dip.jp> * timidity/playmidi.c (note_off): Bug fix SEGV-ing for non-existent instrument2003-09-16 Saito <timidity@flashmail.com> * utils/getopt.h: Fix around including unistd.h. * configs/msc-project.zip: Fix utils.dsp for getopt.c.2003-09-14 Eric A. Welsh <ewelsh@ccb.wustl.edu> * timidity/m2m.c (m2m_process_events): Bug Fix * timidity/m2m.c (vol_nonlin_to_lin): Bug Fix * timidity/mod2midi.c: Move all linear/non-linear MOD volume conversion stuff into m2m.c * timidity/playmidi.c (recompute_amp): Use linear volume curves when playing MOD files * timidity/playmidi.c (new_chorus_voice_alternate): Use IS_CURRENT_MOD_FILE to check for MOD file types instead of checking specifically for IS_MOD_FILE and IS_S3M_FILE2003-09-13 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c: Rewrite help a little2003-09-13 Kentaro Sato <kentaro@ranvis.com> * timidity/readmidi.c (recompute_insertion_effect): Bug fix.2003-09-12 Takashi Iwai <tiwai@suse.de> * timidity/playmidi.h, timidity/timidity.c, interface/alsaseq_c.c: Added --realtime-priority and --sequencer-ports options for ALSA sequencer interface. * Drop root privilege after chaging RT-priority. * Enable background option only when ALSA seq. interface is built in.2003-09-12 Eric A. Welsh <ewelsh@ccb.wustl.edu> * timidity/playmidi.c (new_chorus_voice_alternate): Revert surround chorus delay back again (to 0.003) (midi_drumpart_change): set/unset drumchannel info2003-09-12 mput <root@mput.dip.jp> * timidity/playmidi.c: Remove C++ style ``//'' comments2003-09-09 Eric A. Welsh <ewelsh@ccb.wustl.edu> * timidity/playmidi.c (new_chorus_voice_alternate): Revert surround chorus delay back to the value (0.002) used in v2.11.3.2003-09-07 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/playmidi.c, timidity/tables.c: Adjust minor of mean-tone tuning and pure intonation by syntonic comma, instead of Pythagoras tuning2003-09-03 Takashi Iwai <tiwai@suse.de> * interface/alsaseq_c.c: Fixed the compilation on ALSA 0.5.x environemnt.2003-09-03 mput <root@mput.dip.jp> * configure: autoreconf2003-09-02 Takashi Iwai <tiwai@suse.de> * TiMidity.ad.in, TiMidity-uj.ad.in: Move. * interface/tkmidity.ptcl, interface/xaw_c.c, interface/xaw_i.c: Bug fix.2003-08-28 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c: Little patch to avoid prototype mismatch2003-08-27 mput <root@mput.dip.jp> * configure: autoreconfed2003-08-27 Takashi Iwai <tiwai@suse.de> * interface/alsaseq_c.c, configure.in: higher resolution of rendering in ALSA sequencer mode with the event timestamps. works only on the latest ALSA 0.9. works now also with the non-audio-device (e.g. wav).2003-08-26 Takashi Iwai <tiwai@suse.de> * timidity/timidity.c: clean up set_value(). * interface/alsaseq_c.c: set the client name.2003-08-25 mput <root@mput.dip.jp> * configure,timidity/Makefile.in: To fit with Iwai's changes2003-08-25 Takashi Iwai <tiwai@suse.de> * configure.in, timidity/Makefile.am, timidity/output.c, timidity/jack_a.c: JACK output support (jackit.sf.net) To enable JACK, you'll need pkgconfig installed. * timidity/timidity.c: Fixed the path of libesd for AMD64 and PPC64 (/usr/lib64) * timidity/playmidi.c: Added parentheses around the ambiguous conditions.2003-08-21 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c (parse_opt_s): -s option works correctly again2003-08-19 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/playmidi.c, timidity/tables.c: Adjust minor of Pythagoras tuning by syntonic comma2003-08-18 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c: Bug fix --{default,force}-{bank,program}2003-08-17 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/playmidi.c, timidity/timidity.c: Bug fix --force-program2003-08-17 mput <root@mput.dip.jp> * timidity/timidity.c (parse_opt_h): Bug Fix2003-08-17 Eric A. Welsh <ewelsh@ccb.wustl.edu> * timidity/timidity.c (parse_opt_s): -s option works correctly again * timidity/reverb.c (init_reverb): -EFchorus=3 was cousing mono output to crash.2003-08-15 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/playmidi.[ch], timidity/timidity.[ch]: Support for "Always use program n on channel m" option Support for multi-argument of -Q option Support for "Enable/Disable Temperament control" option Fix typo around short/long options2003-08-13 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c: Support long option for "#extension opt" in timidity.cfg2003-08-12 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c: Fix typo around long options Rename --patch -> --patch-file2003-08-12 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c: Fix typo around long options2003-08-11 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c: Hack up around short/long options2003-08-10 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c (help): rewrite to fit with long options Some option renamed --[no-]modulation-wheel -> --[no-]mod-wheel --[no-]channel-pressure -> --[no-]ch-pressure --[no-]modulation-envelope -> --[no-]mod-envelope --[no-]sort-list -> --[no-]sort2003-08-10 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c: Commonize functions between short and long options2003-08-09 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c: Some option renamed --mode -> --output-mode --stereo -> --output-stereo --mono -> --output-mono --bit-width -> --output-{16,8}bit --encoding -> --output-{linear,ulaw,alaw} --[no-]output-byte-swap -> --[no-]output-swab2003-08-09 TAMUKI Shoichi <tamuki@linet.gr.jp> * interface/alsaseq_c.c, interface/ncurs_c.c, interface/rtsyn_common.c, interface/server_c.c, timidity/playmidi.c, timidity/timidity.c (opt_realtime_playing, ctl.trace_playing): Fix to fit with long options Commonize parse_opt_O() between short and long options2003-08-08 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c: Hack up around short/long options Some option renamed --[no-]4-point-interpolation -> --interpolation (merged) --drums -> --drum-channel --[no-]new-lpf -> --[no-]voice-lpf --exec -> --config-string Some option deleted --[no-]auto-start --[no-]auto-exit --[no-]drag-start --[no-]uniq-list --[no-]refine-list --[no-]continue2003-08-07 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c: Commonize functions between short and long options2003-08-07 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c: Hack up around long options Rename --temperament -> --pure-intonation2003-08-07 mput <root@mput.dip.jp> * timidity/timidity.c (set_tim_opt_long): Some options was disabled: re-activate them.2003-08-06 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c: Fix around long options Hack up around output option parser2003-08-06 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c: Fix wrong branch between set_tim_opt_{long,short} Fix typo around long options Hack up around interface option parser2003-08-04 TAMUKI Shoichi <tamuki@linet.gr.jp> * timidity/timidity.c: Some option renamed --mid -> --default-mid --noise-shaper -> --noise-shaping Hack up around effect option parser2003-08-04 mput <root@mput.dip.jp> * timidity/timidity.c: Some option renamed --auto-volume-compensation -> --[no-]volume-compensation --config -> --config-file --keysig -> --force-keysig --key -> --adjust-key --[no-]recomposer-dll -> --[no-]-rcpcv-dll --tempo -> --adjust-tempo --[no-]overlap -> --[no-]overlap-voice --text-conversion -> --output-charset (parse_opt_204): Add
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -