/[svn]/libgig/trunk/ChangeLog
ViewVC logotype

Annotation of /libgig/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 220 - (hide annotations) (download)
Wed Aug 18 12:11:26 2004 UTC (19 years, 7 months ago) by schoenebeck
File size: 3151 byte(s)
* added support for libsndfile to the 'gigextract' tool

1 schoenebeck 196 Version CVS HEAD (?)
2    
3     * packaging changes:
4     - renamed 'libgig.pc.in' -> 'gig.pc.in' and renamed pkg-config lib name
5     'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix
6    
7 schoenebeck 220 * src/gigextract.cpp:
8     - added support for libsndfile (if libaudiofile and libsndfile are
9     available then libsndfile is preferred)
10    
11 capela 168 Version 0.7.1 (2 Jul 2004)
12    
13     * packaging changes:
14 schoenebeck 192 - added libgig.spec and libgig.pc package configurations for generating
15     Redhat packages
16 capela 168 - header files included on installation.
17     - autotools-generated files removed from CVS repository.
18 schoenebeck 186 - added support for generating Debian packages
19     - version of shared library can be set in configure.in
20    
21 schoenebeck 58 Version 0.7.0 (3 May 2004)
22    
23     * general changes:
24     - various big endian specific corrections
25     (successfully tested now on PPC)
26     - minor adjustments to avoid compile errors on some systems
27     (using now pow() instead of powl() and --pedantic g++ compiler switch)
28     - libtoolized the library
29     - added man pages for the command line tools
30     (gigextract, gigdump, dlsdump, rifftree)
31    
32     * src/gig.cpp, src/gig.h:
33     - fixed bug in decompression algorithm which caused it not to detect
34     the end of a stream
35     - added method GetVelocityAttenuation() to class 'DimensionRegion' which
36     takes the MIDI key velocity value as an argument and returns the
37     appropriate volume factor (0.0 ... 1.0) for the sample to be played
38     back, the velocity curve transformation functions used for this are
39     only an approximation so far
40     - fixed class attributes 'Sample::LoopStart', 'Sample::LoopEnd' and
41     'Sample::LoopSize' which reflected wrong values
42     - class attributes 'Sample::LoopStart' and 'Sample::LoopEnd' are now
43     measured in sample points instead of byte offset
44     - renamed misleading attribute name 'Sample::MIDIPitchFraction' to
45     'Sample::FineTune'
46     - added class attribute 'Sample::LoopSize'
47     - added method GetInstrument(uint index) to class 'File'
48     - added ReadAndLoop() method to class 'Sample' which is an extension to
49     the normal Read() method to honor the sample's looping information
50     while streaming from disk
51     - changed interface for 'attenuation_ctrl_t', 'eg1_ctrl_t' and
52     'eg2_ctrl_t': replaced this huge enumeration by a structure which
53     reflects the MIDI controller number in case of an ordinary control
54     change controller (this saves a huge switch-case block in the
55     application of the library user)
56     - renamed following attributes in class 'DimensionRegion':
57     'AttenuationContol' -> 'AttenuationController',
58     'InvertAttenuationControl' -> 'InvertAttenuationController',
59     'AttenuationControlTreshold' -> 'AttenuationControllerThreshold'
60     - minor fix in API documentation for method GetVelocityAttenuation() in
61     class 'DimensionRegion'
62    
63     * src/RIFF.cpp, src/RIFF.h:
64     - added additional API documentation
65     - minor fix in Chunk::Read() method (only a minor efficiency issue)
66    
67     * src/gigdump.cpp:
68     - added printout of samples' looping informations
69    
70 schoenebeck 11 Version 0.6.0 (3 Nov 2003)
71    
72     * initial release

  ViewVC Help
Powered by ViewVC