OSDN Git Service

TiMidity++-2.9.3
[timidity41/timidity41.git] / NEWS
1 05/08, 2000
2     * Version 2.9.3 released.
3     * Enable drum bends.  This fix also enables drum chorus, mod-wheel,
4       portament, and other drum bend controls.
5
6 04/10, 2000
7     * Version 2.9.2 released.
8
9 03/21, 2000
10     * Version 2.9.1 released.
11     * New command line option -T n:
12         Adjust tempo to n%; 120=play MOD files with an NTSC Amiga's timing.
13
14 02/27, 2000
15     * Version 2.9.0 released.
16     * Support full module midi files.
17
18 02/07, 2000
19     * Version 2.8.2 released.
20     * Support ALSA 0.5
21
22 11/29, 1999
23     * Version 2.8.1 released.
24
25 11/24, 1999
26     * Version 2.8.0 released.
27     * In GTK, added support for printing the lyrics from .kar files
28       and also make the text area clear between files.
29     * New command line option: -M <name>
30         -M auto: Use *.mid.wav or *.mid.aiff instread of MIDI to WAVE
31                  convertion.  The PCM file format must be 16bit sample and
32                  the sampling rate equals as timidity's rate.
33         -M none: Disable this feature (default)
34         -M <filename>: Use the specified file.
35     * In GTK interface, added support for printing the lyrics from .kar files
36       and also make the text area clear between files.
37     * New configure option to choose wave interpolation in resampling.
38         --with-spline=linear    Linear interpolation (default)
39         --with-spline=cubic     Cubic interpolation
40         --with-spline=lagrange  Lagrange interpolation
41         --with-spline=no        No interplation
42     * New command line option `-m N' to specify sustain time (msec).
43         -m 1    Effectively behaves as if all sustains are ignored,
44                 volume ramping is the same as normal stage 3.
45         -m 0    Disable sustain ramping, causes constant volume sustains.
46                 (default)
47         -m 3000 A note at full volume will decay for 3 seconds once it begins
48                 to be sustained (assuming the regular stage 3 rate would not
49                 cause it to decay even longer). Softer notes will of course
50                 die sooner.
51
52 10/12, 1999
53     * Version 2.7.0 released.
54     * adjust_panning_immediately (-F) is true by default.
55     * GS Sysex for bank+program change.
56     * Bug fix.
57
58 9/27, 1999
59     * Version 2.6.1 released.
60     * Support for XG Multi Part Data parameter change SysEx events.
61     * Added new Channel structure member `int pan_random' for random pan flag.
62       Note that all of dynamic interfaces must be re-compiled,
63       because the size of `Channel' structure is changed.
64     * Bug fix.
65
66 9/21, 1999
67     * Version 2.6.0 released.
68     * Some configurations and installations are changed.
69     * -EFchorus=2 for the surround sound instead of detuned chorus.
70     * Bug fix.
71
72 8/27, 1999
73     * Version 2.5.1 released.
74     * Bug fix.
75
76 8/26, 1999
77     * Version 2.5.0 released.
78     * Upgrade Windows GUI.
79     * MIMPI WRD for TrueColor X Window works more stable.
80     * In ncurses interface, support to display GSLCD.
81     * In ncurses interface, Enable to display channels more than 16ch.
82       The terminal must be able to display more than 24 rows to display
83       more than 16ch.
84     * On Windows, recognize both `\' and `/' as path separator if the
85       binary is compiled with Cygwin.
86     * Improvement for CSPLINE_INTERPOLATION and LAGRANGE_INTERPOLATION.
87     * Less CPU% in trace playing.
88     * Bug fix.
89
90 8/11, 1999
91     * Version 2.4.1 released.
92     * Bug fix.
93
94 8/9, 1999
95     * Version 2.4.0 released.
96     * Make archive library (libarc) code more simple.
97     * On linux, fixed problem of audio queue analysing.
98
99 8/1, 1999
100     * Version 2.3.0 released.
101     * Make Windows GUI code elegant.
102     * Support MIDI to WAVE converter in Windows GUI.
103
104 7/26, 1999
105     * New feature: Auto polyphony reduction.
106
107 7/19, 1999
108     * Version 2.2.0 released.
109     * Enabled to specify the software buffer size with `-q' option
110     * Enabled build UMP on FreeBSD-ELF environment.
111
112 7/9, 1999
113     * Version 2.1.1 released.
114
115 6/10, 1999
116     * Version 2.1.0 released.
117     * Enable a multi-point interpolation in resampling.
118       Cubic spline curve and lagrange interpolation is supported.
119     * Support linux axp
120     * Load frequency table with -Z <file> option.
121
122 4/28, 1999
123     * Version 2.0.2 released.
124
125 4/25, 1999
126     * Version 2.0.1 released.
127
128 4/17, 1999
129 Major changes in release 2.0.0:
130
131 * Auto voice reduction
132   If there is no enough machine power to play the MIDI in realtime,
133   TiMidity automatically reduces the voice.
134 * Audio buffering
135   TiMidity has internal audio buffer.  TiMidity doesn't start to play until
136   this buffer is filled.
137 * Support Windows GUI.
138 * Support Sherry WRD.
139 * Support NAS (Network Audio System) output.
140 * Support EsounD output.
141 * Enable to play the stream MIDI in realtime.  The stream format is same
142   as OSS /dev/sequencer stream.  See the protocol in interface/server_c.c
143 * Enable to assign patch from part of soundfont.
144 * Lower CPU load average in trace playing.
145   v1 is implemented with busy-wait-method to synchronize audio and
146   interface, but v2 is not.
147 * Reverb and chorus effect is enabled by default.  You can disable their
148   controls with command line option.
149 * DEFAULT_VOICES is now 64.  You can change this value to modify
150   `timidity.h'.
151 * Modified reverb optimaize implementation. (The algorithm is not changed)
152 * Add sun_a.c which is modified from the original of TiMidity.  And then
153   remove audriv_sun.c because it is not used in this version.
154 * Implement function to change the audio sample rate for 'n' interface.
155 * `altassign' of drumset 0 is used by default.
156 * Add -EF option for effects.
157   Obsolete -b, -n, -EC, -Ec, -ER, -Er, and -r options.
158   Use -EFdelay=?  instead of -b?,
159     -EFns=?     instead of -n?,
160     -EFchorus=0 instead of -EC,
161     -EFchorus=1 instead of -Ec,
162     -EFreverb=0 instead of -ER,
163     -EFreverb=1 instead of -Er,
164     -EFreverb=2 instead of -r.
165 * Portamento control time is completely adjusted.
166 * Expanded playlist files (.m3u, .pls, and .asx).
167 * s/win32/w32/gi
168
169 * 3/23, 1999
170     Released TiMidity++ v1.3.6.
171     * In XAW interface, added new user interfaces.
172
173 * 3/8, 1999
174     Released TiMidity++ v1.3.5.
175     * In XAW interface, added new user interfaces.
176
177 * 3/1, 1999
178     Released TiMidity++ v1.3.4.
179     * Fixed some bugs and problems.
180     * Added a new WM-icon for GTK.
181
182 * 2/24, 1999
183     Released TiMidity++ v1.3.3.
184     * Improve XAW interface.
185     * Fixed some bugs and problems.
186
187 * 2/10, 1999
188     Released TiMidity++ v1.3.2.
189     * Fixed some bugs and problems.
190     * Changed icons of motif interface.
191     * Changed sorting algorithm for xaw and tcktl interface.
192
193 * 2/5, 1999
194     Released TiMidity++ v1.3.1.
195     * Fixed some bugs.
196     * Enabled compile with gcc from MINGW32.
197
198 * 2/3, 1999
199     Released TiMidity++ v1.3.0.
200     New features and major change from v1.2.x:
201     * Enabled to configure & compile on cygnus.
202     * Improved XAW interface for trace playing.
203     * Improved reverb sounds.
204     * Fixed MIME/Multipart bug.
205
206 * 1/25, 1999
207     Released TiMidity++ v1.2.1.
208     Added missing files.
209     Fixed some configuration problems.
210     Added --enable-dynamic configure option.
211
212 * 1/21, 1999
213     Released TiMidity++ v1.2.0.
214     New features and major change from v1.1.x:
215     * XAW interface:
216       - Changed button bitmap of random & repeat
217       - Modified some implementations.
218     * Gtk interface:
219       - Added buttons (& implementation) for raising & lowering the pitch.
220       - Added buttons (& implementation) for increasing/decreasing the tempo.
221     * Lookup TIMIDITY_SOUND_CARD and TIMIDITY_PCM_DEVICE environment variable
222       to select the PCM device of ALSA.
223     * Added interface.h to define IA_* macro for TiMidity interface.  This
224       file is generated automatically by configure.
225
226 * 1/18, 1999
227     Released TiMidity++ v1.1.1.
228     v1.1.0 had configuration problems, so v1.1.1 was released immediately.
229     Fixed some configure bugs.
230     Modified that xaw interface is enable to run without any midi files.
231
232 * 1/18, 1999
233     Released TiMidity++ v1.1.0.
234     Support OffiX file drag & drop interface for xaw.
235     Support UMP configuration.
236
237 * 1/14, 1999
238     Released TiMidity++ v1.0.1.
239     Modfied for OffiX file drag & drop interface for xaw.  If you want
240     build this, define OFFIX in interface/xaw.h and link libDnd.
241
242 * 1/6, 1999
243     Released TiMidity++ v1.0.0.
244     See `ChangeLog' for major changes from the original of TiMidity 0.2i