/[svn]/libgig/trunk/src/tools
ViewVC logotype

Log of /libgig/trunk/src/tools

View Directory Listing Directory Listing


Sticky Revision:

Revision 3048 - Directory Listing
Modified Fri Nov 25 18:34:45 2016 UTC (7 years, 5 months ago) by schoenebeck
- Fixed various spelling mistakes (patch by Debian maintainer).


Revision 2989 - Directory Listing
Modified Sat Sep 24 14:00:46 2016 UTC (7 years, 7 months ago) by schoenebeck
* src/gig.cpp, src/gig.h: Fixed samples' CRC checksums were misordered
  when a Sample was deleted.
* src/gig.cpp, src/gig.h: Added new method
  Sample::GetWaveDataCRC32Checksum().
* src/tools/gigdump.cpp: print samples' CRC32 checksums.
* Bumped version (4.0.0.svn9).


Revision 2985 - Directory Listing
Modified Tue Sep 20 22:13:37 2016 UTC (7 years, 7 months ago) by schoenebeck
* 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 2984 - Directory Listing
Modified Tue Sep 20 15:13:58 2016 UTC (7 years, 7 months ago) by schoenebeck
* src/tools/gigextract.cpp: Fix: if sample name contains a path separator
  (slash or backslash) then replace them by a minus sign to avoid file
  system issues.
* src/tools/gigdump.cpp: additionally print RIFF chunk file offset and
  RIFF chunk size of sample data.
* Bumped version (4.0.0.svn7).


Revision 2923 - Directory Listing
Modified Sat May 21 08:54:32 2016 UTC (7 years, 11 months ago) by schoenebeck
* gig.cpp: Fixed Region::UpdateUpdateVelocityTable() which did not work
  correctly if there were dimensions after the velocity dimension: it
  only created valid velocity tables for cases of dimensions lower than
  the velocity dimension.
* gigdump: Additionally print VelocityUpperLimit and
  DimensionUpperLimits of all dimension regions.
* Bumped version (4.0.0.svn6).


Revision 2917 - Directory Listing
Modified Wed May 18 08:56:18 2016 UTC (7 years, 11 months ago) by schoenebeck
- Added svn ignore filter for auto generated files.


Revision 2909 - Directory Listing
Modified Thu May 12 19:34:17 2016 UTC (7 years, 11 months ago) by schoenebeck
* gig/DLS: Removed 2GB limitation when loading a gig or DLS file.
* korg2gig: Fixed fine tuning which was not translated at all.
* Bumped version (4.0.0.svn2).


Revision 2836 - Directory Listing
Modified Sun Aug 23 05:57:18 2015 UTC (8 years, 8 months ago) by persson
* gig: fixed bug in Script::SetGroup: the script chunk wasn't moved
* fixed compilation error with clang 3.4
* akai tools: improved output of non-ascii characters in usage messages
* fixed compile warnings


Revision 2780 - Directory Listing
Modified Thu Jul 2 20:04:16 2015 UTC (8 years, 9 months ago) by schoenebeck
* src/SF.cpp, src/SF.h:
- Added new method Sample::ReadNoClear().
* Added new command line tool "sf2extract" (and a man page for it).
* Bumped version (3.3.0.svn29).


Revision 2706 - Directory Listing
Modified Wed Jan 14 16:07:45 2015 UTC (9 years, 3 months ago) by schoenebeck
- Just enabled SVN revision keyword substution on this file.


Revision 2693 - Directory Listing
Modified Tue Jan 6 15:48:59 2015 UTC (9 years, 3 months ago) by schoenebeck
* Bug fix in "gig2stereo" command line tool, and added an additional
  option "--incompatible" for this tool.
* Bumped version (v3.3.0.svn24).


Revision 2685 - Directory Listing
Modified Sat Jan 3 21:44:42 2015 UTC (9 years, 3 months ago) by schoenebeck
* 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 2609 - Directory Listing
Modified Sun Jun 8 19:00:30 2014 UTC (9 years, 10 months ago) by schoenebeck
* gig: Fixed instrument script slot saving/loading.
* gigdump tool: Show scripts and script slots.
* Bumped version (3.3.0.svn17).


Revision 2577 - Directory Listing
Modified Sat May 24 06:43:29 2014 UTC (9 years, 11 months ago) by persson
* fixed compile error in gigextract

Revision 2574 - Directory Listing
Modified Thu May 22 15:54:02 2014 UTC (9 years, 11 months ago) by schoenebeck
* AKAI: Fixed various compilation errors for Windows.


Revision 2573 - Directory Listing
Modified Thu May 22 15:17:09 2014 UTC (9 years, 11 months ago) by schoenebeck
* Akai: Fixed Mac OSX support so that the Akai lib files and tools
  compile without any exotic third party libraries.


Revision 2572 - Directory Listing
Modified Thu May 22 12:14:04 2014 UTC (9 years, 11 months ago) by schoenebeck
* Added fork of libakai (this fork provides Linux support) which
  allows reading AKAI medias. Comes with two command line tools
  'akaidump' and 'akaiextract'. Also added a man page for each
  tool.


Revision 2571 - Directory Listing
Added Wed May 21 20:33:45 2014 UTC (9 years, 11 months ago) by schoenebeck
* moved source files of command line tools to new subdir src/tools


  ViewVC Help
Powered by ViewVC