Tonality named blocks have been documented.
[ahxm.git] / RELEASE_NOTES
blobd648e4b3c30ce2654b5fb950bf057253744d9276
1 Ann Hell Ex Machina Release Notes
2 =================================
4 1.0.8
5 -----
7  * Big rename; main executable has been changed from 'annhell' to 'ahxm',
8    the personal sample library changed from $HOME/annhell to $HOME/ahxmlib,
9    and the temporary cache moved to /tmp/ahxm-$PID.
10  * Paged wave loading now include an adaptive algorithm that sequentially
11    increases the memory block assigned to that wave if it pages frequently.
12    This way it's much less possible to be bitten by bug #1108.
13  * New command 'A' to set the key signature as a list of alterations
14    to natural notes.
15  * New effect 'half_wobble'; same as 'wobble', but letting pass only the
16    first pass of a period.
17  * New directive 'portamento', allowing notes to slide up or down.
18  * New distortion effect 'foldback'.
20 1.0.7
21 -----
23  * Number of channels no longer default to 2, but to all the channels used
24    in the song (this way, WAV files are automatically generated with all the
25    defined channels and not clipped to 2). Other output devices are still
26    silently clipped to 2 and the rest of channels dropped.
27  * The arpeggiator subcommand @ (track) has been changed to /, as it was
28    confusing the parser. Also, the track is relative instead of absolute
29    (now it means a track offset), so it can be reused.
30  * Midiin has been fixed, as it was severely broken (no initializations).
31  * OSS's fragment changed so that real-time applications (as midiin) work
32    again. This seems to be necessary when using ALSA's OSS emulation.
33  * A new midi2ahs.pl script, to crudely convert MIDI files to .ahs scripts.
35 1.0.6
36 -----
38  * Minor internal changes.
39  * First public version.
41 1.0.5
42 -----
44  * Channel spreading of wave files into instruments can now be partially
45    controlled with the optional "first channel" and "skip channels"
46    parameters. This allow using samples where the left and right channel
47    are in different wave files.
48  * New randomized blocks.
50 1.0.4
51 -----
53  * A new directive, 'song_info', to add author and name metadata to a song.
54  * A new command line option, -C, to generate a .cue file.
55  * Fixed a critical bug when loading .wav files directly (instead of
56    converted from other formats as .flac).
58 1.0.3
59 -----
61  * This release allows working with huge wave files, as they are
62    loaded page by page instead of full in memory (but beware of
63    bug #1108).
65 1.0.2b
66 ------
68  * This release includes no new features, but just some internal
69    refactoring (towards supporting paged instruments).
71 1.0.2
72 -----
74  * Tempo changes has been fixed.
75  * New '-P' command line switch to show time progress.
77 1.0.1
78 -----
80  * The performance of the 'skip seconds' option has been dramatically
81    improved; but take note that output will sound differently, as notes
82    that started playing before the time boundary will no longer sound
83    (this will also happen with a real MIDI synthesizer, where note on
84    events will never be sent).
86 1.0.0
87 -----
89  * First stable version.