1999-08-27  Masanao Izumo <mo@goice.co.jp>

    * Version 2.5.1 released.

1999-08-27  Masanao Izumo <mo@goice.co.jp>

    * timidity/aq.c: Bug fixed.  Avoid infinite loop in aq_flush();
    * timidity/{output.h,aq.c,w32g_a.c} (PM_REQ_OUTPUT_FINISH): 
    * interface/{x_wrdt.c,x_sherry.c},configure.in (ENABLE_SHERRY): Bug fix.

1999-08-26  Masanao Izumo <mo@goice.co.jp>

    * timidity/linux_a.c (ignore_processed_probrem, BYTES_PROCESSED_BUGFIX):
      Obsoleted.
    * timidity/linux_a.c (SNDCTL_DSP_GETOPTR, SNDCTL_DSP_GETODELAY): Use
      SNDCTL_DSP_GETODELAY instead of SNDCTL_DSP_GETOPTR to calculate
      sample point.
    * interface/w32g_utl.c: Bug fixed about the chorus and reverb settings.

1999-08-26  Masanao Izumo <mo@goice.co.jp>

    * Version 2.5.0 released.

1999-08-26  Masanao Izumo <mo@goice.co.jp>

    * timidity/linux_a.c(ignore_processed_probrem): Ignore to fix
      the byte processed probrem if any errors occur.
      Why count_info.bytes doesn't stop even if the process is suspended?
    * configure.in: Remove -rdynamic option from $g_so_libs.

