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

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

  ViewVC Help
Powered by ViewVC