1 Ann Hell Ex Machina Release Notes
2 =================================
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
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'.
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.
35 * Minor internal changes.
36 * First public version.
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.
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).
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
65 * This release includes no new features, but just some internal
66 refactoring (towards supporting paged instruments).
71 * Tempo changes has been fixed.
72 * New '-P' command line switch to show time progress.
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).
86 * First stable version.