/[svn]/libgig/trunk/man/gigdump.1.in
ViewVC logotype

Log of /libgig/trunk/man/gigdump.1.in

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 3980 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 3 14:37:25 2021 UTC (2 years, 7 months ago) by schoenebeck
File length: 3107 byte(s)
Diff to previous 3425
* Add new command line tool "wav2gig".

* Bumped version (4.3.0.svn30).


Revision 3425 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 8 18:45:28 2018 UTC (5 years, 10 months ago) by schoenebeck
File length: 3091 byte(s)
Diff to previous 3048
* src/tools/gigdump.cpp: Added command line option --instrument-names which
  causes only instrument names and their index numbers to be printed.
* Bumped version (4.1.0.svn5).


Revision 3048 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 25 18:34:45 2016 UTC (7 years, 3 months ago) by schoenebeck
File length: 3012 byte(s)
Diff to previous 3047
- Fixed various spelling mistakes (patch by Debian maintainer).


Revision 3047 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 25 18:17:38 2016 UTC (7 years, 3 months ago) by schoenebeck
File length: 3014 byte(s)
Diff to previous 2986
- Fixed minor issues with man pages (patch by Debian maintainer).


Revision 2986 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 21 12:11:36 2016 UTC (7 years, 5 months ago) by schoenebeck
File length: 2996 byte(s)
Diff to previous 2985
- Just updated man page of gigdump.


Revision 2985 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 20 22:13:37 2016 UTC (7 years, 5 months ago) by schoenebeck
File length: 2127 byte(s)
Diff to previous 2778
* gig.cpp/gig.h: Added new method Sample::VerifyWaveData() which
  allows to check whether a sample had been damaged for some
  reason.
* gigdump tool: added and implemented new parameter "--verify"
  which allows to check the raw wave form data integrity of all
  samples.
* gigdump tool: added and implemented new parameter
  "--rebuild-checksums" which allows to recalculate the CRC32
  checksum of all samples' raw wave data and rebuilding the gig
  file's global checksum table (i.e. in case the file's checksum
  table was damaged).
* Bumped version (4.0.0.svn8).


Revision 2778 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 14 18:19:23 2015 UTC (8 years, 9 months ago) by schoenebeck
File length: 780 byte(s)
Diff to previous 2685
- Minor update of man pages and README file.


Revision 2685 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 3 21:44:42 2015 UTC (9 years, 2 months ago) by schoenebeck
File length: 681 byte(s)
Diff to previous 2543
* RIFF: Fixed embarrassing old bug: POSIX read() errors were never detected
  on Chunk::Read() calls due to signment incompatible variable.
* Added new command line tool "gig2stereo" (and a man page for it).
* Bumped version (v3.3.0.svn23).


Revision 2543 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 10 02:06:58 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 662 byte(s)
Diff to previous 2484
* Initial support for sample based instruments in KORG's file format (.KMP
  and .KSF files) -> Korg.h, Korg.cpp.
* Added new command line tool "korgdump" (and a man page for it).
* Added new command line tool "korg2gig" (and a man page for it), for
  converting KORG sounds to Giga format.
* riftree tool: Added more command line options for being able to also dump
  other kind of file formats similar but not equal to the RIFF format.
* gig.h/.cpp: Added new method File::GetGroup(String name) for retrieving
  group by name.
* RIFF.h/.cpp: Added support for loading RIFF-like files with a bit
  different layout than "real" RIFF files (used for KORG format support).
* RIFF.h/.cpp: Added new method Chunk::GetFile().
* RIFF.h/.cpp: Added new method Chunk::GetLayout().
* Bumped version (3.3.0.svn9).


Revision 2484 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 31 00:13:20 2013 UTC (10 years, 2 months ago) by schoenebeck
File length: 644 byte(s)
Diff to previous 2482
* Added new command line tool "gig2mono" (and a new man page for it).
* src/gig.cpp: Delete "ewav" chunk of Sample if "Compression" attribute was
  toggled to false.
* Bumped version to 3.3.0.svn7.


Revision 2482 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 25 02:22:38 2013 UTC (10 years, 3 months ago) by schoenebeck
File length: 629 byte(s)
Diff to previous 518
* Added new command line tool "gigmerge" which allows to merge
  a list of gig files to one single gig file.
* Added new "man" page for new tool "gigmerge".
* src/gig.h: Added new method File::AddContentOf().
* src/DLS.h: Added new method File::SetFileName().
* src/RIFF.h: Added new method File::SetFileName().
* src/RIFF.h: Added new method File::IsNew().
* Added "const" keyword to several methods.
* Bumped version to 3.3.0.svn6.


Revision 518 - (view) (download) (annotate) - [select for diffs]
Added Sun May 8 16:19:34 2005 UTC (18 years, 10 months ago) by schoenebeck
File length: 617 byte(s)
* added functions libraryName() and libraryVersion() to each of the three
  library units (RIFF,DLS,gig)
* all tools now offer a command line switch -v to show the tools revision
  and the used libgig version
* man pages are now auto generated with the correct libgig version


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC