OSDN Git Service

timidity41/timidity41.git
12 years ago[PATCH 4/9] Various man page fixes
Shoichi Tamuki [Sat, 3 Dec 2011 15:37:55 +0000 (15:37 +0000)]
[PATCH 4/9] Various man page fixes

courtesy of Debian
---
 doc/C/timidity.1     |    8 ++++----
 doc/C/timidity.cfg.5 |   10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

12 years ago[PATCH 3/9] Change audio output detection order
Shoichi Tamuki [Sat, 3 Dec 2011 15:35:48 +0000 (15:35 +0000)]
[PATCH 3/9] Change audio output detection order

First try the various desktop daemons we support, and only when those
are not available use the systems native sound system. Also try ALSA before
the native sound system, since the native sound system on Linux is set to
OSS, and ALSA definitely is preferable over OSS.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 timidity/output.c |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

12 years ago[PATCH 2/9] libao: Add a detect() function
Shoichi Tamuki [Sat, 3 Dec 2011 15:33:48 +0000 (15:33 +0000)]
[PATCH 2/9] libao: Add a detect() function

Most Linux distros use pulseaudio by now, and libao is the best way to use
pulseaudio from timidity. This patch adds a detect function to libao, which
will make libao autodetect succeed only when pulse is available, so that
we can prefer libao in the probe order to get pulse, without also getting
libao on systems where we should be using alsa directly.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 timidity/ao_a.c |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

12 years ago[PATCH 1/9] esd_a: Don't start ESD
Shoichi Tamuki [Sat, 3 Dec 2011 15:31:52 +0000 (15:31 +0000)]
[PATCH 1/9] esd_a: Don't start ESD

Don't start ESD if it is not running yet, esp. not from detect() !

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 timidity/esd_a.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

13 years ago* Fix a bug created at the previous commit that prevents alternate instruments from...
Kentaro Sato [Sun, 19 Sep 2010 09:42:57 +0000 (09:42 +0000)]
* Fix a bug created at the previous commit that prevents alternate instruments from loading occasionally.
* Fix a bug that ignores user drum source instrument when "soundfont" directive is used.
* Fix a bug that ignores non-standard drumsets when a soundfont is specified with "soundfont" directive and the instrument is loaded as needed.
* Fix potential uninitialized pointers access.
* Add access keys to some of twsyng menuitems.

13 years agoFix a bug that ignores non-standard drumsets when a soundfont is specified with ...
Kentaro Sato [Sun, 12 Sep 2010 09:16:46 +0000 (09:16 +0000)]
Fix a bug that ignores non-standard drumsets when a soundfont is specified with "soundfont" directive.

13 years agoFix an error message for the bad floating point values.
Kentaro Sato [Sun, 12 Sep 2010 09:15:37 +0000 (09:15 +0000)]
Fix an error message for the bad floating point values.

13 years agoQuick fix for Microsoft Security Advisory 2269637. (Windows executable)
Kentaro Sato [Sat, 28 Aug 2010 14:12:30 +0000 (14:12 +0000)]
Quick fix for Microsoft Security Advisory 2269637. (Windows executable)

14 years agoCorrect sf2 broken loop point to avoid infinite loop on resampling.
Kentaro Sato [Sat, 10 Jul 2010 01:49:19 +0000 (01:49 +0000)]
Correct sf2 broken loop point to avoid infinite loop on resampling.

14 years agoFix insertion effect Lo-Fi making loud noise.
Kentaro Sato [Sat, 5 Jun 2010 10:00:48 +0000 (10:00 +0000)]
Fix insertion effect Lo-Fi making loud noise.
Workaround for Moog VCF making loud noise.
Remove obsolete filter frequency cap.

14 years agoRemove obsolete filter frequency cap.
Kentaro Sato [Sat, 5 Jun 2010 09:58:48 +0000 (09:58 +0000)]
Remove obsolete filter frequency cap.

14 years agoWorkaround for Moog VCF making loud noise.
Kentaro Sato [Sat, 5 Jun 2010 09:55:52 +0000 (09:55 +0000)]
Workaround for Moog VCF making loud noise.

