OSDN Git Service

update NEWS
authorShohei Urabe <root@mput.dip.jp>
Sun, 28 Mar 2004 19:04:22 +0000 (19:04 +0000)
committerShohei Urabe <root@mput.dip.jp>
Sun, 28 Mar 2004 19:04:22 +0000 (19:04 +0000)
ChangeLog
NEWS
configure
configure.in
interface/Makefile.in
timidity/Makefile.in

index eb6a559..83add43 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
-2004-03-29  URABE Shyouhei  <shyouhei@YahooBB218133008099.bbtec.net>
+2004-03-29  mput <root@mput.dip.jp>
 
+       * NEWS: update
        * configure.in: version to 2.13.0
+       * configure.in: disable --enable-simd (not working)
 
 2004-02-28  TAMUKI Shoichi <tamuki@linet.gr.jp>
 
diff --git a/NEWS b/NEWS
index d74aeda..8147ae1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,117 @@
+29/03/2004
+    * Verison 2.13.0
+    * Newly supported platforms
+          * Mac OS X native
+          * ALSA 0.9 and later
+          * Ogg Vorbis RC3 and later
+          * aRts
+          * JACK
+          * Windows Synthesizer mode (TWSYMTH)
+          * PortAudio?
+          * PortMIDI Synthesizer mode 
+    * Newly supported input format
+          * MFi (Melody format for i-Mode)
+          * RMI 
+    * Support for Tcl/Tk 8.3/8.4
+    * Temperament control
+          * Trial Pure intonation playing (-Zpure)
+          * Support for Temperament Tonality Control Tuning (MTS)
+          * Support for Temperament Type Control Tuning (MTS)
+          * Support for User-defined Temperament Entry (MTS)
+          * Channel mute by temperament type 
+    * Not pseudo reverb engine(Schroeder's & Freeverb)
+    * Plate reverberator
+    * Modulation envelope support
+    * voice-by-voice LPF (Chamberlin & Moog VCF)
+    * Insertion/Varidation effect support
+          * Distortion
+          * Overdrive
+          * OD1 / OD2
+          * HEXA-CHORUS
+          * Lo-Fi
+          * Stereo-EQ 
+    * Support for transpose
+    * SoundFont
+          * Support for stereo samples
+          * Support for SF2 scale tuning
+          * Support for sample link 
+    * Parameter Numbers
+          * NRPN drum pitch coarse & fine
+          * NRPN drum instrument tva level
+          * NRPN Vibrato Rate & Vibrato Depth
+          * RPN tuning program select
+          * GM2 RPN modulation range 
+    * Newly supported system exclusives
+          * GS SysEx Pitch Offset Fine
+          * GS SysEx tone map
+          * GS SysEx Reverb Level
+          * GS SysEx Reverb Time
+          * GS SysEx Note Off
+          * GS SysEx Velocity Sense Depth/Offset
+          * GS SysEx TONE MAP-0 NUMBER
+          * GS/XG SysEx Velocity Limit and Note Limit
+          * XG SysEx reverb/chorus types
+          * XG SysEx Drum Setup
+          * XG Dry Level related SysEx
+          * GM2 SysEx system ON
+          * Support for Checksum calculation of GS SysEx 
+    * GM2 support
+          * GM2 volume curve
+          * GM2 pan table
+          * GM2 SysEx Bulk Tuning Dump (MTS)
+          * GM2 SysEx Single Note Tuning Change (MTS)
+          * Other MIDI Tuning Standard related SysEx (see above) 
+    * Support for channel layer (GS - Rx. Channel / XG - Rcv Channel)
+    * Support for XG Multi EQ and Part EQ
+    * Resampling engine
+          * modified Gauss resample
+          * Newton polynomials 
+    * Noise shaper for 16bit output
+    * Automatic volume compensation
+    * User control for volume curve
+          * volume curve's default also changed 
+    * Realtime channel mute support
+    * Non-linear panning
+    * Support ME_TIMESIG/ME_KEYSIG for RCP/R36/G18/G36 MIDI data
+    * Support for RCP tempo gradation
+    * Support for WAV and AIFF files as sample data
+    * Support NeoWrd
+    * Command-line options
+          * Support for getopt_long()
+          * too many changes. refer timidity(1) 
+    * Config file
+          * path name to be quotable with ""
+          * New options
+                * note=
+                * pan=
+                * strip=tail
+                * amp
+                * fc=
+                * q=
+                * (trem|mod)(pitch|fc)=
+                * fc(keyf|velf)=
+                * qvelf=
+                * scl(note|tune)=
+                * ADSR-type options 
+          * New mappings for map command
+                * gm2[drum]
+                * sc8850[drum] 
+          * New extension commands
+                * #extension copymap
+                * #extension legato
+                * #extension level
+                * #extension playnote
+                * #extension (reverb|chorus|delay)send
+                * #extension damper
+                * #extension rnddelay 
+          * New command
+                * drumset 
+    * Project files for VC6 and VC7 are included 
+
+1/18, 2002
+    * Version 2.11.3 released.
+    * New config file option "tune=" 
+
 01/12, 2002
     * Version 2.11.2 released.
 
index 01a60ee..13272a7 100755 (executable)
--- a/configure
+++ b/configure
@@ -930,7 +930,6 @@ Optional Packages:
   --with-module-dir=DIR   Where to install interfaces (PREFIX/lib/timidity)
   --with-lispdir          Override the default lisp directory
   --with-elf              create ELF shared object instead of AOUT
-  --with-simd             create SIMD friendly binary (default is no)
   --with-x                use the X Window System
   --with-tcl-includes=DIR Tcl include file path
   --with-tcl-libs=DIR     Tcl library file path
@@ -3825,14 +3824,9 @@ else
    ELFFORMAT="yes"
 fi;
 
-
-# Check whether --with-simd or --without-simd was given.
-if test "${with_simd+set}" = set; then
-  withval="$with_simd"
-   SIMD=$withval
-else
-   SIMD="no"
-fi;
+# AC_ARG_WITH(simd,
+#  [  --with-simd             create SIMD friendly binary (default is no) ],
+#  [ SIMD=$withval ], [ SIMD="no" ])
 
 case "$target" in
   *-*-hpux*)
