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

Diff of /libgig/trunk/ChangeLog

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

revision 2542 by schoenebeck, Wed Apr 23 16:39:43 2014 UTC revision 2543 by schoenebeck, Sat May 10 02:06:58 2014 UTC
# Line 9  Version CVS HEAD (?) Line 9  Version CVS HEAD (?)
9      - added "const" keyword to several methods      - added "const" keyword to several methods
10      - added new command line tool "gig2mono"      - added new command line tool "gig2mono"
11      - added man page for "sf2dump"      - added man page for "sf2dump"
12        - added new command line tool "korgdump" (and a man page for it)
13        - added new command line tool "korg2gig" (and a man page for it)
14    
15    * SoundFont file format:    * SoundFont file format:
16      - initial implementation      - initial implementation
# Line 16  Version CVS HEAD (?) Line 18  Version CVS HEAD (?)
18      - fixed GetEG1Sustain which didn't return correct value      - fixed GetEG1Sustain which didn't return correct value
19      - bugfix: GetPan always returned -1, 0 or 1      - bugfix: GetPan always returned -1, 0 or 1
20    
21      * KORG file format:
22        - initial support for sample based instruments in KORG's file format
23          (.KMP and .KSF files)
24    
25    * src/gig.cpp:    * src/gig.cpp:
26      - bugfix: VCF velocity dynamic range and VCF velocity curve      - bugfix: VCF velocity dynamic range and VCF velocity curve
27        weren't saved correctly        weren't saved correctly
# Line 31  Version CVS HEAD (?) Line 37  Version CVS HEAD (?)
37      - GIG FORMAT EXTENSION: added additional MIDI controllers for leverage      - GIG FORMAT EXTENSION: added additional MIDI controllers for leverage
38        controller types (only works with LinuxSampler & gigedit, will not        controller types (only works with LinuxSampler & gigedit, will not
39        work with Gigasampler/GigaStudio)        work with Gigasampler/GigaStudio)
40        - added new method File::GetGroup(String name) for getting group by name
41    
42    * src/DLS.cpp, src/DLS.h:    * src/DLS.cpp, src/DLS.h:
43      - added new method File::GetFileName()      - added new method File::GetFileName()
# Line 48  Version CVS HEAD (?) Line 55  Version CVS HEAD (?)
55      - added new method File::SetFileName() allowing to call File::Save()      - added new method File::SetFileName() allowing to call File::Save()
56        later on without passing a file name        later on without passing a file name
57      - added new method File::IsNew()      - added new method File::IsNew()
58        - added support for loading RIFF-like files with a bit different layout
59          than "real" RIFF files (used for KORG format support)
60        - added new method Chunk::GetFile()
61        - added new method Chunk::GetLayout()
62    
63    * src/gigextract.cpp:    * src/gigextract.cpp:
64      - export sample loop, unity note and fine tune with libsndfile      - export sample loop, unity note and fine tune with libsndfile
65    
66      * src/riftree.cpp:
67        - added more command line options for being able to also dump other kind
68          of file formats similar but not equal to the RIFF format
69    
70  Version 3.3.0 (30 Jul 2009)  Version 3.3.0 (30 Jul 2009)
71    
72    * general changes:    * general changes:

Legend:
Removed from v.2542  
changed lines
  Added in v.2543

  ViewVC Help
Powered by ViewVC