14 years agoFix insertion effect Lo-Fi making loud noise.
Kentaro Sato [Sat, 5 Jun 2010 09:54:55 +0000 (09:54 +0000)]
Fix insertion effect Lo-Fi making loud noise.

14 years agoFix infinite loop on reusing soundfont struct.
Kentaro Sato [Sun, 23 May 2010 08:32:43 +0000 (08:32 +0000)]
Fix infinite loop on reusing soundfont struct.

14 years agoFix ch_3tap_delay crash.
Kentaro Sato [Sat, 22 May 2010 15:10:28 +0000 (15:10 +0000)]
Fix ch_3tap_delay crash.

14 years agochanged file name was wrong; playmidi.c => readmidi.c
Kentaro Sato [Mon, 17 May 2010 12:18:31 +0000 (12:18 +0000)]
changed file name was wrong; playmidi.c => readmidi.c

14 years agoFix existing anti-popping minimum volume ramps for expression, volume, pans, etc...
Kentaro Sato [Mon, 17 May 2010 12:16:25 +0000 (12:16 +0000)]
Fix existing anti-popping minimum volume ramps for expression, volume, pans, etc.. Extend anti-popping minimum volume ramps to envelope amp changes.

14 years agoAllow Device Numbers other than 0x10 for XG SYSTEM ON SYSEX events
Kentaro Sato [Mon, 17 May 2010 12:15:59 +0000 (12:15 +0000)]
Allow Device Numbers other than 0x10 for XG SYSTEM ON SYSEX events

14 years agoplaymidi.c: Allow Device Numbers other than 0x10 for XG SYSTEM ON SYSEX events
Kentaro Sato [Mon, 17 May 2010 12:14:37 +0000 (12:14 +0000)]
playmidi.c: Allow Device Numbers other than 0x10 for XG SYSTEM ON SYSEX events
mix.c: Fix existing anti-popping minimum volume ramps for expression, volume, pans, etc.. Extend anti-popping minimum volume ramps to envelope amp changes.

14 years agotimidity/sun_a.c (acntl): Fix for message PM_REQ_GETQSIZ, PM_REQ_GETFRAGSIZ.
Kentaro Sato [Wed, 23 Dec 2009 11:57:03 +0000 (11:57 +0000)]
timidity/sun_a.c (acntl): Fix for message PM_REQ_GETQSIZ, PM_REQ_GETFRAGSIZ.

14 years agoChangelog was incomplete again. sorry
Kentaro Sato [Sat, 19 Dec 2009 03:48:32 +0000 (03:48 +0000)]
Changelog was incomplete again. sorry

14 years agotimidity/readmidi.c: Fixed crash when loading long music.
Kentaro Sato [Sat, 19 Dec 2009 03:39:08 +0000 (03:39 +0000)]
timidity/readmidi.c: Fixed crash when loading long music.
timidity/timidity.c: Fixed corruption of the default device encoding on some occasion.
timidity/w32_a.c: Fixed Windows audio driver 24-bit output.
interface/w32g_syn.c: Better tray icon removal.

14 years agoFixed Windows audio driver 24-bit output.
Kentaro Sato [Sat, 19 Dec 2009 03:37:10 +0000 (03:37 +0000)]
Fixed Windows audio driver 24-bit output.

14 years agoFixed corruption of the default device encoding on some occasion.
Kentaro Sato [Sat, 19 Dec 2009 03:35:07 +0000 (03:35 +0000)]
Fixed corruption of the default device encoding on some occasion.

14 years agoFixed crash when loading long music.
Kentaro Sato [Sat, 19 Dec 2009 03:28:34 +0000 (03:28 +0000)]
Fixed crash when loading long music.

14 years agoBetter tray icon removal.
Kentaro Sato [Sat, 19 Dec 2009 03:13:51 +0000 (03:13 +0000)]
Better tray icon removal.

14 years agoChangelog date was missing.
Kentaro Sato [Sun, 4 Oct 2009 13:33:23 +0000 (13:33 +0000)]
Changelog date was missing.

