OSDN Git Service

timidity41/timidity41.git
20 years agoAdd opt_pan_delay.
Saito [Sat, 1 Nov 2003 09:10:09 +0000 (09:10 +0000)]
Add opt_pan_delay.

20 years agoFix SoundFont.
Saito [Sat, 1 Nov 2003 08:51:37 +0000 (08:51 +0000)]
Fix SoundFont.

20 years agoFixes around option parsing
Shohei Urabe [Sat, 1 Nov 2003 02:10:55 +0000 (02:10 +0000)]
Fixes around option parsing

20 years agoFix initialization of drumsets on synthesizer modes.
Saito [Fri, 31 Oct 2003 12:12:44 +0000 (12:12 +0000)]
Fix initialization of drumsets on synthesizer modes.

20 years agofix of break key stop in rtsyn
Keishi Suenaga [Thu, 30 Oct 2003 10:38:28 +0000 (10:38 +0000)]
fix of break key stop  in  rtsyn
\16interface/rtsyn.h interface/winsyn_c.c

20 years agomore flexibility for reverb
Shohei Urabe [Thu, 30 Oct 2003 09:20:42 +0000 (09:20 +0000)]
more flexibility for reverb

20 years agoportmidiysn bug fix sysex was disabled. Re enable sysex.
Keishi Suenaga [Thu, 30 Oct 2003 07:34:00 +0000 (07:34 +0000)]
portmidiysn bug fix  sysex was disabled. Re enable sysex.
interface/rtsyn.h interface/rtsyn_common.c

20 years agowinsyn portmidisyn
Keishi Suenaga [Thu, 30 Oct 2003 06:31:09 +0000 (06:31 +0000)]
winsyn portmidisyn
Close MIDI ports  when safe_exit;
interface/portmidisyn_c.c interface/winsyn_c.c

20 years agoGlobal freeverb
Shohei Urabe [Mon, 27 Oct 2003 23:11:30 +0000 (23:11 +0000)]
Global freeverb

20 years agoFixed noise shaping filter bug.
Kentaro Sato [Mon, 27 Oct 2003 02:18:16 +0000 (02:18 +0000)]
Fixed noise shaping filter bug.

20 years agoFix fatal bug.
Saito [Sat, 25 Oct 2003 18:35:17 +0000 (18:35 +0000)]
Fix fatal bug.

20 years agoBug fix.
Saito [Sat, 25 Oct 2003 17:27:45 +0000 (17:27 +0000)]
Bug fix.

20 years agoBug fix.
Saito [Sat, 25 Oct 2003 16:42:27 +0000 (16:42 +0000)]
Bug fix.

20 years agoImplement phase lag between left and right ear experimentally.
Saito [Sat, 25 Oct 2003 16:16:42 +0000 (16:16 +0000)]
Implement phase lag between left and right ear experimentally.

20 years agoFix ChangeLog
Saito [Sat, 25 Oct 2003 08:13:01 +0000 (08:13 +0000)]
Fix ChangeLog

20 years agoMIDI timer fine up in twsnth new timer thread enable.
Keishi Suenaga [Fri, 24 Oct 2003 22:06:01 +0000 (22:06 +0000)]
MIDI timer fine up in twsnth new timer thread enable.
interface/rtsyn.h interface/rtsyn_common.c

20 years agocomments for this commit
Keishi Suenaga [Fri, 24 Oct 2003 07:27:52 +0000 (07:27 +0000)]
comments for this commit

20 years agoFix for getopt_long
Shohei Urabe [Thu, 23 Oct 2003 09:56:34 +0000 (09:56 +0000)]
Fix for getopt_long

20 years agoPORTMIDYSYN and WINSYN
Keishi Suenaga [Wed, 22 Oct 2003 10:12:52 +0000 (10:12 +0000)]
PORTMIDYSYN and WINSYN
Make to terminate midi ports when break key pushed,

interface/rtsyn.h interface/rtsyn_portmidi.c
interface/rtsyn_winmm.c timidity/timidity.c

20 years agoFix around channel layer
Shoichi Tamuki [Tue, 14 Oct 2003 03:34:56 +0000 (03:34 +0000)]
Fix around channel layer

20 years agoFix around channel layer
Shoichi Tamuki [Sat, 11 Oct 2003 23:13:53 +0000 (23:13 +0000)]
Fix around channel layer

