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

Annotation of /libgig/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 168 - (hide annotations) (download)
Fri Jul 2 19:37:09 2004 UTC (19 years, 9 months ago) by capela
File size: 2671 byte(s)
* packaging changes:
  - added libgig.spec and libgig.pc package configurations.
  - header files included on installation.
  - autotools-generated files removed from CVS repository.

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

  ViewVC Help
Powered by ViewVC