14 years agoAdded Freeverb parameter options to --reverb.
Kentaro Sato [Sun, 4 Oct 2009 13:30:52 +0000 (13:30 +0000)]
Added Freeverb parameter options to --reverb.

14 years agoReduced warnings.
Kentaro Sato [Sun, 4 Oct 2009 13:30:36 +0000 (13:30 +0000)]
Reduced warnings.

14 years agotimidity/timidity.c, timidity/reverb.[ch], doc/C/timidity.1, doc/ja_JP.eucJP/timidity.1:
Kentaro Sato [Sun, 4 Oct 2009 13:30:15 +0000 (13:30 +0000)]
timidity/timidity.c, timidity/reverb.[ch], doc/C/timidity.1, doc/ja_JP.eucJP/timidity.1:
  Added Freeverb parameter options to --reverb.
timidity/freq.c, timidity/sndfont.c: Reduced warnings.

15 years agoFix for GM2 drumch on program change
Shoichi Tamuki [Mon, 16 Mar 2009 10:37:33 +0000 (10:37 +0000)]
Fix for GM2 drumch on program change

15 years agoRevert r1.69 change for panning delay that caused off-by-one.
Kentaro Sato [Sun, 15 Mar 2009 10:41:15 +0000 (10:41 +0000)]
Revert r1.69 change for panning delay that caused off-by-one.

15 years agoFix for Mac sound spectrum being out of sync in trace mode.
Kentaro Sato [Sun, 15 Mar 2009 10:41:08 +0000 (10:41 +0000)]
Fix for Mac sound spectrum being out of sync in trace mode.

15 years agotimidity/miditrace.c: Fix for Mac sound spectrum being out of sync in trace mode.
Kentaro Sato [Sun, 15 Mar 2009 10:41:06 +0000 (10:41 +0000)]
timidity/miditrace.c: Fix for Mac sound spectrum being out of sync in trace mode.
timidity/reverb.c: Revert r1.69 change for panning delay that caused off-by-one.

15 years agoleak fixed: Display errors reported on startup.
Kentaro Sato [Sat, 14 Mar 2009 15:59:39 +0000 (15:59 +0000)]
leak fixed: Display errors reported on startup.

15 years agoAdd configuration fallbacks.
Kentaro Sato [Sat, 14 Mar 2009 15:50:11 +0000 (15:50 +0000)]
Add configuration fallbacks.

15 years agoDisplay errors reported on startup.
Kentaro Sato [Sat, 14 Mar 2009 15:50:07 +0000 (15:50 +0000)]
Display errors reported on startup.

15 years agoCFG_FOR_SF_SUPPORT_FFT can be externally defined. (cfgforsf)
Kentaro Sato [Sat, 14 Mar 2009 15:50:03 +0000 (15:50 +0000)]
CFG_FOR_SF_SUPPORT_FFT can be externally defined. (cfgforsf)

15 years agoRemove unused local variables.
Kentaro Sato [Sat, 14 Mar 2009 15:49:59 +0000 (15:49 +0000)]
Remove unused local variables.

15 years agointerface/w32g_c.c: Display errors reported on startup.
Kentaro Sato [Sat, 14 Mar 2009 15:49:56 +0000 (15:49 +0000)]
interface/w32g_c.c: Display errors reported on startup.
interface/w32g_utl.c: Add configuration fallbacks.
timidity/midi_a.c: Remove unused local variables.
timidity/sndfont.c: CFG_FOR_SF_SUPPORT_FFT can be externally defined. (cfgforsf)

15 years agoFix to fit with MAX_CHANNELS > 32
Shoichi Tamuki [Wed, 4 Mar 2009 09:51:36 +0000 (09:51 +0000)]
Fix to fit with MAX_CHANNELS > 32

15 years agoautoreconf
Shoichi Tamuki [Mon, 2 Mar 2009 11:18:42 +0000 (11:18 +0000)]
autoreconf

15 years agoautotool applied
Keishi Suenaga [Fri, 5 Dec 2008 22:52:46 +0000 (22:52 +0000)]
autotool applied

