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

📄 changelog.2

📁 MIDI解码程序(用VC编写)
💻 2
📖 第 1 页 / 共 5 页
字号:
2003-08-04  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/timidity.c: Fix typo again2003-08-04  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/timidity.c:	  Separate independence of --auto-volume-compensation	  Merge --buffer-bits to --buffer-fragments2003-08-04  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/timidity.c: Fix typo around long options2003-08-03  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/timidity.c: Hack up around long options2003-08-03  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/timidity.c: Add function prototypes2003-08-03 mput <root@mput.dip.jp>	* timidity/timidity.c (parse_opt_223): Fix typo2003-08-02  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/timidity.c: Fix almost all warnings2003-08-02  mput <root@mput.dip.jp>	* timidity/timidity.c: Fix typo and so on2003-08-02  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/timidity.c: Fix around long options2003-07-31  mput <root@mput.dip.jp>	* utils/tmdy_getopt.h: Moved from utils/getopt.h	* timidity/timidity.c, utils/Makefile.am, utils/getopt.c:	  Fix to fit above2003-07-31  mput <root@mput.dip.jp>	* utils/getopt.h: Fix including headers	* timidity/timidity.c: Fix doubled header include2003-07-29  mput <root@mput.dip.jp>	* timidity/timidity.c (help): rewrite to fit with long options.	  (set_tim_opt_short): Rename from set_tim_opt().	  (set_tim_opt_long): Add.	  (version): Add.	* utils/getopt.[ch]: Add.	* utils/support.[ch]: Delete getopt()2003-07-28  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/playmidi.c, timidity/tables.c:	  Support for modal interchange playing in pure intonation	  Fix around user-defined temperament type2003-07-22  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/effect.c, timidity/timidity.c:	  Hack up noise shaping filter for 8-bit linear encoding	  Update command help2003-07-22  Takashi Iwai <tiwai@suse.de>	* timidity/timidity.c:	  - Fixed the broken fallback-deveice selection.	  - Changed the verbosity of gaussian table initialization	    messages.2003-07-21  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/darwin_a.c, timidity/effect.c, timidity/playmidi.c,	  timidity/sndfont.c, timidity/timidity.[ch], timidity/w32_a.c,	  timidity/w32g_a.c:	  Change default settings for command line interface	  - Change default output rate to 44100Hz	  - Disable surround chorus in default	  - Enable noise shaping filter in default	  Enable SoundFont scale tuning	  Beautify timidity/effect.c a little2003-07-19  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/playmidi.c: Fix around SoundFont scale tuning2003-07-19  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/playmidi.[ch], timidity/readmidi.c:	  Hack up SoundFont scale tuning	  Fix around single-note tuning change2003-07-16  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/playmidi.[ch]: Support for RPN tuning program select2003-07-14  TAMUKI Shoichi <tamuki@linet.gr.jp>	* interface/alsaseq_c.c,	  interface/rtsyn_common.c, interface/rtsyn_winmm.c,	  timidity/playmidi.[ch], timidity/rcp.c, timidity/readmidi.c:	  Support for bulk tuning dump2003-07-10  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/playmidi.c: Fix around single-note tuning change2003-07-07  Takashi Iwai <tiwai@suse.de>	* timidity/alsa_a.c:	  Open a PCM device with non-blocking mode and later set back	  to the blocking mode (for better usability).2003-07-06  Saito <timidity@flashmail.com>	* timidity/reverb.[ch], timidity/readmidi.c:	  Fix comments.	* configs/msc-project.zip:	  Fix twsyng.dsp and interface.h.2003-07-06  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/playmidi.[ch], timidity/readmidi.c, timidity/tables.[ch],	  timidity/timidity.c:	  Support for single-note tuning change	  Support for channel mute by user-defined temperament type	  Fix around temperament type redrawing on ME_RESET	  Fix around channel mute by temperament type on ME_RESET2003-07-03  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/playmidi.c, timidity/tables.[ch], timidity/timidity.c:	  Support for user-defined temperaments (to be continued)2003-07-03  Takashi Iwai <tiwai@suse.de>	* configure.in: Support for tcltk 8.3/8.4	* timidity/readmidi.c (read_midi_file): Support for RMI	* timidity/sysdep.h: Fix in C99 bit width warranted integer types2003-06-30  Eric A. Welsh <ewelsh@ccb.wustl.edu>	* timidity/mod2midi.c (Voice_SetVolume): converted linear volume	  events to non-linear events, so that mods will sound correct	  again2003-06-30  skeishi <s_keishi@mutt.freemail.ne.jp>	* interface/rtsyn.h, interface/rtsyn_common.c,	  interface/rtsyn_wimm.c interface/rtsyn_portmidi.c:	  Fix Realteime Synthesizer Engine.2003-06-29  skeishi <s_keishi@mutt.freemail.ne.jp>	* interface/portmidisyn_c.c, interface/rtsyn.h,	  interface/rtsyn_common.c, interface/rtsyn_wimm.c,	  interface/rtsyn_portmidi.c: Added.	* configure.in, interface.h.in,	  interface/w32g_syn.c, interface/winsyn_c.c,	  timidity/controls.c, timidity/timdity.c:	  Add PortMIDI synthesizer mode.2003-06-28  Saito <timidity@flashmail.com>	* timidity/sndfont.c:	  Fix volume bug of drum instruments.2003-06-26  Eric A. Welsh <ewelsh@ccb.wustl.edu>	* timidity/playmidi.c (reduce_voice_CPU): Bug fix (this is	  obsolate yet)	* timidity/playmidi.c (note_off): rx_note_off == 0 should only	  ignore drum Note Off if the sample is not looped, otherwise the	  note will get stuck2003-06-24  mput <root@mput.dip.jp>	* bootstrap.sh, autoconf/Makefile.boot: Deleted.	* Makefile.am (M4DIR, ACLOCAL_AMFLAGS): Add.	* configs/Makefile.am (EXTRA_DIST): To fit with Saito's changes	* timidity/Makefile.am (EXTRA_timidity_SOURCES): To fit with	  Saito's changes2003-06-22  Saito <timidity@flashmail.com>	* nouse, timw32g, timw32gd, twsyng, cfgforsf, ...:	  Remove VC++ project files.	* configs/msc-project.zip:	  Add msc-project.zip.2003-06-21  Saito <timidity@flashmail.com>	* nouse, timw32g, timw32gd, twsyng, cfgforsf, ...:	  Add VC++ project files to be able to compile Win32GUI interface.	  Fix VC++ project files.	* timidity/sndfont.c:	  Fix for cfgforsf.2003-06-17  s_keishi <s_keishi@mutt.freemail.ne.jp>	* interface/winsyn_c.c: To work under PortAudio	* interface/Makefile.am (EXTRA_DIST): Add entry for escape_sjis.pl	* interface/escape_sjis.pl: Add	* timidity/portaudio_a.c: Bug fix2003-06-16  Saito <timidity@flashmail.com>	* timidity/readmidi.c, timidity/reverb.c, timidity/timidity.c:	  Fix lowpass filters of system effects.	  Fix reverb-time calculation for new reverberation effect.	  Remove overlapping initialize_gauss_table().2003-06-15  mput <root@mput.dip.jp>	* configure.in, timidity/Makefile.am: Fix a bit to merge	  s_keishi's patch2003-06-14  s_keishi <s_keishi@mutt.freemail.ne.jp>	* configure.in: Fix to fit with the addition	* timidity/timidity.c, timidity/output.c: Fix to fit with the	  addition	* timidity/Makefile.am (EXTRA_timidity_SOURCES): Fix to fit with	  the addition	* timidity/portaudio_a.c: Add.2003-06-14  s_keishi <s_keishi@mutt.freemail.ne.jp>	* timidity/timidity.c:	  Fix noise with gauss interpolation at synthesizer modes.2003-06-13  s_keishi <s_keishi@mutt.freemail.ne.jp>	* configure.in, interface.h.in,	  timidity/Makefile.am, timidity/timidity.c:	  Fix configures to be able to compile twsyng with gcc.2003-06-13  Saito <timidity@flashmail.com>	* timidity/playmidi.c, timidity/readmidi.c,	  timidity/reverb.[ch], timidity/tables.c:	  Fix insertion effect.	  Fix illegal-parameter handling of delay effect.	  Strengthen delay and chorus effect.	  Support for reverb / chorus / delay LPF in correct method.2003-06-12  Saito <timidity@flashmail.com>	* timidity/playmidi.c, timidity/readmidi.c, timidity/reverb.[ch]:	  Renew insertion effect.2003-06-08  Saito <timidity@flashmail.com>	* timidity/playmidi.[ch], timidity/readmidi.[ch],	  timidity/rcp.c, timidity/timidity.c, timidity/reverb.c,	  timidity/resample.c:	  Fix in channel layer.	  Change default -N to 0.2003-06-08  mput <root@mput.dip.jp>	* Makefile.am (dist-hook): Not to change msc-config.h every time	* timidity/recache.c, timidity/resample.c, timidity/timidity.c:	  Fix linkage of newt_coeff[][].2003-06-06  Saito <timidity@flashmail.com>	* timidity/playmidi.c, timidity/tables.c:	  Fix about sc_vol_table[] and sc_vel_table[].2003-06-06  Eric A. Welsh <ewelsh@ccb.wustl.edu>	* timidity/tables.[ch], timidity/timidity.c, timidity/playmidi.c:	  recompute_amp() handles velocity/volume/expression levels	  correctly now.  see comments on perceived_vol_table[] in	  tables.c2003-06-06  mput <root@mput.dip.jp>	* timidity/esd_a.c: Restore. Latest changes into this file turned	  out to be unable to run on Windows.2003-06-06  Takashi Iwai <tiwai@suse.de>	* timidity/aRts_a.c (output_data, open_output): Fix typo2003-06-05  mput <root@mput.dip.jp>	* timidity/timidity.c (main): Add check codes for interface	  exsitence (thanks Bernhard Rosenkraenzer <bero@redhat.com>)	* timidity/arts_a.c, timidity/output.c: Merged Bernhard	  Rosenkraenzer <bero@redhat.com> 's implementation.	* configure.in: Fix to fit with David's patch	* timidity/esd_a.c (open_output, close_output): dlopen() libesd	  rather than introducing yet another requirement (thanks David	  Walser and Bernhard Rosenkraenzer <bero@redhat.com>)	* timidity/timidity.h (MAIL_DOMAIN): to localhost (thanks David	  Walser and Maurizio De Cecco)2003-06-04  mput <root@mput.dip.jp>	* Makefile.am (dist-hook): Bug fix	* configure.in,autoconf/Makefile.boot: modernize2003-06-02  mput <root@mput.dip.jp>	* bootstrap.sh: Fix to use make	* configure.in: Fix to fit the adding files	* autoconf/Makefile.am, autoconf/Makefile.boot,	  autoconf/Makefile.in, configs/Makefile.am, configs/Makefile.in:	  Add.2003-06-01  Eric A. Welsh <ewelsh@ccb.wustl.edu>	* timidity/effect.c (do_effect): Do not do reverb or chorus if	  do_compute_data_midi() has already applied them with	  USE_DSP_EFFECT.	* timidity/playmidi.c (new_chorus_voice_alternate): opt_surround	  update to work with the new effects	  (adjust_panning): Hack to handle -EFchorus=2 in a "reasonable" way2003-05-30  Kentaro Sato <kentaro@ps.catv.ne.jp>	* timidity/resample.c, recache.c:	  Fix LAGRANGE_INTERPOLATION for uint32.2003-05-30  TAMUKI Shoichi <tamuki@linet.gr.jp>	* timidity/playmidi.c, timidity/reverb.[ch], timidity/timidity.[ch]:	  Support for command line option below.	  -E e/E : Enable/Disable modulation envelope.	  -EFreverb=3 : Enable NEW MIDI reverb effect control (freeverb)	                This effect is only available in stereo	  Rename NEW_CHORUS as USE_DSP_EFFECT.2003-05-30  Saito <timidity@flashmail.com>	* timidity/sndfont.c:	  Fix around set_rootkey().2003-05-29  Eric A. Welsh <ewelsh@ccb.wustl.edu>	* timidity/timidity.h (DEFAULT_VOICES): to 256 (was 64)	* timidity/playmidi.c (do_compute_data_midi):	  Fix -EFchorus option interpretation2003-05-29  Kentaro Sato <kentaro@ps.catv.ne.jp>	* timidity/resample.c:	  Fasten initialize_gauss_table().2003-05-28  Eric A. Welsh <ewelsh@ccb.wustl.edu>	* timidity/readmidi.c (parse_sysex_event_multi):	  Fix XG Bulk Dump SysEx event parsing2003-05-28  Saito <timidity@flashmail.com>	* timidity/playmidi.c, timidity/reverb.c:	  Fix a little.2003-05-27  Saito <timidity@flashmail.com>	* timidity/playmidi.c:	  Bug fix in opt_realtime_playing != 2.	  Fix aborting with Cherry sequencer. (TWSynth version)	* timidity/sndfont.c:	  Adapt some parameters to specifications for SoundBlaster Live!.2003-05-27 Eric A. Welsh <ewelsh@ccb.wustl.edu>	* timidity/readmidi.c (parse_sysex_event_multi):	  Fix XG multipart SysEx events2003-05-26  Saito <timidity@flashmail.com>	* timidity/recache.c, timidity/resample.c,	  timidity/timidity.h, timidity/instrum.c:	  Fix some codes to fit with EAW's commit.2003-05-25  mput <root@mput.dip.jp>	* configure.in	  Fix --enable-spline option to fit with EAW's commit.	2003-05-25  Eric A. Welsh <ewelsh@ccb.wustl.edu>	* au_a.c, wave_a.c:	  Fix the file headers when > 1 audio file was output per timidity	  session; the data length was not being reset between midi before	* recache.c, resample.c, timidity.c, timidity.h, playmidi.c,	  playmidi.h:		  Add Newton interpolation (slower and less accurate than Gauss).	  Add Gauss interpolation (recommended, but takes up to 560kb	  extra mem); defaults to -N 25 (best compromise between speed and	  accuracy), -N 34 is maximum quality and should run in realtime	  on many systems.	* recache.c, resample.c:	  Speed up cubic Lagrange interpolation.  Fix some loop and sample	  start/end related bugs in all interpolation methods.	* resample.c:	  Rewrite most of pre_resample(), so that it can properly handle	  higher order interpolation methods.  pre-resample with pentic	  B-splines, instead of cubic spline, if Gauss or Newton is not	  compiled in.	* sndfont.c, instrum.c, mod2midi.c, recache.c:	  Allocate an extra sample at the end of all sample data, in order	  for all interpolation methods to not read beyond the bounds of	  the arrays.  Initialize the extra sample to zero, so that there	  will be no reads from unintialized memory.  Initialize the	  entire recache buffer to zero, for the same reason.	* playmidi.c:		  Fix a problem with voice reduction under Linux, maybe other	  systems as well; rate is now calculated as it is displayed in	  ncurs_c.c.  No more premature mass voice killings /	  auto-polyphony capping.2003-05-25  Kentaro Sato <kentaro@ps.catv.ne.jp>	* timidity/timidity.c:	  Bug fix in config parameter with quotation.2003-05-24  Saito <timidity@flashmail.com>	* timidity/mix.c, timidity/reverb.c,	  timidity/sndfont.c, timidity/pla

⌨️ 快捷键说明

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