index 1b75ff4..4d5f1cb 100644 (file)
@@ -171,9 +171,9 @@ AC_ARG_WITH(elf,
   [  --with-elf              create ELF shared object instead of AOUT ],
   [ ELFFORMAT=$withval ], [ ELFFORMAT="yes" ])
 
-AC_ARG_WITH(simd,
-  [  --with-simd             create SIMD friendly binary (default is no) ],
-  [ SIMD=$withval ], [ SIMD="no" ])
+AC_ARG_WITH(simd,
+#  [  --with-simd             create SIMD friendly binary (default is no) ],
+#  [ SIMD=$withval ], [ SIMD="no" ])
 
 case "$target" in
   *-*-hpux*)
index 2967e87..0229d4f 100644 (file)
@@ -424,10 +424,10 @@ EXTRA_libinterface_a_SOURCES = \
 @ENABLE_SOUND_SPEC_TRUE@       soundspec.o
 
 
-@ENABLE_W32G_SYN_TRUE@W32GUI_DEPS = w32g_res.res
-
 @ENABLE_W32GUI_TRUE@W32GUI_DEPS = w32g_res.res
 
+@ENABLE_W32G_SYN_TRUE@W32GUI_DEPS = w32g_res.res
+
 INTERFACE_OBJS = $(INTERFACE_SRCS:.c=.o)
 
 libinterface_a_LIBADD = \
@@ -470,9 +470,9 @@ EXTRA_DIST = \
        interface_n.txt \
        interface_s.txt
 
+@ENABLE_DYNAMIC_TCLTK_TRUE@install_tk = install.tk
 
 @ENABLE_TCLTK_TRUE@install_tk = install.tk
-@ENABLE_DYNAMIC_TCLTK_TRUE@install_tk = install.tk
 
 @ENABLE_XAW_TRUE@install_xaw = install.xaw
 @ENABLE_DYNAMIC_XAW_TRUE@install_xaw = install.xaw
index 4bb1f9f..c2373b8 100644 (file)
@@ -433,10 +433,10 @@ calcnewt_SOURCES = calcnewt.c
 
 CLEANFILES = newton_table.c
 
-@ENABLE_W32GUI_FALSE@@ENABLE_W32G_SYN_TRUE@W32GUI_RES = $(top_builddir)/interface/w32g_res.res
-
 @ENABLE_W32GUI_TRUE@W32GUI_RES = $(top_builddir)/interface/w32g_res.res
 
+@ENABLE_W32GUI_FALSE@@ENABLE_W32G_SYN_TRUE@W32GUI_RES = $(top_builddir)/interface/w32g_res.res
+
 timidity_LDADD = \
        $(SYSEXTRAS:.c=.o) \
        $(top_builddir)/interface/libinterface.a \