15 years agoModified Files:
Keishi Suenaga [Fri, 5 Dec 2008 21:59:02 +0000 (21:59 +0000)]
Modified Files:
   ChangeLog configure.in timidity/w32_libFLAC_dll.c
   utils/Makefile.am utils/net.c utils/net.h
Added Files:
   utils/getaddrinfo.c

16 years agointerface/xaw_i.c: reinstate one line.
Shoichi Tamuki [Wed, 21 May 2008 16:34:51 +0000 (16:34 +0000)]
interface/xaw_i.c: reinstate one line.

16 years agoutils/net.c: Fix for AI_ADDRCONFIG unsupported
Shoichi Tamuki [Wed, 21 May 2008 15:52:13 +0000 (15:52 +0000)]
utils/net.c: Fix for AI_ADDRCONFIG unsupported

16 years agoipv6 patch and others
Shoichi Tamuki [Wed, 21 May 2008 13:01:44 +0000 (13:01 +0000)]
ipv6 patch and others

16 years ago * interface/w32g_pref.c: WIN64 with AMD64 small fix
Keishi Suenaga [Wed, 16 Apr 2008 00:14:45 +0000 (00:14 +0000)]
* interface/w32g_pref.c:  WIN64 with AMD64 small fix
* interface/xaw_i.c
  interface/x_trace.c
  interface/x_trace.h:  xaw SIGSEGV fix.
* interface/alsaseq_c.c:  idle time patch.

16 years ago * configure.in
Keishi Suenaga [Sun, 13 Apr 2008 11:16:18 +0000 (11:16 +0000)]
* configure.in
  doc/ja_JP.eucJP/README.w32
  interface/Makefile.am
  timidity/sysdep.h
  doc/C/README.w32:    update files about Compile for Windows.
* interface/w32g.h
  interface/w32g_c.c
  interface/w32g_i.c
  interface/w32g_pref.c
  interface/w32g_ut2.c
  interface/w32g_utl.c
  timidity/controls.h
  timidity/optcode.h
  timidity/playmidi.c
  timidity/sysdep.h
  timidity/w32_a.c
  timidity/reverb.c:  suport for WIN64 with AMD64

16 years agotimidity/timidity.c: Fix atavism (reversion) and change a bit
Shoichi Tamuki [Tue, 8 Apr 2008 12:43:23 +0000 (12:43 +0000)]
timidity/timidity.c: Fix atavism (reversion) and change a bit

16 years ago * timidity/ao_a.c
Keishi Suenaga [Tue, 8 Apr 2008 00:35:58 +0000 (00:35 +0000)]
* timidity/ao_a.c
timidity/portaudio_a.c
timidity/timidity.c
timidity/w32_a.c    select audio device only in -o option

16 years agotimidity/timidity.c: Revert short -Od(n) option for output device ID
Shoichi Tamuki [Sun, 6 Apr 2008 10:23:56 +0000 (10:23 +0000)]
timidity/timidity.c: Revert short -Od(n) option for output device ID

16 years ago * timidity/w32_libFLAC_dll.c
Keishi Suenaga [Sun, 6 Apr 2008 01:40:25 +0000 (01:40 +0000)]
* timidity/w32_libFLAC_dll.c
  timidity/w32_libFLAC_dll_g.h support new flac dll(1.2.1)

16 years ago * timidity/common.c
Keishi Suenaga [Sat, 5 Apr 2008 21:30:29 +0000 (21:30 +0000)]
* timidity/common.c
  timidity/speex_a.c     fix compliation
* timidity/midi_a.c      BorlancC patch

16 years agoTiMidity(-uj).ad: move to interface directory
Shoichi Tamuki [Sat, 5 Apr 2008 11:51:13 +0000 (11:51 +0000)]
TiMidity(-uj).ad: move to interface directory

16 years agoautoreconf
Shoichi Tamuki [Sat, 5 Apr 2008 11:45:30 +0000 (11:45 +0000)]
autoreconf

16 years ago * interface/Makefile.am
Keishi Suenaga [Wed, 2 Apr 2008 22:55:53 +0000 (22:55 +0000)]
    * interface/Makefile.am
          bitmaps/Makefile.am
          interface/arrow.xbm            remove
          interface/check.xbm            remove
          interface/off.xbm              remove
          interface/on.xbm               remove