20 years agoTempo gradation is supported. (bug fix)
Kentaro Sato [Sat, 11 Oct 2003 15:26:59 +0000 (15:26 +0000)]
Tempo gradation is supported. (bug fix)

20 years agoTempo gradation is supported.
Kentaro Sato [Sat, 11 Oct 2003 15:13:17 +0000 (15:13 +0000)]
Tempo gradation is supported.

20 years agoRCP tempo gradation is supported.
Kentaro Sato [Sat, 11 Oct 2003 15:13:10 +0000 (15:13 +0000)]
RCP tempo gradation is supported.

20 years agoFix temperament control to fit with channel layer
Shoichi Tamuki [Sat, 11 Oct 2003 03:28:24 +0000 (03:28 +0000)]
Fix temperament control to fit with channel layer

20 years agoFix around channel layer
Shoichi Tamuki [Fri, 10 Oct 2003 14:13:28 +0000 (14:13 +0000)]
Fix around channel layer

20 years agoFix around channel layer
Shoichi Tamuki [Fri, 10 Oct 2003 06:28:49 +0000 (06:28 +0000)]
Fix around channel layer

20 years agoIn Linux rtsyn become to use aa thread for calcurating data.
Keishi Suenaga [Fri, 10 Oct 2003 01:53:15 +0000 (01:53 +0000)]
In Linux rtsyn become to use  aa thread for calcurating data.
To decline this edit rtsynth.h
interface/portmidisyn_c.c interface/rtsyn.h
interface/rtsyn_common.c interface/rtsyn_winmm.c

20 years agoFix winsyn Winmm Timer Interruput.
Keishi Suenaga [Thu, 9 Oct 2003 10:32:10 +0000 (10:32 +0000)]
Fix winsyn Winmm Timer Interruput.
interface/rtsyn.h interface/rtsyn_common.c

20 years agoUse Wimm Timer. Not sure the merit of this.
Keishi Suenaga [Thu, 9 Oct 2003 06:00:22 +0000 (06:00 +0000)]
Use Wimm Timer. Not sure the merit of this.
not use Winmm Timer undefine USE_WINTIMER_I in rtsyn.h
interface/rtsyn.h interface/rtsyn_common.c
interface/rtsyn_winmm.c interface/winsyn_c.c

20 years agoFixed segfault or error with use of #extension opt.
Takashi Iwai [Wed, 8 Oct 2003 11:00:05 +0000 (11:00 +0000)]
Fixed segfault or error with use of #extension opt.
optind is reset before calling getopt_long() again.

20 years agoRevert fix getopt_long problem in MinGW environment
Shoichi Tamuki [Wed, 8 Oct 2003 07:11:46 +0000 (07:11 +0000)]
Revert fix getopt_long problem in MinGW environment

20 years agoReturning an error from WRDTracer.start()
Kentaro Sato [Wed, 8 Oct 2003 01:12:35 +0000 (01:12 +0000)]
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.

20 years agoFixed crash with --realtime-load
Kentaro Sato [Wed, 8 Oct 2003 01:12:28 +0000 (01:12 +0000)]
Fixed crash with --realtime-load
when an instrument of the alternative bank is not defined.

20 years agoFixed crash with --realtime-load
Kentaro Sato [Wed, 8 Oct 2003 01:12:19 +0000 (01:12 +0000)]
Fixed crash with --realtime-load
when an instrument of the alternative bank is not defined.
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.

20 years agoBug fix in set_tim_opt_long
Shohei Urabe [Tue, 7 Oct 2003 22:27:02 +0000 (22:27 +0000)]
Bug fix in set_tim_opt_long

20 years agoClean up option handling.
Takashi Iwai [Tue, 7 Oct 2003 11:52:08 +0000 (11:52 +0000)]
Clean up option handling.

20 years agoGETOPT broken problem in mingw configuration files fix
Keishi Suenaga [Tue, 7 Oct 2003 09:35:50 +0000 (09:35 +0000)]
GETOPT broken problem in mingw  configuration files fix
configure.in (and autogenerated files)

20 years agoRemove
Shoichi Tamuki [Tue, 7 Oct 2003 09:21:01 +0000 (09:21 +0000)]
Remove

20 years agoFix around channel layer
Shoichi Tamuki [Tue, 7 Oct 2003 09:02:49 +0000 (09:02 +0000)]
Fix around channel layer

