OSDN Git Service

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