When doubling the page size, the new page size is never bigger
[ahxm.git] / RELEASE_NOTES
blob829da732774cac18c9ac139ee3c249483860cca4
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  * New command 'A' to set the key signature as a list of alterations
11    to natural notes.
12  * New effect 'half_wobble'; same as 'wobble', but letting pass only the
13    first pass of a period.
14  * New directive 'portamento', allowing notes to slide up or down.
15  * New distortion effect 'foldback'.
17 1.0.7
18 -----
20  * Number of channels no longer default to 2, but to all the channels used
21    in the song (this way, WAV files are automatically generated with all the
22    defined channels and not clipped to 2). Other output devices are still
23    silently clipped to 2 and the rest of channels dropped.
24  * The arpeggiator subcommand @ (track) has been changed to /, as it was
25    confusing the parser. Also, the track is relative instead of absolute
26    (now it means a track offset), so it can be reused.
27  * Midiin has been fixed, as it was severely broken (no initializations).
28  * OSS's fragment changed so that real-time applications (as midiin) work
29    again. This seems to be necessary when using ALSA's OSS emulation.
30  * A new midi2ahs.pl script, to crudely convert MIDI files to .ahs scripts.
32 1.0.6
33 -----
35  * Minor internal changes.
36  * First public version.
38 1.0.5
39 -----
41  * Channel spreading of wave files into instruments can now be partially
42    controlled with the optional "first channel" and "skip channels"
43    parameters. This allow using samples where the left and right channel
44    are in different wave files.
45  * New randomized blocks.
47 1.0.4
48 -----
50  * A new directive, 'song_info', to add author and name metadata to a song.
51  * A new command line option, -C, to generate a .cue file.
52  * Fixed a critical bug when loading .wav files directly (instead of
53    converted from other formats as .flac).
55 1.0.3
56 -----
58  * This release allows working with huge wave files, as they are
59    loaded page by page instead of full in memory (but beware of
60    bug #1108).
62 1.0.2b
63 ------
65  * This release includes no new features, but just some internal
66    refactoring (towards supporting paged instruments).
68 1.0.2
69 -----
71  * Tempo changes has been fixed.
72  * New '-P' command line switch to show time progress.
74 1.0.1
75 -----
77  * The performance of the 'skip seconds' option has been dramatically
78    improved; but take note that output will sound differently, as notes
79    that started playing before the time boundary will no longer sound
80    (this will also happen with a real MIDI synthesizer, where note on
81    events will never be sent).
83 1.0.0
84 -----
86  * First stable version.