1999-08-25  Masanao Izumo <mo@goice.co.jp>

    * libarc/url_dir.c: If !unix, Don't use i-node to compare the directory.
    * configs/{msc-config.h,msc-interface.h,msc-sjis.txt}: Configuration
      header files for MSC.
    * Makefile.am(dist-hook): Added script to distribute configs/*
    * timidity/playmidi.c (Voice Reduction): Avoid division by zero.

1999-08-25  Eric A. Welsh <ewelsh@gpc.wustl.edu>

    * timidity/resample.c(RESAMPLATION): Optimization of macro for
      cspline with linear fallback.

1999-08-24  Masanao Izumo <mo@goice.co.jp>

    * interface/{Makefile.am,Makefile.in,w32g.h,w32g_c.c,w32g_i.c,
	w32g_ini.c,w32g_playlist.c,w32g_pref.c,w32g_rec.h,w32g_res.h,
	w32g_res.rc,w32g_subwin.c,w32g_subwin.h,w32g_utl.c,w32g_utl.h,
	w32g_sleep.bmp},
	libarc/url.c,
	timidity/{aq.c,common.c,controls.h,effect.c,playmidi.c,readmidi.c,
	sndfont.c,timidity.c,timidity.h,version.c,audio_cnv.c},
      Update new version of Windows GUI.
      Changes for MSC version.
    * TiMidity.ad, TiMidity-uj.ad: X Resources for XAW interface.
    * timidity/playmidi.c (compute_data): Fix division by zero.

1999-08-21  Masanao Izumo <mo@goice.co.jp>

    * timidity/{output.h,playmidi.c,w32g_a.c} (PM_REQ_PLAY_END): New macro.
	PM_REQ_PLAY_END is called just after playing.
    * timidity/playmici.c (midi_program_change): Don't load instrument
      if !(play_mode->flag & PF_PCM_STREAM)
    * timidity/list_a.c (ME_PROGRAM): Call midi_program_change() to
      change the program.
    * timidity/list_a.c (channel): static -> extern.
    * timidity/list_a.c (start_list_a, end_list_a): New function.
	start_list_a(): Initialize internal variable.
	end_list_a(): Report internal variable.
    * interface/{w32g_c.c,w32g_i.c,w32g_pref.c} (List Midi Event `l'):
      Supported.  This output mode is useful to check what kind of patche
      is used.

1999-08-20  Eric A. Welsh <ewelsh@gpc.wustl.edu>

    * timidity/{playmidi.c,playmidi.h,resample.h,timidity.c}
      (cspline and langrange interpolation):
      reduce_quality_flag: New variable to reduce CPU load for
	cspline and langrange interpolation.  TiMidity turns
	reduce_quality_flag on when the CPU is heavily loaded.
      -4: New command line option to toggle whether ignore reduce_quality_flag.
	By default, TiMidity uses reduce_quality_flag.

1999-08-20  Masanao Izumo <mo@goice.co.jp>

    * interface/{w32g*,Makefile.am},timidity/w32g_a.c,configure.in:
      Update new version of Windows GUI.
    * timidity/{playmidi.c,controls.h} (RC_TUNE_END) Used for skip
      current playing.  This changes may be useful to play backward order of
      playlist.
    * timidity/miditrace.c (trace_wait_samples): Bug fixed.  This fix
      would down the CPU load in the trace mode.

1999-08-19  Masanao Izumo <mo@goice.co.jp>

    * timidity/{controls.h,playmidi.c} (CTLE_MAXVOICES): New macro for
      `voices' change.

1999-08-18  Eric A. Welsh <ewelsh@gpc.wustl.edu>

    * libarc/url_dir.c (d_ino): Ignore to check d_ino on Windows.

1999-08-18  Masanao Izumo <mo@goice.co.jp>

    * interface/ncurs_c.c (GSLCD): Draw GSLCD SysEx.
      Note that LCD is cleard if there is no message between 10 second.
    * interface/ncurs_c.c: Enable to display channels more than 16ch.
      The terminal must be able to display more than 24 rows to display
      more than 16ch.

1999-08-17  Masanao Izumo <mo@goice.co.jp>

    * interface/{common.c,common.h} (path_strchr, path_strrchr):
      New function to find path separator.
    * timidity/timidity.h (IS_PATH_SEP): New macro to test whether
      the character is the path separator.
    * interface/{ncurs_c.c,w32g_utl.c},
      timidity/{common.c,wrdt.c,timidity.c},
      libarc/{arc.c,url.c}:
      Fix comparation of path separator.
	- Use `IS_PATH_SEP(c)' instead of `c == PATH_SEP'.
	- Use `pathsep_strchr(str)' instead of `strchr(str, PATH_SEP)'
	- Use `pathsep_strrchr(str)' instead of `strrchr(str, PATH_SEP)'
      Windows console ncurses interface recognizes both
      "/" and "\" as path separator.
    * utils/{bitset.c,bitset.h} (check_bitset,change_bitset): New function.
	
1999-08-16  Masanao Izumo <mo@goice.co.jp>

    * interface/x_wrdwindow.c: Works more stable for TrueColor.
    * interface/x_sherry.c: Don't draw the window in skipping.
    * interface/x_sherry.c: Bug fixed:
 	- Could not re-open window.
	- Printed unexpected character.

1999-08-15  Masanao Izumo <mo@goice.co.jp>
    * interface/x_sherry.c: Change debug message verbosity.
    * interface/wrdt_x.c: Change debug message verbosity.

1999-08-13  Masanao Izumo <mo@goice.co.jp>

    * interface/ncurs_c.c: Fixed `L' command bug.

1999-08-11  Masanao Izumo <mo@goice.co.jp>

    * Version 2.4.1 released.

1999-08-11  Masanao Izumo <mo@goice.co.jp>

    * timidity/linux_a.c: Fixed to adjust PM_REQ_GETSAMPLES.
    * interface/x_sherry.c (sry_text): Do nothing if string length is zero.
    * interface/soundspec.c: Multipuly 1.5 to results.
    * interface/w32g_c.c(ctl_read): In Windows GUI interface, if
      play_pause_flag is true, wait until any control message is received.
      There is no CPU usage during pause.
    * libarc/arc.c (regist_archive): Static function.  This function is
      no longer library interface function.
    * timidity/timidity.c (read_config_file): Don't remove the end of
      '#' followed by non-space.
    * timidity/{playmidi.h,playmidi.c,readmidi.c,mac_c.c}:
      Make a new MidiEvent type `ME_GSLCD' and the interface control message
      `CTLE_GSLCD'.  If ME_GSLCD is received, TiMidity sends CTLE_GSLCD to
      the interface.
    * timidity/{common.c,timidity.c} (open_file_noise_mode): new global
      variable to pass `noise_mode' of open_file() to arc_error_handler.
    * wrdt.c: Make more elevant.
    * x_wrdwindow.c (gscreen_plane_mask): Bug fix.

1999-08-10  Masanao Izumo <mo@goice.co.jp>

    * libarc/arc.c (): Bug fixed to extract `-lh0-' and `-lz4-' of the lha.
    * interface/x_sherry.c: Bug fixed to create SHM pixmap.
    * libarc/{arc.h,arc.c}: Removed `pool' from ArchiveHandler.
      Use static variable arc_buffer in arc.c instead of ArchiveHandler.pool.
      `arc_buffer' is internal usage only.
    * timidity/playmidi.c (apply_controls): usleep(300000) if play_pause_flag.
    * interface/{w32g_c.c,w32g_canvas.c}:
      Fixed update timing for channel bar mode.

1999-08-09  Masanao Izumo <mo@goice.co.jp>

    * Version 2.4.0 released.

1999-08-09  Masanao Izumo <mo@goice.co.jp>
            Takaya Nogami <t-nogami@happy.email.ne.jp>
    * utils/{support.c,mac_readdir.c,mac_util.c,mac_util.h},
      interface/{xskin.h,VTPrsTbl.c,mac_c.c,mac_loadBMP.c,mac_loadBMP.h,
	mac_loadpng.c,mac_oms.c,mac_oms.h,mac_sherry.c,mac_skin.c,mac_skin.h,
	mac_trace.c,mac_wrd.h,mac_wrdwindow.c,mac_wrdwindow.h,wrdt_mac.c},
      timidity/{output.h,playmidi.h,playmidi.c,readmidi.c,wrdt.c,
	mac_a.c,mac_com.h,mac_dlog.c,mac_main.c,mac_main.h,mac_oms_a.c
	mac_qt_a.c}
      Imported Macinotsh sources from the 1999.8.7 of T.Nogami released
      Added GS lcd event by T.Nogami.

1999-08-08  Masanao Izumo <mo@goice.co.jp>

    * timidity/playmidi.c (ctl_updatetime): New function to
      update interface time.
    * timidity/common.c (DECOMPRESSOR_LIST, PATCH_CONVERTERS):
      Ignored for Windows.  These filters are not worked yet.
    * interface/w32g.h (RC_EXT_UPDATE_PLAYLIST): New macro.
    * interface/{w32g_c.c,w32g_i.c}: w32g_update_playlist() only
      called from w32g_c.c.  Don't call it from w32g_i.c.
    * interface/vt100_c.c: Change a old copyright to new one.

1999-08-07  Masanao Izumo <mo@goice.co.jp>

    * libarc: Make archive library code more simple.
      Some interfaces are changed.
      New archive library can expand more archive files.
    * timidity/{timidity.c,common.c} interface/{ncurs_c.c,xaw_c.c}:
      Change to new libarc interface.
    * timidity/playmidi.c (midi_program_change):
      Don't change the instrument of SPECIAL_PROGRAM channel.
    * timidity/output.h (PM_REQ_GETFILLABLE): New macro.
      play_mode->acntl(PM_REQ_GETFILLABLE, &fillable) gets
      number of samples can write.
    * timidity/output.h (PM_REQ_GETFILLED): New macro.
      play_mode->acntl(PM_REQ_GETFILLED, &filled) gets
      number of samples in audio device.
    * timidity/aq.c (aq_fillable): Check PM_REQ_GETFILLABLE.
    * timidity/aq.c (aq_filled): Check PM_REQ_GETFILLED.
    * timidity/linux_a.c (acntl):
      PM_REQ_GETQSIZ, PM_REQ_GETFILLABLE, PM_REQ_GETFILLED,
      PM_REQ_GETSAMPLES, and PM_REQ_FLUSH are implemented.
      (Tested SOUND_VERSION 0x030802)
    * timidity/aq.c (aq_flush): Avoid unterminated loop.
    * interface/ncurs_c.c: Bug fixed about displaying instrum name scroll.

1999-08-02  Masanao Izumo <mo@goice.co.jp>

    * interface/w32g_i.c (hListWnd, hSettingWnd): Create at first open.
    * interface/w32g_i.c (w32g_i_init): New function.  It is called just
      last of w32g_initialize().
    * interface/w32g_canvas.c (TmCanvasMode): Global.
    * interface/w32g_i.c (SettingWndApply): Restore ctl->trace_playing after
      ApplySettingTiMidity().
    * interface/w32g_i.c: Remove warning message that was displayed when
      a user tries to change the timidity parameter.

1999-08-01  Masanao Izumo <mo@goice.co.jp>

    * Version 2.3.0 released.

1999-07-31  Masanao Izumo <mo@goice.co.jp>

    * timidity/playmidi.c (compute_data):  Move the call of apply_controls()
      position to before output.
    * timidity/playmidi.c (play_midi_file): Initialize `current_file_info'
      at beginnig of play_midi_file();
    * timidity/readmidi.h (IS_ERROR_FILE): New macro to mark the error file.
    * timidity/playmidi.c (play_midi_file): Mark IS_ERROR_FILE to
      current_file_info if the file isn't recognized as MIDI file.
    * timidity/playmidi.c: Enabled to control playing position during pause.
    * interface/{w32g.h,w32g_c.c,w32g_canvas.c,w32g_i.c,w32g_ini.c,
      w32g_panel.c,w32g_playlist.c,w32g_res.h,w32g_res.rc,w32g_utl.c,
      w32g_utl.h}:
       - Re-maked Windows GUI interface.
       - Added new feature of changing the output.  Now, Windows GUI TiMidity
	 can convert MIDI to WAVE file.
       - Enabled to delete playlist file.
	 [Delete] Key:    Delete the CurSel item.
	 [BackSpace] Key: Delete the upper of CurSel item.

1999-07-30  Masanao Izumo <mo@goice.co.jp>
    * timidity/controls.h (CTLE_PAUSE): New macro for pause event.
    * timidity/playmidi.c (ctl_pause_event): New function to send CTLE_PAUSE.
    * timidity/ncurs_c.c (display_aq_ratio): Bug fixed division by zero.
    * timidity/aq_c.c (aq_setup): Clear the queue for file output.
    * timidity/{controls.h,timidity.c} (CTLF_AUTOSTART, CTLF_AUTOEXIT):
      New macro for ControlMode.
      CTLF_AUTOSTART is toggle on/off with -i?a option.
      CTLF_AUTOEXIT is toggle on/off with -i?x option.

1999-07-28  Masanao Izumo <mo@goice.co.jp>

    * timidity/w32_a.c (wait, wait_playing): Changed wait to wait_playing.
    * timidity/w32_a.c (PM_REQ_FLUSH): Implemented.
    * timidity/miditrace.c (trace_nodelay): Removed.  Use !ctl->trace_playing
      instead of midi_trace.nodelay.

1999-07-27  Masanao Izumo <mo@goice.co.jp>

    * timidity/{controls.h,playmidi.c} (RC_STOP): New macro for interface
      to terminate playing.
    * timidity/{timidity.c,playmidi.c} (intr): Uncommented.  Ctl-C marks
      `intr' true, and TiMidity will shutdown safety.

1999-07-26  Eric A. Welsh <ewelsh@gpc.wustl.edu>

    * timidity/playmidi.c (voice reduction):
      Improved both in quality and in speed.
    * timidity/{timidity.c,playmidi.c} (auto polyphony reduction):
      Added new feature of auto polyphony reduction.  This feature is
      enabled/disabled with -p a option.  It is enabled by default.

1999-07-25  Masanao Izumo <mo@goice.co.jp>

    * timidity/timidity.c (opt_aq_max_buff, opt_aq_fill_buff,
      output_text_code): Fixed memory leak.
    * interface/{w32g_utl.c,w32g_utl.h} (SETTING_TIMIDITY): Reconstructed.
    * timidity/playmidi.c (play_pause_flag): Global variable.

1999-07-24  Masanao Izumo <mo@goice.co.jp>

    * timidity/timidity.c (set_tim_opt): Orderd switch-case.
    * timidity/timidity.c (set_ctl): Changed for Windows GUS.
    * timidity/instrum.c (Instrument caching): Don't cache default instrument.
    * interface/w32g_utl.c (PLAYLIST): Bug fixed and simplify.

1999-07-23  Eric A. Welsh <ewelsh@gpc.wustl.edu>

    * timidity/playmidi.c (Voice reduction): Improved.

1999-07-21  Masanao Izumo <mo@goice.co.jp>

    * timidity/aq.c (aq_add): Buffering in non trace mode.

1999-07-19  Masanao Izumo <mo@goice.co.jp>

    * Version 2.2.0 released.

1999-07-19  Masanao Izumo <mo@goice.co.jp>

    * timidity/Makefile.am (EXTRA_timidity_SOURCES): Added timpp32g.ini
    * interface/soundspec.c: Support screen depth 16, 24, and 32.

1999-07-17  Masanao Izumo <mo@goice.co.jp>
    * interface/w32g_c.c, timidity/{timidity.c,aq.c} (-q): New option.
      `-q' specifiy size of software audio buffering.  The option format
      is "-q m/n".
	m:Maxmum buffer in second or percent of size of device driver buffer
	n:Filled to start in second or percent of size of device driver buffer
      The default is "5.0/100%".
    * timidity/timidity.c (help): Arranged the help message of option in order.
    * timidity/timidity.c (open_pager): In Windows console version, Enable
      to pipe "PAGER" to display help message.  For example:
      > set PAGER=more
      > timidity -h
    * configure.in (isatty): Check for `isatty' function.
    * utils/{nkflib.c,net.c}, libarc/arc_zip.c,
      interface/{xaw_i.c,gtk_i.c,x_wrdwindow.c,wrdt_x.c,ncurs_c.c},
      timidity/{output.c,wrd_read.c,common.c}: Shut gcc warning up.
    * configure.in: Fixed bug about X path option.
    * timidity/timidity.h (NLS): Change to "\n" for cygwin.
    * interface/gtk_c.c (trace_playing): False by default.
    * interface/gtk_c.c (ctl_current_time): Update whether trace_playing
      is true or false.
    * interface/gtk_c.c (cmsg): Likewise.
    * interface/gtk_c.c (_ctl_refresh): Obsoleted.

1999-07-16  Eric A. Welsh <ewelsh@gpc.wustl.edu>

    * timidity/playmidi.c (Voice reduction): Improved.
      Powerful MIDI file less skip, and sound better!

1999-07-13  Norikatsu Shigemura <nork@lb.u-tokai.ac.jp>

    * timidity/nas_a.c: Fixed the probrem that occurs with
      'timidity -On /dev/null'.
    * configure.in: Fixed building for FreeBSD Objects.  Please specify
      configure option '--with-elf' if you create ELF object, otherwise
      create AOUT object.  This option is only for FreeBSD.

1999-07-12  Masanao Izumo <mo@goice.co.jp>

    * interface/{ncurs_c.c,vt100_c.c}: (reverb): Just remove about
      reverb control interface.  It is not supported reverb control
      interface in the current version yet.

1999-07-09  Masanao Izumo <mo@goice.co.jp>

    * Version 2.1.1 released.

1999-07-09  Masanao Izumo <mo@goice.co.jp>

    * interface/xaw_i.c (redrawAction): Redraw once at last expose event.

1999-06-23  Masanao Izumo <mo@goice.co.jp>

    * utils/{support.c,support.h} (sleep, usleep): Modify the implementation.

1999-06-22  Masanao Izumo <mo@goice.co.jp>

    * libarc/arc_tar.c: Use checksum whether the tar file is valid or not.
      "ustar" magic is ignored.

1999-06-14  Masanao Izumo <mo@goice.co.jp>

    * Makefile.am(tools): Add new Makefile target to build timidity-tools.
    * Makefile.am(ump): Add new Makefile target to build UMP.

1999-06-10  Masanao Izumo <mo@goice.co.jp>

    * Version 2.1.0 released.

1999-06-05  Michael Haardt <michael@moria.de>

    * timidity/nas_a.c: Reduce BUFFERED_SECS to 3 and increase
	LOW_WATER_PERCENT to 40. 

1999-05-22  Keiichi Sakai <sakai@amor.aial.hiroshima-u.ac.jp>

    * timidity/{timidity.h,resample.c}:  Enable a multi-point interpolation
	in resampling.  In timidity, defining CSPLINE_INTERPOLATION cause
	4-point interpolation by cubic spline curve.  Defining
	LAGRANGE_INTERPOLATION cause 4-point interpolation by Lagrange method.
	The default is disabled because it wastes much CPU power.

1999-05-20  Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>

    * timidity/list_a.c: Bug fix.

1999-05-16  Eric A. Welsh <ewelsh@gpc.wustl.edu>

    * timidity/common.c(pathcasecmp): pathcasecmp() was not forcing the
      right variable types for s1 and s2. The way it was before resulted in
      pointers to total garbage, which caused it to not sort properly.

1999-05-04  Vignaud Jean-Baptiste <jbv@club-internet.fr>

    * timidity/timidity.h: Fix typedef for linux axp.

1999-05-02  Nando Santagata <lac0658@iperbole.bologna.it>

    * doc/C/timidity.1: Document the -Z option.
    * timidity/{Makefile.am,common.h,loadtab.c,timidity.c} (-Z):
      New option: -Z <file>: Load frequency table from <file>.

1999-04-29  Noboru Suzaki <no_bo@geocities.co.jp>

    * timidity/linux_a.c (open_output): Remove O_NDELAY

1999-04-28  Masanao Izumo <mo@goice.co.jp>

    * Version 2.0.2 released.

1999-04-28  Masanao Izumo <mo@goice.co.jp>

    * README, README.jp, INSTALL, INSTALL.jp: Update

1999-04-27  Masanao Izumo <mo@goice.co.jp>

    * configure.in(*-sgi-irix6.2): Define SGI_OLDAL.
    * timidity/{sndfont.c,sun_a.cwrd_read.c,timidity.c},
      interface/{motif_i.c,x_sherry.c}: Remove c++ comment style "//"

1999-04-26  Masanao Izumo <mo@goice.co.jp>

    * timidity/audriv_a.c: Bug fix.

1999-04-18  Eric A. Welsh <ewelsh@gpc.ibc.wustl.edu>

    * interface/ncurs_c.c (lastbends, ctl_pitch_bend): Bug fix.

1999-04-25  Masanao Izumo <mo@goice.co.jp>

    * Version 2.0.1 released.

1999-04-24  Masanao Izumo <mo@goice.co.jp>

    * configure.in (--enable-dynamic): Bug fix.

1999-04-23  Masanao Izumo <mo@goice.co.jp>

    * interface/server_c.c (cmd_timebase): Bug fix.
    * interface/server_c.c (TMR_TEMPO): Ignore. (What is TMR_TEMPO ?)

1999-04-21  Masanao Izumo <mo@goice.co.jp>

    * configure.in (HAVE_XMUREGISTEREXTERNALAGENT): Test for
      XmuRegisterExternalAgent()
    * configure.in (HAVE_X11_XMU_EXTAGENT_H): Test for <X11/Xmu/ExtAgent.h>
    * interface/xaw_redef.c(XmuRegisterExternalAgent): Don't use
      XmuRegisterExternalAgent if it is not defined.
    * xaw_i.c: Fix bug about directory browsing.
    * timidity/timidity.c (read_config_file): Avoid compiler warnings.
      timidity/aq.c (do_effect): Likewise.

1999-04-19  Eric A. Welsh <ewelsh@gpc.ibc.wustl.edu>

    * timidity/playmidi.c (play_midi_file): Reset the voice reduction
      variables at the beginning of each midi.

1999-04-18  Masanao Izumo <mo@goice.co.jp>

    * common.makefile interface/Makefile.am doc/Makefile.am:
      Use variable `SUFFIXES', not target `.SUFFIXES' (for automake 1.4)
    * timidity/resample.c (pre_resample): Fixed interger overflow bug.
    * timidity/recache.c (resamp_cache_refer_off): Likewise.

1999-04-17  Masanao Izumo <mo@goice.co.jp>

    * Version 2.0.0 released.

1999-04-17  Masanao Izumo <mo@goice.co.jp>

    * timidity/playmidi.c: Fix portamento controls.

1999-04-16  Masanao Izumo <mo@goice.co.jp>

    * interface/{xaw_c.c,xaw_i.c}: Clean up unused variable.
    * timidity/w32_a.c (output_data): -B 8 in minimum.
    * configure.in: New configure option --enable-esd to configure EsounD
       output.  EsounD is not enabled by default.

1999-04-15  Masanao Izumo <mo@goice.co.jp>

    * timidity/linux_a.c (output_data): Error is ignored.
    * interface/server_c.c timidity/playmidi.c: Re-write the code to play
      streamed MIDI.
    * timidity/playmidi.c: Fixed voice reduction.

1999-04-14  Eric A. Welsh <ewelsh@gpc.ibc.wustl.edu>

    * timidity/playmidi.c (new_chorus_voice): Chose 42 as the maximum
      chorus cutoff level.

1999-04-13  Eric A. Welsh <ewelsh@gpc.ibc.wustl.edu>

    * timidity/w32_a.c timidity/timpp32g.ini interface/w32g_main.c:
      Change default output rate to 33075.
      This rate is supported by most soundcards.
    * timidity/timidity.c (timidity_start_initialize): The first random
      number generated by the generator is often the same number. So
      call it once before using it for any real random numbers.

1999-04-12  Masanao Izumo <mo@goice.co.jp>

    * timidity/aq.c (aq_set_dev_queuesize, max_device_qsize): Obsolete.
    * interface/srever_c.c timidity/playmidi.c timidity/playmidi.h: Change
      some variables, function names, and the implementations.
    * interface/srever_c.c (do_timing): Fix bug.
    * interface/srever_c.c (ctl_pass_playing_list): data-port argument is
      optional.  The port number would be decided by socket driver.

1999-04-14  Eric A. Welsh <ewelsh@gpc.ibc.wustl.edu>

    * timidity/playmidi.c: Improve voice reduction algorithm.

1999-04-11  Eric A. Welsh <ewelsh@gpc.ibc.wustl.edu>

    * interface/ncurs_c.c: Use __W32__ instead of __WIN32__.
    * timidity/sndfont.c timidity/mac_qt_a.c: Remove obsoleted macro __WIN32__.

1999-04-11  Masanao Izumo <mo@goice.co.jp>

    * libarc/url.c (url_close): Don't access free memory.
    * timidity/timidity.c timidity/instrum.c interface/ncurs_c.c:
      Add new feature of soundfont assignment.  New syntax of *.cfg:
      # Syntax:
      # For drumset
      # <keynote> %font <soundfont> 128 <preset> <keynote> [options]
      # For melodic instrument
      # <prog> %font <soundfont> <bank> <preset> [keynote] [options]
      # Note that bank 128 is used for drumset patch in soundfont file.
      #
      # The prefix name "%font" is special to load the patch from
      # soundfont.
      # For example.
      bank 0
      24 %font /usr/local/lib/timidity/sfbank/Nylon_Guita_1.sf2 0 0
    * timidity/linux_a.c (AFMT_S16_NE): Define AFMT_S16_NE if it is not
      defined.
    * timidity/playmidi.c (recompute_freq): Modulation wheel rate was depended
      on vibrato rate in v2 beta-4 and beta-5.  But this dependance causes bad
      detuned note if vibrato rate is slow.  So the dependance is disabled.

1999-04-10  Masanao Izumo <mo@goice.co.jp>

    * interface/server_c.c:  Support interactive mode (non TMR_START mode).
    * timidity/linux_a.c: Define AFMT_S16_NE if it is not defined.
    * timidity/playmidi.c (play_event, play_midi):  Move function call of
      play_mode->acntl(PM_REQ_MIDI) into play_event().

1999-04-09  Albert K T Hui <avatar@deva.net>

    * acinclude.m4, configure.in, timidity/esd_a.c, timidity/output.c:
      Added EsounD output mode (-Oe)

1999-04-07  Masanao Izumo <mo@goice.co.jp>

    * configure.in: The test for <ncurses/curses.h> is failure on Plamo Linux
    1.3/ncurses 1.9.9e in spite of existance of /usr/include/ncurses/curses.h:
    /usr/include/ncurses/curses.h:34: unctrl.h: No such file or directory
    But surely there is unctl.h at /usr/include/ncurses/unctrl.h.
    So I added -I/usr/include/ncurses option to CPPFLAG.

1999-04-07  Masanao Izumo <mo@goice.co.jp>

    * timidity/w32_a.c (acntl):  Support PM_REQ_GETQSIZ request.

1999-04-07  Takaya Nogami <t-nogami@happy.email.ne.jp>

    * timidity/mac_qt_a.c: Function play_midi() renamed to do_event().

1999-04-07  Masanao Izumo <mo@goice.co.jp>

    * ChangeLog: Change this format.

ChangeLog for beta series.
-- beta 5  ('>' prefix for 1.3.8 changes)
Major new features:
    - Supported to play streamed MIDI in realtime.  The stream format is
      same as OSS /dev/sequencer format.  TiMidity read the MIDI events
      via TCP/IP.  See the protocol in the source code
      (interface/server_c.c).
    - Portamento control time is completely adjusted.
    - Expanded playlist files (.m3u, .pls, and .asx).
   

Date: Tue Apr 6 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: timidity/common.c
    Modified expand_file_lists() implementation.

>Date: Sun, 4 Apr 1999 18:14:43 +1000 (EST)
>From: David Gibson <david@gibson.dropbear.id.au>
>Files: timidity/linux_a.c
>    The two bugs are both in the linux audio driver. Firstly, the driver opens
>    /dev/dsp for both reading and writing, where only writing is necessary.
>    Secondly, the code uses hard coded constants 8 and 16 to set the output
>    format on /dev/dsp. This fails on big-endian machines such as the PowerPC.
>    This patch makes the code use constants #defined by glibc.

Date: Sun Apr  4 21:05:37 JST 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: timidity/playmidi.c timidity/readmidi/c timidity/mac_qt_a.c
    Changed ME_PORTAMENTO_TIME to ME_PORTAMENTO_TIME_MSB and
    ME_PORTAMENTO_TIME_LSB.
    Passed the original value of MIDI control to the player.
Files: timidity/nas_a.c
    Enabled to synchronize NAS output tracing.
>Files: interface/x_wrdwindow.c
>   Fixed to change undefined color code to default color (white).

>Date: Sat, 03 Apr 1999 22:07:45 +0900 (JST)
>From: Yoshishige ARAI <ryo2@on.rim.or.jp>
>Files: interface/xaw_i.c doc/C/README.xaw doc/ja_JP.ujis/README.xaw
>    Fixed XAW bug.
>    Chnaged some discriptions for XAW document.

Date: Sat, 3 Apr 1999 19:33:28 +1000 (EST)
From: ggt@netspace.net.au (Glenn Trigg)
Files: interface/gtk_i.c
    The ability to load and save play-lists. It uses the TIMIDITY_PLAYLIST_DIR
    environment variable as a default playlist directory where playlist files
    are saved to and load from. If that variable doesn't exist it just uses
    the current directory. A playlist file is simply a text file which has
    a list of midi filenames.
    A menu item which lets you clear the list of loaded midi files.
    I also changed a bunch of printf's in this file to g_warning's which
    removed the dependancy on stdio.h.

Date: Sat Apr 3 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: interface/server_c.c timidity/playmidi.h timidity/playmidi.c
	timidity/readmidi/c timidity/readmidi.h
    Added TiMidity server interface which is invoked -ir.  And defined some
    new functions.

Date: Wed, 31 Mar 1999 11:47:27 +0900
From KINOSHITA, K.   <kino@krhm.jvc-victor.co.jp>
Files: timidity/mac_qt_a.c
    Changed to the newest Macintosh QuickTime audio driver code.
    (Ported to beta5 by Masanao Izumo)

Date: Wed Mar 31 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: timidity/aq.c timidity/playmidi.c
    Fixed bug of aq_flush().
>Files: timidity/playmidi.c
>    Fixed bug of drumpart recognization.
>Files: interface/ncurs_c.c
>    Fixed bug about buffer over-running of comment_indicator_buffer.

From: Takaya Nogami <t-nogami@happy.email.ne.jp>
Date: Sat, 27 Mar 1999 10:38:11 +0900
Files: timidity/wrd_read.c interface/VTPrsTbl.c timidity/output.c
    Fixed last screen updating for Sherry WRD.
>    Enabled clear screen with @esc(2j) command for MIMPI WRD.
>    Included <string.h> from output.c
Files: libarc/arc_lzh.c libarc/url_dir.c timidity/common.c utils/timer.c
    Patched for Macintosh.
	- Fixed to compile arc_lzh.c and url_dir.c
	- Enabled to read archive files.
	- Implemented get_current_calender_time().

Date: Fri Mar 26 1999
From: Masanao Izumo <mo@goice.co.jp>
    Imported Macinotsh sources from the 1999.3.13 of T.Nogami released

Date: Fri Mar 26 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: timidity/playmidi.c timidity/tables.c
    Almost completely adjusted portamento rate.
Files: configure.in interface/Makefile.am
    Changed configure implementations.  Defined INTERFACE_SRCS macro to
    specify TiMidity interface sources.

Date: Thu, 25 Mar 1999 23:41:46 -0600 (CST)
From: "Eric A. Welsh" <ewelsh@gpc.ibc.wustl.edu>
Files: interface/ncurs_c.c
      Changed the 'p' command to restart the current song if looping
    is disable and the current song is the 1st song in the playlist.
Files: timidity/common.c
      Created a expand_names_lists() function in common.c which is used to
    support the use of playlist files.  It checks for the extentions of
    .m3u, .pls, and .asx (extensions supported by WinAMP) to indicate a
    playlist file.  It then reads the files and inserts the file names
    inside the files in to the timidity playlist.  I also let it use any
    file "foo" if it is preceeded by an '@' on the command line arguments.
    `timidity @foo` would use the file "foo" as a playlist file.  This is
    syntax left over from some old MS-DOS system commands that I am used
    to using.

-- beta 4
Date: Wed Mar 24 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: timidity/nas_a.c
    Removed PF_CAN_TRACE flag from NAS PlayMode because NAS can't trace
    playing correctly.
    Fixed NAS encoding to PE_16BIT|PE_SIGNED.

Files: interface/w32*
    In Windows GUI interface, added dialog to setup some option parameters.
Files: configure.in
    Based on autoconf-2.13 and automake-1.4.
    --with-x option is `yes' by default.

Date: Fri Mar 23 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: interface/xaw_i.c interface/xaw_redef.c
    Implemeted re-definition for -lXaw(3d)'s vendorShellWidgetClass
    if Motif interface was linked.

Date: Fri Mar 19 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: timidity/playmidi.c
    Changed calcration parameter of audio reduction for small audio buffer.
Files: interface/ncurs_c.c
    Changed the place of audio queue displaying.

Date: 17 Mar 1999 22:26:32 -0000
From: Michael Haardt <michael@moria.de>
Files: timidity/nas_a.c
    Added audio interface for NAS (Network Audio Sound)

Date: Wed Mar 17 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: timidity/tables.c
    Changed some parameters or implementations:
	- Volume table for GS and XG
	- Modulation wheel rate
	- midi_time_table[]: changes portamento speed and NRPN vibrato delay.
	- Time of aq.c:aq_wait_ticks()

Date: Sat Mar 13 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: timidity/common.c
    Fixed bug about reading WRD MIDI archive via http.

Date: Sat, 13 Mar 1999 15:49:35 +0900
From: Takaya Nogami <t-nogami@happy.email.ne.jp>
Files: interface/x_sherry.c timidity/wrd_read.c
    Fixed bug about Sherry WRD.

-- beta 3
Date: Fri Mar 12 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: interface/{w32g.h,w32g_btn.bmp,w32g_c.c,w32g_c.h,w32g_icon.ico,
	w32g_ini.c,w32g_main.c,w32g_main.h,w32g_res.h,w32g_res.rc,w32g_res.res
	w32g_sleep.bmp,w32g_subbtn.bmp,w32g_utl.c,w32g_utl.h,Makefile.am}
	timidity/{timidity.c,timpp32g.ini,Makefile.am}
	configure.in
    Ported Windows32 GUI from
    http://www2.off.ne.jp/~dai/timidity/files/izumo/timw32gz1c-src.lzh
Files: utils/{support.c,support.h}
    In Windows, modified sleep() and usleep() implementation.
Files: interface/{xaw.h,xaw_c.c,xaw_i.c}
    In XAW interface, modified about implementation for velocity bar updating.
Files: interface/{dumb_c.c,dynamic_c.c,emacs_c.c,gtk_c.c,mac_c.c,motif_c.c
	ncurs_c.c,slang_c.c,tk_c.c,vt100_c.c,w32g_c.c,xaw_c.c,xskin_c.c}
	timidity/{controls.h,playmidi.h,timidity.c}
    Added new member of `flags' to ControlMode structure.
    Added new control option.
	-i?l:	play loop (some interface ignore this option)
	-i?r:	randomize file list arguments
	-i?s:	sorting file list arguments

Thu Mar 11 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: timidity/{wrdt.c,wrd_read.c,wrd.h,readmidi.h,playmidi.h}
	interface/{x_sherry.c,x_sherry.h,wrdt_dumb.c,wrdt_wcon.c,
	wrdt_mac.c,wrdt_x.c,wrdt_tty.c}
    Modified Sherry WRD implementation.

Files: timidity/sndfont.c
    Fixed bug of soundfont.

Date: Wed Mar 10 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: timidity/timidity.c
    Changed signal handling.

Date: Tue, 09 Mar 1999 15:36:44 +0900
From: "KINOSHITA, K." <kino@krhm.jvc-victor.co.jp>
Files: timidity/playmidi.h timidity/readmidi.c
    Added follows MIDI Events (Not play yet. Reading only)
	BREATH, FOOT, BALANCE, SOSTENUTO, SOFT PEDAL,
	TREMOLO EFFECT, CELESTE EFFECT, PHASER EFFECT

Date: Tue, 09 Mar 1999 12:25:11 +0900
From: takawata@shidahara1.planet.sci.kobe-u.ac.jp
Files: configure.in
    Pached for OffiX.

Date: Tue Mar 9 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: interface/x_sherry.c
    Optimized for Sherry WRD on TrueColor visual.

-- beta 2
Date: Mon Mar 8 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: interface/x_sherry.c
    Handled Expose event to redraw the window.
    Optimized for SHM implementation.

Date: Sat Mar 6 1999
From: Masanao Izumo <mo@goice.co.jp>
Files: timidity/{timidity.c,output.c,aq.c,effect.c}
    Added effect.c to implement generic effecters.
    Move the noise shaping filter to effect.c from output.c.
    Obsoleted -n option.  Use -EFns=? instead of -n?.
Files: timidity/wave_a.c
    Fixed bugs.

Date: Tue, 2 Mar 1999 22:08:00 +0900
From: Takaya Nogami <t-nogami@happy.email.ne.jp>
Files: interface/x_sherry.c timidity/linux_a.c
    Fixed bugs.


The implementation notes.
================================
  * timidity/timpp32g.ini
    Sample Ini file for Windows32 GUI

  * common.[ch]
    Added new function:
      randomize_string_list() is used to randomize string array.
      pathcasecmp() is used to compare the path.
      sort_pathname() is used to sort the path.

  * ControlMode:
    Added new member:
      flags:
	#define CTLF_LIST_LOOP		(1u<<0)	/* -i?l */
	#define CTLF_LIST_RANDOM	(1u<<1)	/* -i?r */
	#define CTLF_LIST_SORT		(1u<<2)	/* -i?s */
      This flags are used to tell the user preference to interface.
      Some interfaces (such as XAW) ignore this flags because they
      have own user preference interface.

  * WRDTracer
    Added new member function sherry() to trace Sherry WRD.

  * output.h, output.c
    Obsoleted member functions of PlayMode:
      flush_output()
      purge_output()
      current_samples()
      play_loop()
    New member function of PlayMode:
      acntl() - PlayMode.acntl() performs a variety of control functions for
      PlayMode.
    Changed member function of PlayMode:
      OLD: void (*output_data)(int32 *buf, int32 count);
      NEW: int (* output_data)(char *buf, int32 bytes);
      Now, output_data takes converted audio buffer and number of bytes of it.
      output_data() must write all of `buf'. It returns -1 if error occur,
      otherwise returns zero or positive value.
    About PlayMode.flag:
      Changed the macro name PF_NEED_INSTRUMENTS to PF_PCM_STREAM.
      Added the new flags:
	PF_MIDI_EVENT		- To send MIDI event to PlayMode via acntl().
	PF_BUFF_FRAGM_OPT	- To enable to set extra_param[0] as buffer
				  fragments.
    Added new macro FILE_OUTPUT_MODE to open file for writing.
    FILE_OUTPUT_MODE is defined to
      UNIX:	O_WRONLY|O_CREAT|O_TRUNC, 0644
      Windows:	O_WRONLY|O_CREAT|O_TRUNC|O_BINARY, 0644
      Macintosh:O_WRONLY|O_CREAT|O_TRUNC
    Added new functions:
      int32 general_output_convert(int32 *buf, int32 count);
        Use to convert 32-bit audio wave to output format.
      int validate_encoding(int enc, int include_enc, int exclude_enc);
        Use to convert specified encoding to validate encoding.

  * effect.c:
    Move some effect routins into effect.c.
      Reverb effect (partial)
      Noise shaping filter	(move from output.c)
      L/R delay effect		(move from playmidi.c)

  * do_reverb_flag as opt_reverb_control = 2;
  * play_midi_file() is more simple than that of v1.

Others notes:
automake --gnu interface/Makefile takes long time. why?
NAS: incorrect trace_playing.
