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