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

Annotation of /libgig/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 229 - (hide annotations) (download)
Sat Aug 28 16:10:25 2004 UTC (19 years, 7 months ago) by schoenebeck
File size: 3249 byte(s)
* added printout for dimension informations to the 'gigdump' tool
  (amount, type, bits, zones)

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

  ViewVC Help
Powered by ViewVC