16 years agoModified Files:
Keishi Suenaga [Tue, 1 Apr 2008 18:57:32 +0000 (18:57 +0000)]
Modified Files:
   ChangeLog
Added Files:
   TiMidity-uj.ad TiMidity.ad interface/x_trace.c
   interface/x_trace.h interface/xdnd.c interface/xdnd.h
   interface/bitmaps/arrow.xbm interface/bitmaps/check.xbm
   interface/bitmaps/fast.xbm interface/bitmaps/keydown.xbm
   interface/bitmaps/keyup.xbm interface/bitmaps/off.xbm
   interface/bitmaps/on.xbm interface/bitmaps/slow.xbm
Removed Files:
   TiMidity-uj.ad.in TiMidity.ad.in

16 years ago * timidity/common.c
Keishi Suenaga [Tue, 1 Apr 2008 02:35:08 +0000 (02:35 +0000)]
* timidity/common.c
  common.makefile.in
  configure.in
  doc/C/README.xaw
  interface/arrow.xbm
  interface/bitmaps/arrow.xbm
  interface/bitmaps/check.xbm
  interface/bitmaps/fast.xbm
  interface/bitmaps/keydown.xbm
  interface/bitmaps/keyup.xbm
  interface/bitmaps/off.xbm
  interface/bitmaps/on.xbm
  interface/bitmaps/slow.xbm
  interface/check.xbm
  interface/Makefile.am
  interface/off.xbm
  interface/on.xbm
  interface/xaw_c.c
  interface/xaw.h
  interface/xaw_i.c
  interface/xdnd.c
  interface/xdnd.h
  interface/x_trace.c
  interface/x_trace.h
  Makefile.am
  Makefile.in
  script/unix2dos.sh
  timidity/aiff_a.c
  timidity/au_a.c
  timidity/common.c
  timidity/flac_a.c
  timidity/gogo_a.c
  timidity/m2m.c
  timidity/midi_a.c
  timidity/modmid_a.c
  timidity/output.h
  timidity/playmidi.c
  file timidity/raw_a.c
  file timidity/speex_a.c
  file timidity/vorbis_a.c
  timidity/wave_a.c
  TiMidity.ad
  TiMidity.ad.in
  TiMidity-uj.ad
  TiMidity-uj.ad.in  some improvements of XAW interface.

16 years ago * timidity/playmidi.c
Keishi Suenaga [Tue, 1 Apr 2008 01:15:27 +0000 (01:15 +0000)]
* timidity/playmidi.c
  timidity/playmidi.h
  timidity/readmidi.c
  timidity/timidity.c   add preserve-silence option

16 years ago a patch from Yair K.
Keishi Suenaga [Sun, 30 Mar 2008 22:08:08 +0000 (22:08 +0000)]
    a patch from Yair K.
        * configure.in
          utils/support.c
          utils/support.h        fix-snprintf-crash

16 years ago patches from Yair K.
Keishi Suenaga [Sun, 30 Mar 2008 02:31:14 +0000 (02:31 +0000)]
patches from Yair K.
* libarc/arc_tar.c       fix-archive-add-crash
* timidity/reverb.c      fix-reverb-crash-from-Debian
* timidity/miditrace.c   fix-soundspec-in-trace-mode
* autoconf/utils.m4
  configure.in
  timidity/Makefile.am
  timidity/midi_a.c
  timidity/output.c
  timidity/reverb.c
  timidity/reverb.h
  timidity/sun_a.c
  timidity/sysdep.h       for support OpenBSD

16 years agofix typo
Keishi Suenaga [Sat, 29 Mar 2008 15:05:54 +0000 (15:05 +0000)]
fix typo

16 years agoStags Sergeev <stsp@aknet.ru>
Keishi Suenaga [Fri, 28 Mar 2008 22:31:51 +0000 (22:31 +0000)]
Stags Sergeev <stsp@aknet.ru>
 timidity/midi_a.c  remove gnuc extensions

