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

Annotation of /libgig/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 186 - (hide annotations) (download)
Wed Jul 7 12:03:54 2004 UTC (19 years, 8 months ago) by schoenebeck
File size: 2779 byte(s)
* added support for generating Debian packages
* version of shared library can be set in configure.in

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

  ViewVC Help
Powered by ViewVC