20 years agofixed getopt_long problem in Mingw.(config finles)
Keishi Suenaga [Tue, 7 Oct 2003 03:45:47 +0000 (03:45 +0000)]
fixed getopt_long problem in Mingw.(config finles)
configure.in (and other autogenerated files)

20 years agoFix around getopt_long.
Saito [Tue, 7 Oct 2003 02:30:18 +0000 (02:30 +0000)]
Fix around getopt_long.

20 years agofix 100% CPU usage problem of MSVC compiled TWSynth &twsyng
Keishi Suenaga [Tue, 7 Oct 2003 00:58:10 +0000 (00:58 +0000)]
fix 100% CPU usage problem of MSVC compiled TWSynth &twsyng
interface/rtsyn_winmm.c

fix Broken MINGW(libmingwex.a)'s getopt probrem
(source files only cofiguration files will be fixed next time)
utils/getopt.c utils/tmdy_getopt.h

20 years agoFix around channel layer
Shoichi Tamuki [Sun, 5 Oct 2003 17:05:43 +0000 (17:05 +0000)]
Fix around channel layer

20 years agoFix around channel layer
Shoichi Tamuki [Sat, 4 Oct 2003 10:17:08 +0000 (10:17 +0000)]
Fix around channel layer

20 years agoRewrite help a little
Shoichi Tamuki [Fri, 3 Oct 2003 08:06:48 +0000 (08:06 +0000)]
Rewrite help a little

20 years agoHack up around channel layer
Shoichi Tamuki [Fri, 3 Oct 2003 04:07:46 +0000 (04:07 +0000)]
Hack up around channel layer

20 years agoHack up around channel layer
Shoichi Tamuki [Fri, 3 Oct 2003 03:40:56 +0000 (03:40 +0000)]
Hack up around channel layer
Rewrite help a little
Rename --effects -> --ext
Rename -EFresample -> EFresamp

20 years agoautoreconf
Shohei Urabe [Thu, 2 Oct 2003 17:02:16 +0000 (17:02 +0000)]
autoreconf

20 years agoUse functions instead of macros for resamplation. This doesn't
Takashi Iwai [Thu, 2 Oct 2003 15:22:47 +0000 (15:22 +0000)]
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.

20 years agoautoreconf
Shohei Urabe [Wed, 1 Oct 2003 14:36:03 +0000 (14:36 +0000)]
autoreconf

20 years agoUse macros instead of functions for imuldiv*() on generic architectures.
Takashi Iwai [Wed, 1 Oct 2003 12:48:55 +0000 (12:48 +0000)]
Use macros instead of functions for imuldiv*() on generic architectures.

20 years agoRemoved arts2 output mode, which is identical with arts mode, indeed.
Takashi Iwai [Wed, 1 Oct 2003 10:16:32 +0000 (10:16 +0000)]
Removed arts2 output mode, which is identical with arts mode, indeed.
Fixed wrong cast of pointer to integer.
Fixed the detect function of aRts.

20 years agoChange order of Tcl/Tk library version
Shoichi Tamuki [Tue, 30 Sep 2003 12:30:35 +0000 (12:30 +0000)]
Change order of Tcl/Tk library version

20 years agoHack up around channel layer
Shoichi Tamuki [Mon, 29 Sep 2003 12:40:29 +0000 (12:40 +0000)]
Hack up around channel layer

20 years agoHack up around channel layer
Shoichi Tamuki [Mon, 29 Sep 2003 12:37:12 +0000 (12:37 +0000)]
Hack up around channel layer

20 years agoReplaced the previous patch mis-applied.
Kentaro Sato [Fri, 26 Sep 2003 07:39:18 +0000 (07:39 +0000)]
Replaced the previous patch mis-applied.

20 years agoMinor bug fixes.
Kentaro Sato [Wed, 24 Sep 2003 10:11:57 +0000 (10:11 +0000)]
Minor bug fixes.

20 years agoFixed crash with --realtime-load (opt_realtime_playing).
Kentaro Sato [Wed, 24 Sep 2003 10:11:49 +0000 (10:11 +0000)]
Fixed crash with --realtime-load (opt_realtime_playing).

20 years agoAdd detect() functions.
Saito [Sun, 21 Sep 2003 04:42:46 +0000 (04:42 +0000)]
Add detect() functions.

20 years agoAdd detect() functions.
Saito [Sun, 21 Sep 2003 04:41:46 +0000 (04:41 +0000)]
Add detect() functions.