17 years ago interface/rtsyn_common.c bugfix
Keishi Suenaga [Sat, 10 Mar 2007 02:13:29 +0000 (02:13 +0000)]
 interface/rtsyn_common.c     bugfix

17 years ago2007-3-10 Keishi Suenaga <skeishi@yahoo.co.jp>
Keishi Suenaga [Fri, 9 Mar 2007 20:37:58 +0000 (20:37 +0000)]
2007-3-10  Keishi Suenaga <skeishi@yahoo.co.jp>

* interface/npsyn_c.c
  interface/rtsyn.h
  interface/rtsyn_common.c
  interface/rtsyn_npipe.c
  timidity/npipe_a.c
  timidity/playmidi.c
  timidity/portaudio_a.c
  timidity/timidity.c
  utils/timer.c:          Windows Named Pipe interface.

17 years agointerface/Makefile.am: Fix typo
Shoichi Tamuki [Sat, 10 Feb 2007 05:26:19 +0000 (05:26 +0000)]
interface/Makefile.am: Fix typo

17 years agoAutoreconf
Shoichi Tamuki [Fri, 9 Feb 2007 13:36:40 +0000 (13:36 +0000)]
Autoreconf

17 years ago2007-02-09 Keishi Suenaga <skeishi@yahoo.co.jp>
Keishi Suenaga [Thu, 8 Feb 2007 23:57:47 +0000 (23:57 +0000)]
2007-02-09  Keishi Suenaga <skeishi@yahoo.co.jp>

* interface.h.in:       Windows Named Pipe
* timidity/timidity.c:  fix typo

17 years ago automake and autoconf are applied.
Keishi Suenaga [Thu, 8 Feb 2007 23:24:27 +0000 (23:24 +0000)]
  automake and autoconf are applied.

17 years ago * configure.in
Keishi Suenaga [Thu, 8 Feb 2007 23:20:51 +0000 (23:20 +0000)]
* configure.in
  interface/Makefile.am
  interface/npsyn_c.c (add)
  interface/rtsyn.h
  interface/rtsyn_common.c
  interface/rtsyn_npipe.c (add)
  timidity/Makefile.am
  timidity/npipe_a.c (add)
  timidity/output.c
  timidity/timidity.c
  timidity/controls.c:      Windows Named Pipe Interface(new)
* timidity/resample.c       small fix frreing gauss_table.
* windrv/timiditydrv.c
* windrv/timiwp_timidity.c: fix for WindowsMediaPlayer.

17 years ago2007-01-28 Keishi Suenaga <skeishi@yahoo.co.jp>
Keishi Suenaga [Sat, 27 Jan 2007 20:52:14 +0000 (20:52 +0000)]
2007-01-28  Keishi Suenaga <skeishi@yahoo.co.jp>

* interface/rtsyn_common.c: fix sysex check
* timidity/portaudio_a.c    small fix for compiling
* timidity/timidity.c       w32 cfg file sequence changed
                            option > exe dir > win dir

                            w32 set stdin&out binarymode
* timidity/w32_a.c          small fix for compiling
* windrv/Makefile.am        re-add add timidity.idl
* windrv/timiditydrv.c      re-add MIDIOUTCAPS2A(W)
* windrv/timiditydrv.idl    re-add

w32 set stdin&out binarymode change was fogotten, add it.

17 years ago applied autotools
Keishi Suenaga [Sat, 27 Jan 2007 20:22:41 +0000 (20:22 +0000)]
 applied autotools

17 years ago2007-01-28 Keishi Suenaga <skeishi@yahoo.co.jp>
Keishi Suenaga [Sat, 27 Jan 2007 20:19:09 +0000 (20:19 +0000)]
2007-01-28  Keishi Suenaga <skeishi@yahoo.co.jp>

* interface/rtsyn_common.c: fix sysex check
* timidity/portaudio_a.c    small fix for compiling
* timidity/timidity.c       w32 cfg file sequence changed
                            option > exe dir > win dir
