Start of random block support: blocks are no longer stored as is, but
[ahxm.git] / RELEASE_NOTES
bloba2a6c3d79c35b096dc98b2ed689284ce1969fdb9
1 Ann Hell Ex Machina Release Notes
2 =================================
4 1.0.5
5 -----
7  * Channel spreading of wave files into instruments can now be partially
8    controlled with the optional "first channel" and "skip channels"
9    parameters. This allow using samples where the left and right channel
10    are in different wave files.
12 1.0.4
13 -----
15  * A new directive, 'song_info', to add author and name metadata to a song.
16  * A new command line option, -C, to generate a .cue file.
17  * Fixed a critical bug when loading .wav files directly (instead of
18    converted from other formats as .flac).
20 1.0.3
21 -----
23  * This release allows working with huge wave files, as they are
24    loaded page by page instead of full in memory (but beware of
25    bug #1108).
27 1.0.2b
28 ------
30  * This release includes no new features, but just some internal
31    refactoring (towards supporting paged instruments).
33 1.0.2
34 -----
36  * Tempo changes has been fixed.
37  * New '-P' command line switch to show time progress.
39 1.0.1
40 -----
42  * The performance of the 'skip seconds' option has been dramatically
43    improved; but take note that output will sound differently, as notes
44    that started playing before the time boundary will no longer sound
45    (this will also happen with a real MIDI synthesizer, where note on
46    events will never be sent).
48 1.0.0
49 -----
51  * First stable version.