20 years agobug fix around channel layer
Shohei Urabe [Sat, 20 Sep 2003 16:35:02 +0000 (16:35 +0000)]
bug fix around channel layer

20 years agoadded detect callback.
Takashi Iwai [Thu, 18 Sep 2003 09:26:33 +0000 (09:26 +0000)]
added detect callback.

20 years agoadded detect callback to output for the auto-detection of
Takashi Iwai [Thu, 18 Sep 2003 09:23:59 +0000 (09:23 +0000)]
added detect callback to output for the auto-detection of
fallback devices.

20 years agofixed the typo.
Takashi Iwai [Thu, 18 Sep 2003 08:45:11 +0000 (08:45 +0000)]
fixed the typo.

20 years agoBug fix SEGV-ing in note_off() for non-existent instrument
Shohei Urabe [Thu, 18 Sep 2003 00:38:19 +0000 (00:38 +0000)]
Bug fix SEGV-ing in note_off() for non-existent instrument

20 years agoFix msc-project.zip
Saito [Mon, 15 Sep 2003 23:50:48 +0000 (23:50 +0000)]
Fix msc-project.zip

20 years agoFixes dealing with linear/non-linear MOD volumes
Shohei Urabe [Sun, 14 Sep 2003 10:51:54 +0000 (10:51 +0000)]
Fixes dealing with linear/non-linear MOD volumes

20 years agoRewrite help a little
Shoichi Tamuki [Fri, 12 Sep 2003 23:26:14 +0000 (23:26 +0000)]
Rewrite help a little

20 years agoRewrite help a little
Shoichi Tamuki [Fri, 12 Sep 2003 23:08:23 +0000 (23:08 +0000)]
Rewrite help a little

20 years agobug fix in insertion effect
Shohei Urabe [Fri, 12 Sep 2003 18:35:26 +0000 (18:35 +0000)]
bug fix in insertion effect

20 years ago- added --realtime-priority and --sequencer-ports options for alsaseq
Takashi Iwai [Fri, 12 Sep 2003 10:42:11 +0000 (10:42 +0000)]
- added --realtime-priority and --sequencer-ports options for alsaseq
  interface.
- added --no-background option, too.  --[no-]background and -i?D are
  enabled only when alsaseq interface is built in.
- drop root privilege after setsched().

20 years agoset/unset drumchannel info in drumpart change
Shohei Urabe [Thu, 11 Sep 2003 22:31:35 +0000 (22:31 +0000)]
set/unset drumchannel info in drumpart change

20 years agoRemove C++ style ``// comments
Shohei Urabe [Thu, 11 Sep 2003 21:35:31 +0000 (21:35 +0000)]
Remove C++ style ``// comments

20 years agoRevert surround chorus delay back to the value used in v2.11.3
Shohei Urabe [Mon, 8 Sep 2003 16:42:13 +0000 (16:42 +0000)]
Revert surround chorus delay back to the value used in v2.11.3

20 years agoAdjust minor of not Pythagoras tuning but both
Shoichi Tamuki [Sun, 7 Sep 2003 21:52:51 +0000 (21:52 +0000)]
Adjust minor of not Pythagoras tuning but both
mean-tone tuning and pure intonation by syntonic comma

20 years agoAdjust minor of both meantone tuning and pure intonation
Shoichi Tamuki [Sun, 7 Sep 2003 08:13:43 +0000 (08:13 +0000)]
Adjust minor of both meantone tuning and pure intonation
by syntonic comma instead of Pythagoras tuning

20 years agofixed the compilation on ALSA 0.5.x environment.
Takashi Iwai [Wed, 3 Sep 2003 12:19:30 +0000 (12:19 +0000)]
fixed the compilation on ALSA 0.5.x environment.

20 years agocompletion for ChangeLog
Shohei Urabe [Tue, 2 Sep 2003 23:34:12 +0000 (23:34 +0000)]
completion for ChangeLog

20 years agoautoreconfed
Shohei Urabe [Tue, 2 Sep 2003 23:26:20 +0000 (23:26 +0000)]
autoreconfed

20 years agoautoreconfed
Shohei Urabe [Tue, 2 Sep 2003 23:17:35 +0000 (23:17 +0000)]
autoreconfed

