OSDN Git Service

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