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

Diff of /libgig/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.11  
changed lines
  Added in v.192

  ViewVC Help
Powered by ViewVC