20 years agorenamed to TiMidity.ad.in and TiMidity-uj.ad.in.
Takashi Iwai [Tue, 2 Sep 2003 12:16:12 +0000 (12:16 +0000)]
renamed to TiMidity.ad.in and TiMidity-uj.ad.in.

20 years agosend quit commands when the interface is killed.
Takashi Iwai [Tue, 2 Sep 2003 12:15:34 +0000 (12:15 +0000)]
send quit commands when the interface is killed.

20 years agochanged TiMidity.ad and TiMidity-uj.ad as autoconf'ed files,
Takashi Iwai [Tue, 2 Sep 2003 12:14:29 +0000 (12:14 +0000)]
changed TiMidity.ad and TiMidity-uj.ad as autoconf'ed files,
since they include $pkglibdir-specific entries.

20 years ago- exit if the communication pipe between the interface window is broken.
Takashi Iwai [Tue, 2 Sep 2003 11:12:34 +0000 (11:12 +0000)]
- exit if the communication pipe between the interface window is broken.
  this assures that timidity quits when the window is killed by WM.

20 years ago- added the workaround for a (possible) bug of XF86 with UTF-8 locales.
Takashi Iwai [Tue, 2 Sep 2003 11:11:36 +0000 (11:11 +0000)]
- added the workaround for a (possible) bug of XF86 with UTF-8 locales.
  the font id returned from XFontsOfFontSet() may be zero.
- disabled to set the foreground to black.
  this will fix the all-black-filled file list.

20 years agoLittle patch to avoid prototype mismatch
Shoichi Tamuki [Thu, 28 Aug 2003 05:07:54 +0000 (05:07 +0000)]
Little patch to avoid prototype mismatch

20 years agoLittle patch to avoid prototype mismatch
Shoichi Tamuki [Thu, 28 Aug 2003 03:19:17 +0000 (03:19 +0000)]
Little patch to avoid prototype mismatch

20 years agoLittle patch to avoid prototype mismatch
Shoichi Tamuki [Thu, 28 Aug 2003 02:43:24 +0000 (02:43 +0000)]
Little patch to avoid prototype mismatch

20 years agoautoreconfed
Shohei Urabe [Wed, 27 Aug 2003 14:30:54 +0000 (14:30 +0000)]
autoreconfed

20 years ago- render events in finer resolutions when event timestamps are available.
Takashi Iwai [Wed, 27 Aug 2003 14:12:50 +0000 (14:12 +0000)]
- render events in finer resolutions when event timestamps are available.
- support of non-stream type devices like WAV with ALSA seq. interface.

20 years ago- a bit clean up of set_value(): now set_value() is for int only.
Takashi Iwai [Tue, 26 Aug 2003 17:22:29 +0000 (17:22 +0000)]
- a bit clean up of set_value():  now set_value() is for int only.
  there is additionally set_value_int32() for int32 variables.

20 years ago- set client name string "TiMidity".
Takashi Iwai [Tue, 26 Aug 2003 17:21:09 +0000 (17:21 +0000)]
- set client name string "TiMidity".

20 years agoautoreconfed
Shohei Urabe [Mon, 25 Aug 2003 11:56:09 +0000 (11:56 +0000)]
autoreconfed

20 years agoadded JACK support.
Takashi Iwai [Mon, 25 Aug 2003 10:11:03 +0000 (10:11 +0000)]
added JACK support.
minor fixes.

20 years agoAdded JACK output support.
Takashi Iwai [Mon, 25 Aug 2003 10:08:08 +0000 (10:08 +0000)]
Added JACK output support.

20 years agoadded parentheses around the ambiguous conditional expression
Takashi Iwai [Mon, 25 Aug 2003 10:03:38 +0000 (10:03 +0000)]
added parentheses around the ambiguous conditional expression
to avoid compile warnings.

20 years agoFixed the path of libesd for AMD64 and PPC64 (/usr/lib64/xxx).
Takashi Iwai [Mon, 25 Aug 2003 10:02:17 +0000 (10:02 +0000)]
Fixed the path of libesd for AMD64 and PPC64 (/usr/lib64/xxx).

21 years ago(parse_opt_s): -s option works correctly again
Shoichi Tamuki [Wed, 20 Aug 2003 22:12:19 +0000 (22:12 +0000)]
(parse_opt_s): -s option works correctly again

21 years agoFix typo in comment
Shohei Urabe [Tue, 19 Aug 2003 14:49:29 +0000 (14:49 +0000)]
Fix typo in comment