CVS log for libgig/ChangeLog

(logo)

Help

(back) Up to [ls] / libgig

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.58 / (view) - annotate - [select for diffs] , Fri Nov 24 12:50:05 2006 UTC (2 years ago) by schoenebeck
Branch: MAIN
CVS Tags: release3_1_0, HEAD
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
* preparations for release 3.1.0

Revision 1.57 / (view) - annotate - [select for diffs] , Tue Oct 24 21:24:45 2006 UTC (2 years, 1 month ago) by schoenebeck
Branch: MAIN
Changes since 1.56: +2 -0 lines
Diff to previous 1.56
* support for Gigasampler's sample groups added

Revision 1.56 / (view) - annotate - [select for diffs] , Sat Sep 2 07:45:37 2006 UTC (2 years, 3 months ago) by persson
Branch: MAIN
Changes since 1.55: +5 -1 lines
Diff to previous 1.55
* several fixes for the write support

Revision 1.55 / (view) - annotate - [select for diffs] , Sun Aug 20 13:50:36 2006 UTC (2 years, 3 months ago) by schoenebeck
Branch: MAIN
Changes since 1.54: +4 -0 lines
Diff to previous 1.54
* added CPPUnit test cases (at the moment primarily for automatic check
  of Gigasampler write support)

Revision 1.54 / (view) - annotate - [select for diffs] , Thu Aug 10 20:27:50 2006 UTC (2 years, 3 months ago) by schoenebeck
Branch: MAIN
Changes since 1.53: +3 -0 lines
Diff to previous 1.53
* src/gigdump.cpp: print global file informations

Revision 1.53 / (view) - annotate - [select for diffs] , Sat Jul 22 13:22:01 2006 UTC (2 years, 4 months ago) by persson
Branch: MAIN
Changes since 1.52: +11 -1 lines
Diff to previous 1.52
* real support for 24 bit samples
* support for reading of .art files

Revision 1.52 / (view) - annotate - [select for diffs] , Wed May 31 22:10:47 2006 UTC (2 years, 6 months ago) by capela
Branch: MAIN
Changes since 1.51: +4 -0 lines
Diff to previous 1.51
* packaging changes:
    - changed deprecated copyright attribute to license;
      added ldconfig to post-(un)install steps on libgig.spec (RPM)

Revision 1.51 / (view) - annotate - [select for diffs] , Sun May 14 06:15:38 2006 UTC (2 years, 6 months ago) by persson
Branch: MAIN
Changes since 1.50: +4 -0 lines
Diff to previous 1.50
* sample loop parameters are now taken from the DimensionRegion
  instead of the wave chunk
* keyswitching dimension is changed from split type "normal" to "bit"

Revision 1.50 / (view) - annotate - [select for diffs] , Sat May 6 10:29:28 2006 UTC (2 years, 6 months ago) by persson
Branch: MAIN
Changes since 1.49: +7 -0 lines
Diff to previous 1.49
* added support for more than one custom velocity split inside a
  region

