forked from libxmp/xmp-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
75 lines (62 loc) · 2.52 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Stable versions
---------------
4.0.10 ():
- Add AIFF file output driver (by Lorence Lombardo)
- Add command 'h' to display help message (by Eugene Toder)
- Fix sound driver deinitialization on signal (by Eugene Toder)
- Adjust CoreAudio driver latency
- Fix missing --all-sequences in help message
4.0.9 (20140926):
- Add option '-p' to set the default pan amplitude
- Add parameter 'default_pan' to configuration file
- Fix library detection when cross-compiling
- Fix Visual Studio 2013 build (by Stephen Leary)
- Default pan amplitude set to 50%
4.0.8 (20140714):
- Add command 'c' to display module comment
- Add command-line option -C to display module comment
- Fix ignored amplify option (by Dennis Lindroos)
- Fix Win64 compatibility (by Ozkan Sezer)
- Fix configuration file location in Windows (by Ozkan Sezer)
- Fix screen corruption with large number of rows
4.0.7 (20140224):
- Fix NetBSD sound driver (by shattered)
- Fix Haiku sound driver
- Fix info message display time
- Start instrument numbering at 1
- Minor cosmetic fixes
4.0.6 (20130519):
- Fix error when g++ is absent on non-BeOS (by Jan Engelhardt)
- Portability fixes to build with Visual C++
4.0.5 (20130512):
- Change buildsystem to use automake (by Jan Engelhardt)
- Fix loop when skipping to first file and it's not playable
4.0.4 (20130428):
- Fix executable suffix in MinGW32
- Fix frame info display in Windows (reported by vaseleos0)
- Fix build issues with Solaris Studio
4.0.3 (20130421):
- Fix native-endian coreaudio output (reported by Misty De Meo)
- Fix MinGW32 build (reported by vaseleos0)
- Fix Cygwin build (reported by Benjamin Shadwick)
- Fix module-specifc flags to override built-in quirks (requires
libxmp 4.1 or later)
- Don't place configuration file in places like /usr/local/etc
New features requested by Benjamin Shadwick:
- Add commands '<' and '>' to jump to previous/next sequence
- Add command 'z' to toggle the subsong explorer on/off
- Add option -z <num> to play a specified sequence
- Add option -Z to play all sequences in module
- Add option --loop-all to loop over entire module list
4.0.2 (20130407):
- Fix data type in coreaudio driver
Changes by Jan Engelhardt:
- give Pulseaudio higher priority than ALSA
- give ALSA output higher priority than OSS
- fix background process handling
- sanitize background/foreground notation
4.0.1 (20130216):
- fix license issues reported by Jan Engelhardt
- fix pulseaudio detection (by Emanuel Haupt)
4.0.0 (20130213):
- rewrite player to use libxmp 4.0