* timidity/w32_a.c          small fix for compiling
* windrv/Makefile.am        re-add add timidity.idl
* windrv/timiditydrv.c      re-add MIDIOUTCAPS2A(W)
* windrv/timiditydrv.idl    re-add

17 years ago2007-01-14 Keishi Suenaga <skeishi@yahoo.co.jp>
Keishi Suenaga [Sat, 13 Jan 2007 16:42:37 +0000 (16:42 +0000)]
2007-01-14  Keishi Suenaga <skeishi@yahoo.co.jp>

    * timidity/flac_a.c
      timidity/gogo_a.c
      timidity/speex_a.c
      timidity/vorbis_a.c
      timidity/wave_a.c
      timidity/output_a.c: fix for autofilename

17 years ago2007-01-13 Keishi Suenaga <skeishi@yahoo.co.jp>
Keishi Suenaga [Sat, 13 Jan 2007 10:37:37 +0000 (10:37 +0000)]
2007-01-13  Keishi Suenaga <skeishi@yahoo.co.jp>

    * timidity/wave_a.c: fix for server interface.

17 years ago2007-01-012 Keishi Suenaga <skeishi@yahoo.co.jp>
Keishi Suenaga [Fri, 12 Jan 2007 02:37:06 +0000 (02:37 +0000)]
2007-01-012  Keishi Suenaga <skeishi@yahoo.co.jp>

    * timidity/wave_a.c: fix for autofilname.

17 years agoFix to avoid segmentation fault when "." or nonexistent archive name is given
Shoichi Tamuki [Fri, 5 Jan 2007 06:40:11 +0000 (06:40 +0000)]
Fix to avoid segmentation fault when "." or nonexistent archive name is given

17 years agoBeautify (no change logically)
Shoichi Tamuki [Fri, 5 Jan 2007 05:42:36 +0000 (05:42 +0000)]
Beautify (no change logically)

17 years ago2007-1-4 Keishi Suenaga <skeishi@yahoo.co.jp>
Keishi Suenaga [Thu, 4 Jan 2007 12:02:19 +0000 (12:02 +0000)]
2007-1-4  Keishi Suenaga <skeishi@yahoo.co.jp>

    Fix -iW and timiditydrv.dll sound problem.
* timidity/portaudio_a.c: fix buffer overlow.

17 years agoKeep backward compatibility for gcc-2.95 or earlier
Shoichi Tamuki [Thu, 4 Jan 2007 09:42:14 +0000 (09:42 +0000)]
Keep backward compatibility for gcc-2.95 or earlier

17 years agoAutoreconf
Shoichi Tamuki [Wed, 3 Jan 2007 12:55:16 +0000 (12:55 +0000)]
Autoreconf

17 years agotimidity/portaudio_a.c more fix
Keishi Suenaga [Wed, 3 Jan 2007 12:07:32 +0000 (12:07 +0000)]
timidity/portaudio_a.c more fix

17 years ago timidity/portaudio_a.c: add dummy anctl()s
Keishi Suenaga [Wed, 3 Jan 2007 09:02:58 +0000 (09:02 +0000)]
 timidity/portaudio_a.c: add dummy anctl()s

17 years ago2007-1-3 Keishi Suenaga <skeishi@yahoo.co.jp>
Keishi Suenaga [Wed, 3 Jan 2007 07:22:33 +0000 (07:22 +0000)]
2007-1-3  Keishi Suenaga <skeishi@yahoo.co.jp>

    Fix -iW and timiditydrv.dll sound problem.
* timidity/portaudio_a.c: remove broken acntl()s.

17 years ago2007-1-1 Keishi Suenaga <skeishi@yahoo.co.jp>
Keishi Suenaga [Mon, 1 Jan 2007 07:27:42 +0000 (07:27 +0000)]
2007-1-1  Keishi Suenaga <skeishi@yahoo.co.jp>

* timidity/timidity.c
  timidity/w32_a.c
  timidity/portaudio_a.c: can select optput device.

17 years agoFix suspected typo.
Kentaro Sato [Mon, 1 Jan 2007 07:03:27 +0000 (07:03 +0000)]
Fix suspected typo.

