Don't generate 'mark-overpassed' errors if moving to the END mark.
[ahxm.git] / RELEASE_NOTES
blob61f0b21ad54b5d3c6467c5e1f3438e597272cce0
1 Ann Hell Ex Machina Release Notes
2 =================================
4 1.0.9
5 -----
7  * The wobble effect now accepts a 'gain' argument, to control the amount
8    of effect applied to the signal. If not set, it uses a default of 0.8
9    (previous versions acted as if a 1.0 value was set).
10  * The way of ending a softsynth song has changed; instead of waiting for
11    the end of events and then abruptly ending (which led to adding fake
12    silences and notes until all sound is off), now the instruments are
13    monitored and only exits when no more sound is generated.
14  * A new special mark is supported, START, that can be defined anywhere
15    and used as the starting point for the following new tracks.
17 1.0.8
18 -----
20  * Big rename; main executable has been changed from 'annhell' to 'ahxm',
21    the personal sample library changed from $HOME/annhell to $HOME/ahxmlib,
22    and the temporary cache moved to /tmp/ahxm-$PID.
23  * Paged wave loading now include an adaptive algorithm that sequentially
24    increases the memory block assigned to that wave if it pages frequently.
25    This way it's much less possible to be bitten by bug #1108.
26  * New command 'A' to set the key signature as a list of alterations
27    to natural notes.
28  * New effect 'half_wobble'; same as 'wobble', but letting pass only the
29    first pass of a period.
30  * New directive 'portamento', allowing notes to slide up or down.
31  * New distortion effect 'foldback'.
33 1.0.7
34 -----
36  * Number of channels no longer default to 2, but to all the channels used
37    in the song (this way, WAV files are automatically generated with all the
38    defined channels and not clipped to 2). Other output devices are still
39    silently clipped to 2 and the rest of channels dropped.
40  * The arpeggiator subcommand @ (track) has been changed to /, as it was
41    confusing the parser. Also, the track is relative instead of absolute
42    (now it means a track offset), so it can be reused.
43  * Midiin has been fixed, as it was severely broken (no initializations).
44  * OSS's fragment changed so that real-time applications (as midiin) work
45    again. This seems to be necessary when using ALSA's OSS emulation.
46  * A new midi2ahs.pl script, to crudely convert MIDI files to .ahs scripts.
48 1.0.6
49 -----
51  * Minor internal changes.
52  * First public version.
54 1.0.5
55 -----
57  * Channel spreading of wave files into instruments can now be partially
58    controlled with the optional "first channel" and "skip channels"
59    parameters. This allow using samples where the left and right channel
60    are in different wave files.
61  * New randomized blocks.
63 1.0.4
64 -----
66  * A new directive, 'song_info', to add author and name metadata to a song.
67  * A new command line option, -C, to generate a .cue file.
68  * Fixed a critical bug when loading .wav files directly (instead of
69    converted from other formats as .flac).
71 1.0.3
72 -----
74  * This release allows working with huge wave files, as they are
75    loaded page by page instead of full in memory (but beware of
76    bug #1108).
78 1.0.2b
79 ------
81  * This release includes no new features, but just some internal
82    refactoring (towards supporting paged instruments).
84 1.0.2
85 -----
87  * Tempo changes has been fixed.
88  * New '-P' command line switch to show time progress.
90 1.0.1
91 -----
93  * The performance of the 'skip seconds' option has been dramatically
94    improved; but take note that output will sound differently, as notes
95    that started playing before the time boundary will no longer sound
96    (this will also happen with a real MIDI synthesizer, where note on
97    events will never be sent).
99 1.0.0
100 -----
102  * First stable version.