Revision 1.49 / (view) - annotate - [select for diffs] , Fri Apr 28 16:51:27 2006 UTC (2 years, 7 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release3_0_0
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
* preparations for release 3.0.0

Revision 1.48 / (view) - annotate - [select for diffs] , Mon Feb 6 17:58:21 2006 UTC (2 years, 9 months ago) by persson
Branch: MAIN
Changes since 1.47: +2 -0 lines
Diff to previous 1.47
* fixed some memory management errors, one of them was causing a crash
  when a multi-file gig was deallocated

Revision 1.47 / (view) - annotate - [select for diffs] , Tue Nov 22 11:26:55 2005 UTC (3 years ago) by schoenebeck
Branch: MAIN
Changes since 1.46: +9 -1 lines
Diff to previous 1.46
* src/gig.cpp, src/gig.h:
  - added write support (highly experimental)
  - removed unnecessary definitions from header file
* src/DLS.cpp:
  - try to load instruments/samples before adding a new instrument/sample

Revision 1.46 / (view) - annotate - [select for diffs] , Sat Nov 12 19:16:01 2005 UTC (3 years ago) by schoenebeck
Branch: MAIN
Changes since 1.45: +4 -0 lines
Diff to previous 1.45
* src/DLS.cpp:
  - further bugfixes regarding DLS write support
* src/dlsdump.cpp:
  - show for every region the name of the referenced sample
  - show file name in quotation marks

Revision 1.45 / (view) - annotate - [select for diffs] , Wed Nov 9 20:04:11 2005 UTC (3 years ago) by schoenebeck
Branch: MAIN
Changes since 1.44: +13 -1 lines
Diff to previous 1.44
* src/RIFF.cpp, src/RIFF.h:
  - Chunk::LoadChunkData() can now be called again to resize the buffer
    after a Chunk::Resize() and before the File::Save() call to allow
    placing the new data in the chunk's write buffer and perform the
    resize and write operations in one rush
* src/DLS.cpp, src/DLS.h:
  - fixed loading of Articulation Connections (<artl> list chunks were
    seeked instead of ordinary <artl> data chunks)
  - added write support (highly experimental)

Revision 1.44 / (view) - annotate - [select for diffs] , Sun Sep 25 12:40:37 2005 UTC (3 years, 2 months ago) by schoenebeck
Branch: MAIN
Changes since 1.43: +3 -0 lines
Diff to previous 1.43
* added write support (only to the RIFF classes yet)

Revision 1.43 / (view) - annotate - [select for diffs] , Sun Sep 18 11:41:55 2005 UTC (3 years, 2 months ago) by persson
Branch: MAIN
Changes since 1.42: +2 -0 lines
Diff to previous 1.42
* support for the gig v3 feature to have a number of dimension splits
  not equal to a power of two

Revision 1.42 / (view) - annotate - [select for diffs] , Sat Sep 17 13:24:45 2005 UTC (3 years, 2 months ago) by persson
Branch: MAIN
Changes since 1.41: +6 -0 lines
Diff to previous 1.41
* fixed the GetVelocityCutoff function, it wasn't always using the
  VCFVelocityScale parameter when no cutoff controller was defined

Revision 1.41 / (view) - annotate - [select for diffs] , Mon Aug 15 16:26:02 2005 UTC (3 years, 3 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release2_0_2
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
* preparations for release 2.0.2

Revision 1.40 / (view) - annotate - [select for diffs] , Tue Jul 26 10:13:52 2005 UTC (3 years, 4 months ago) by persson
Branch: MAIN
Changes since 1.39: +2 -0 lines
Diff to previous 1.39
* added VCFCutoffControllerInvert parameter and GetVelocityCutoff
  function to DimensionRegion

Revision 1.39 / (view) - annotate - [select for diffs] , Sat Jul 16 18:36:23 2005 UTC (3 years, 4 months ago) by persson
Branch: MAIN
Changes since 1.38: +2 -0 lines
Diff to previous 1.38
* fixed the 24 bit decompression, the result should now be exact
  instead of an approximation

Revision 1.38 / (view) - annotate - [select for diffs] , Sun Jun 19 14:18:58 2005 UTC (3 years, 5 months ago) by persson
Branch: MAIN
Changes since 1.37: +12 -0 lines
Diff to previous 1.37
* added support for gig v3 multi-file format

Revision 1.37 / (view) - annotate - [select for diffs] , Wed Jun 15 12:57:29 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch: MAIN
Changes since 1.36: +6 -0 lines
Diff to previous 1.36
require automake (>= 1.5) for 'make -f Makefile.cvs'
(mandatory for 'dist-bzip2' automake option)

Revision 1.36 / (view) - annotate - [select for diffs] , Sun Jun 12 12:58:24 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release2_0_1
Changes since 1.35: +4 -0 lines
Diff to previous 1.35
- include debian/ directory on 'make dist'
- create a bzip2 tarball on 'make dist'

Revision 1.35 / (view) - annotate - [select for diffs] , Sun Jun 12 12:06:57 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
* preparations for release 2.0.1

Revision 1.34 / (view) - annotate - [select for diffs] , Mon Jun 6 15:50:57 2005 UTC (3 years, 5 months ago) by persson
Branch: MAIN
Changes since 1.33: +3 -0 lines
Diff to previous 1.33
* added DimensionRegion::GetVelocityRelease function

Revision 1.33 / (view) - annotate - [select for diffs] , Fri Jun 3 13:35:44 2005 UTC (3 years, 6 months ago) by schoenebeck
Branch: MAIN
Changes since 1.32: +1 -0 lines
Diff to previous 1.32
* fixed mutual link dependency to libsndfile / libaudiofile

Revision 1.32 / (view) - annotate - [select for diffs] , Mon May 16 17:40:45 2005 UTC (3 years, 6 months ago) by schoenebeck
Branch: MAIN
Changes since 1.31: +6 -0 lines
Diff to previous 1.31
* src/gigextract.cpp: show also version of libsndfile or build version of
  libaudiofile when using the -v switch

Revision 1.31 / (view) - annotate - [select for diffs] , Mon May 9 13:09:16 2005 UTC (3 years, 6 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release2_0_0
Changes since 1.30: +3 -4 lines
Diff to previous 1.30
preparations for release 2.0.0

Revision 1.30 / (view) - annotate - [select for diffs] , Sun May 8 15:19:34 2005 UTC (3 years, 6 months ago) by schoenebeck
Branch: MAIN
Changes since 1.29: +18 -2 lines
Diff to previous 1.29
* 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

Revision 1.29 / (view) - annotate - [select for diffs] , Sat May 7 19:19:10 2005 UTC (3 years, 6 months ago) by schoenebeck
Branch: MAIN
Changes since 1.28: +10 -0 lines
Diff to previous 1.28
* src/gig.h, src/gig.cpp: implemented progress indicator callback mechanism
  for loading instruments and samples
* src/DLS.cpp: fixed File constructor which caused variable
  File::Instruments always to be zero
* src/RIFF.cpp: fixed method List::LoadSubChunks() which did not restore
  the original position within the body of the given list chunk

Revision 1.28 / (view) - annotate - [select for diffs] , Thu May 5 12:49:53 2005 UTC (3 years, 6 months ago) by schoenebeck
Branch: MAIN
Changes since 1.27: +1 -0 lines
Diff to previous 1.27
* src/gigdump.cpp: added output of LoopPlayCount

Revision 1.27 / (view) - annotate - [select for diffs] , Wed Mar 9 22:02:40 2005 UTC (3 years, 8 months ago) by persson
Branch: MAIN
Changes since 1.26: +1 -0 lines
Diff to previous 1.26
* src/gig.h, src/gig.cpp: 24-bit decompression now supports the 20 and
  18 bit formats
* src/gig.h, src/gig.cpp: added "random" and "round robin" dimensions

Revision 1.26 / (view) - annotate - [select for diffs] , Wed Feb 23 19:11:07 2005 UTC (3 years, 9 months ago) by persson
Branch: MAIN
Changes since 1.25: +2 -0 lines
Diff to previous 1.25
* src/gig.h, src/gig.cpp: added pre-calculated sample attenuation
  parameter
* src/gigdump: added output of Gain and SampleStartOffset

Revision 1.25 / (view) - annotate - [select for diffs] , Thu Feb 17 02:22:26 2005 UTC (3 years, 9 months ago) by schoenebeck
Branch: MAIN
Changes since 1.24: +2 -0 lines
Diff to previous 1.24
* gig::Sample: external decompression buffers can now be used for streaming
  with Read() and ReadAndLoop() to avoid race conditions in case of
  multiple streaming threads
* fixed some memory leaks caused by non virtual base constructors

Revision 1.24 / (view) - annotate - [select for diffs] , Mon Feb 14 18:22:42 2005 UTC (3 years, 9 months ago) by schoenebeck
Branch: MAIN
Changes since 1.23: +4 -0 lines
Diff to previous 1.23
* fixed conditional linkage of either libsndfile or libaudiofile
  (if none of the two exist, configure will abort)

Revision 1.23 / (view) - annotate - [select for diffs] , Thu Feb 10 19:16:30 2005 UTC (3 years, 9 months ago) by persson
Branch: MAIN
Changes since 1.22: +7 -0 lines
Diff to previous 1.22
* src/gig.cpp, src/gig.h, src/gigextract.cpp: Support for compressed
  mono samples. Experimental support for compressed 24 bit
  samples. Fixes for decompression on big-endian CPUs. Fix for bug
  that truncated end of compressed samples.

Revision 1.22 / (view) - annotate - [select for diffs] , Fri Feb 4 00:21:30 2005 UTC (3 years, 9 months ago) by schoenebeck
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
* src/gig.cpp:
  - another memory leak fix
  - duplicated memory free fix
  - tiny fix in decompression buffer reallocation
(patch by "Gene" a.k.a Anders Alm)

Revision 1.21 / (view) - annotate - [select for diffs] , Sat Jan 29 14:24:11 2005 UTC (3 years, 10 months ago) by schoenebeck
Branch: MAIN
Changes since 1.20: +2 -0 lines
Diff to previous 1.20
* src/gig.cpp: fixed crash on patches which did not have a sample assigned
  to their region(s) or dimension region(s) (patch by Andreas Persson)

Revision 1.20 / (view) - annotate - [select for diffs] , Tue Jan 25 21:54:24 2005 UTC (3 years, 10 months ago) by schoenebeck
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
* src/gig.cpp: fixed some memory leaks (patch by Gene Anders)

Revision 1.19 / (view) - annotate - [select for diffs] , Sun Jan 23 20:47:18 2005 UTC (3 years, 10 months ago) by schoenebeck
Branch: MAIN
Changes since 1.18: +3 -2 lines
Diff to previous 1.18
* src/gig.h, src/gig.cpp: support for up to 8 dimensions as introduced by
  Gig V3 (patch by Andreas Persson)

Revision 1.18 / (view) - annotate - [select for diffs] , Fri Jan 21 16:40:37 2005 UTC (3 years, 10 months ago) by schoenebeck
Branch: MAIN
Changes since 1.17: +5 -0 lines
Diff to previous 1.17
* src/gig.cpp, src/gig.h:
  - fixed vcf_type_lowpassturbo value (vcf_type_lowpassturbo was actually
    never used, because the necessary check was made before initialization)
  - fixed crossfade points order (structure for big endian and little
    endian systems was interchanged)

Revision 1.17 / (view) - annotate - [select for diffs] , Mon Jan 3 00:53:42 2005 UTC (3 years, 10 months ago) by schoenebeck
Branch: MAIN
Changes since 1.16: +3 -0 lines
Diff to previous 1.16
* src/gigdump: added output of UnityNote and FineTune

Revision 1.16 / (view) - annotate - [select for diffs] , Sat Dec 4 14:13:49 2004 UTC (3 years, 11 months ago) by schoenebeck
Branch: MAIN
Changes since 1.15: +9 -0 lines
Diff to previous 1.15
* src/DLS.cpp, src/gig.cpp: experimental support for Gigasampler v3 format;
  64 bit file offsets are truncated to 32 bit, 24 bit samples are truncated
  to 16 bit and additional articulation informations are ignored at the
  moment, added some file format compatibility checks
  (patch by Andreas Persson)

Revision 1.15 / (view) - annotate - [select for diffs] , Fri Nov 26 19:27:01 2004 UTC (4 years ago) by schoenebeck
Branch: MAIN
CVS Tags: release1_0_0
Changes since 1.14: +8 -2 lines
Diff to previous 1.14
preparation for release 1.0.0

Revision 1.14 / (view) - annotate - [select for diffs] , Wed Oct 13 19:05:42 2004 UTC (4 years, 1 month ago) by schoenebeck
Branch: MAIN
Changes since 1.13: +3 -0 lines
Diff to previous 1.13
* src/gig.cpp, src/gig.h: added class attribute 'Layers' to class 'Region'
* src/gigdump.cpp: replaced printout of DLS Region layer by printout of
  amount of Gigasampler layers

Revision 1.13 / (view) - annotate - [select for diffs] , Fri Oct 8 16:25:28 2004 UTC (4 years, 1 month ago) by schoenebeck
Branch: MAIN
Changes since 1.12: +3 -0 lines
Diff to previous 1.12
* src/gig.cpp: fixed panorama value in DimensionRegion (invalid conversion
  from signed 7 bit to signed 8 bit)
* src/gigdump.cpp: added printout for panorama value for each
  DimensionRegion

Revision 1.12 / (view) - annotate - [select for diffs] , Wed Sep 15 12:49:21 2004 UTC (4 years, 2 months ago) by schoenebeck
Branch: MAIN
Changes since 1.11: +3 -0 lines
Diff to previous 1.11
* bugfix for dimension region switching (wrong handling of the release
  trigger dimension, no bit range check for dimensions of split type
  'split_type_bit')

Revision 1.11 / (view) - annotate - [select for diffs] , Thu Sep 9 17:37:22 2004 UTC (4 years, 2 months ago) by schoenebeck
Branch: MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
* src/gigdump.cpp: added printout of crossfade definitions

Revision 1.10 / (view) - annotate - [select for diffs] , Sat Sep 4 23:46:28 2004 UTC (4 years, 2 months ago) by schoenebeck
Branch: MAIN
Changes since 1.9: +6 -0 lines
Diff to previous 1.9
* src/gig.h, src/gig.cpp: fixed / improved accuracy of all three velocity
  to volume transformation functions (a.k.a. 'nonlinear','linear',
  'special'), denormals are filtered from the velocity to volume tables
* src/gigdump.cpp: added printout of velocity response curve parameters

Revision 1.9 / (view) - annotate - [select for diffs] , Sat Aug 28 15:10:25 2004 UTC (4 years, 3 months ago) by schoenebeck
Branch: MAIN
Changes since 1.8: +3 -0 lines
Diff to previous 1.8
* added printout for dimension informations to the 'gigdump' tool
  (amount, type, bits, zones)

Revision 1.8 / (view) - annotate - [select for diffs] , Wed Aug 18 11:11:26 2004 UTC (4 years, 3 months ago) by schoenebeck
Branch: MAIN
Changes since 1.7: +4 -0 lines
Diff to previous 1.7
* added support for libsndfile to the 'gigextract' tool

Revision 1.7 / (view) - annotate - [select for diffs] , Sat Jul 10 08:52:24 2004 UTC (4 years, 4 months ago) by schoenebeck
Branch: MAIN
Changes since 1.6: +6 -1 lines
Diff to previous 1.6
* renamed 'libgig.pc.in' -> 'gig.pc.in' and renamed pkg-config lib name
  'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix

Revision 1.6 / (view) - annotate - [select for diffs] , Thu Jul 8 20:51:03 2004 UTC (4 years, 4 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_7_1
Changes since 1.5: +2 -1 lines
Diff to previous 1.5
just to make it clear that we now support generating RPMs

Revision 1.5 / (view) - annotate - [select for diffs] , Wed Jul 7 11:03:54 2004 UTC (4 years, 4 months ago) by schoenebeck
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4
* added support for generating Debian packages
* version of shared library can be set in configure.in

Revision 1.4 / (view) - annotate - [select for diffs] , Fri Jul 2 18:37:08 2004 UTC (4 years, 5 months ago) by capela
Branch: MAIN
Changes since 1.3: +7 -0 lines
Diff to previous 1.3
* packaging changes:
  - added libgig.spec and libgig.pc package configurations.
  - header files included on installation.
  - autotools-generated files removed from CVS repository.

Revision 1.3 / (view) - annotate - [select for diffs] , Mon May 3 13:16:58 2004 UTC (4 years, 7 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_7_0
Changes since 1.2: +50 -0 lines
Diff to previous 1.2
* libtoolized libgig
* added man pages for the command line tools
  (gigextract, gigdump, dlsdump, rifftree)
* minor preparations for libgig release 0.7.0 (updated Changelog, etc.)

Revision 1.2 / (view) - annotate - [select for diffs] , Sun Nov 16 17:46:59 2003 UTC (5 years ago) by schoenebeck
Branch: MAIN
Changes since 1.1: +3 -0 lines
Diff to previous 1.1
* src/gig.cpp: fixed bug in decompression algorithm which caused it not to
  detect the end of a stream
* various endian corrections (successfully tested now on ppc)
* minor adjustments to avoid compile errors on some systems
  (using now pow() instead of powl() and --pedantic g++ compiler switch)
* src/RIFF.cpp, src/RIFF.h: added additional API documentation

Revision 1.1.1.1 / (view) - annotate - [select for diffs] (vendor branch) , Sat Oct 25 19:13:55 2003 UTC (5 years, 1 month ago) by schoenebeck
Branch: linuxsampler_org
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Initial revision

Revision 1.1 / (view) - annotate - [select for diffs] , Sat Oct 25 19:13:55 2003 UTC (5 years, 1 month ago) by schoenebeck
Branch: MAIN
Initial revision

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

LinuxSampler Developers
Powered by
ViewCVS