17 years agotimidity/readmidi.c: Fix suspected typo.
Kentaro Sato [Mon, 1 Jan 2007 07:03:18 +0000 (07:03 +0000)]
timidity/readmidi.c: Fix suspected typo.

17 years agoReverted a useless fix of the previous commit.
Kentaro Sato [Mon, 1 Jan 2007 05:50:41 +0000 (05:50 +0000)]
Reverted a useless fix of the previous commit.

17 years agoAdded support for GM2 Master Fine/Coarse Tuning, GS Master Tune and XG Master Tuning...
Kentaro Sato [Mon, 1 Jan 2007 05:50:36 +0000 (05:50 +0000)]
Added support for GM2 Master Fine/Coarse Tuning, GS Master Tune and XG Master Tuning (4C not 27) SysEx.

17 years agoAdded support for Master Tuning.
Kentaro Sato [Mon, 1 Jan 2007 05:50:28 +0000 (05:50 +0000)]
Added support for Master Tuning.

17 years agotimidity/playmidi.[ch], timidity/readmidi.c: Added support for GM2 Master Fine/Coarse...
Kentaro Sato [Mon, 1 Jan 2007 05:50:12 +0000 (05:50 +0000)]
timidity/playmidi.[ch], timidity/readmidi.c: Added support for GM2 Master Fine/Coarse Tuning, GS Master Tune and XG Master Tuning (4C not 27) SysEx.
libarc/unlzh.c: Reverted a useless fix of the previous commit.

17 years ago * interfece/w32g_pref.c can change timidity.cfg editor
Keishi Suenaga [Sat, 30 Dec 2006 16:45:31 +0000 (16:45 +0000)]
* interfece/w32g_pref.c can change timidity.cfg editor
  by environment valiable TIMiDITY_CFG_EDITOR.

17 years agoFixed LZH vulnerabilities named CVE-2006-4335, CVE-2006-4337, CVE-2006-4338.
Kentaro Sato [Fri, 29 Dec 2006 07:53:51 +0000 (07:53 +0000)]
Fixed LZH vulnerabilities named CVE-2006-4335, CVE-2006-4337, CVE-2006-4338.

17 years agolibarc/unlzh.c: Fixed LZH vulnerabilities named CVE-2006-4335, CVE-2006-4337, CVE...
Kentaro Sato [Fri, 29 Dec 2006 07:53:48 +0000 (07:53 +0000)]
libarc/unlzh.c: Fixed LZH vulnerabilities named CVE-2006-4335, CVE-2006-4337, CVE-2006-4338.

17 years agoImploved system independency.
Kentaro Sato [Fri, 29 Dec 2006 06:10:53 +0000 (06:10 +0000)]
Imploved system independency.

17 years agoChanged argument type of std_write() from const char * to const void *.
Kentaro Sato [Fri, 29 Dec 2006 06:10:51 +0000 (06:10 +0000)]
Changed argument type of std_write() from const char * to const void *.

17 years agotimidity/controls.[ch]: Changed argument type of std_write().
Kentaro Sato [Fri, 29 Dec 2006 06:10:45 +0000 (06:10 +0000)]
timidity/controls.[ch]: Changed argument type of std_write().
timidity/midi_a.c: Imploved system independency.

17 years ago2006-12-27 Keishi Suenaga <skeishi@yahoo.co.jp>
Keishi Suenaga [Wed, 27 Dec 2006 11:35:38 +0000 (11:35 +0000)]
2006-12-27  Keishi Suenaga <skeishi@yahoo.co.jp>

* timidity/portaudio_a.c:  bug fix
* interface/w32g_pref.c, interface/w32g_pref.h,
  w32_portaudio_dll.c: asio dialog in win GUI.

17 years ago2006-12-26 Keishi Suenaga <skeishi@yahoo.co.jp>
Keishi Suenaga [Tue, 26 Dec 2006 08:03:53 +0000 (08:03 +0000)]
2006-12-26  Keishi Suenaga <skeishi@yahoo.co.jp>
* timidity/portaudio_a.c
  timidity/w32_portaudio_dll.c: fix portaudio v19 support
  now use only one dll named portaudio.dll.