CVS log for libgig/src/DLS.cpp

(logo)

Help

(back) Up to [ls] / libgig / src

Request diff between arbitrary revisions / Display revisions graphically


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

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

Revision 1.20 / (as text) / (view) - annotate - [select for diffs] , Tue Oct 24 21:24:45 2006 UTC (2 years, 2 months ago) by schoenebeck
Branch: MAIN
Changes since 1.19: +25 -43 lines
Diff to previous 1.19
* support for Gigasampler's sample groups added

Revision 1.19 / (as text) / (view) - annotate - [select for diffs] , Tue Oct 24 18:32:46 2006 UTC (2 years, 2 months ago) by persson
Branch: MAIN
Changes since 1.18: +3 -2 lines
Diff to previous 1.18
* added DLS INFO string Subject and fixed string Media
* fixed SamplePeriod calculation

Revision 1.18 / (as text) / (view) - annotate - [select for diffs] , Fri Sep 15 18:35:11 2006 UTC (2 years, 3 months ago) by schoenebeck
Branch: MAIN
Changes since 1.17: +5 -0 lines
Diff to previous 1.17
* bugfix: sampler parameters UnityNote, FineTune, Gain, SamplerOptions and
  SampleLoops were not stored when trying to save DLS or .gig files

Revision 1.17 / (as text) / (view) - annotate - [select for diffs] , Sat Sep 2 07:45:37 2006 UTC (2 years, 4 months ago) by persson
Branch: MAIN
Changes since 1.16: +92 -65 lines
Diff to previous 1.16
* several fixes for the write support

Revision 1.16 / (as text) / (view) - annotate - [select for diffs] , Sat Jul 22 13:22:01 2006 UTC (2 years, 5 months ago) by persson
Branch: MAIN
Changes since 1.15: +25 -18 lines
Diff to previous 1.15
* real support for 24 bit samples
* support for reading of .art files

Revision 1.15 / (as text) / (view) - annotate - [select for diffs] , Fri Feb 10 19:23:59 2006 UTC (2 years, 10 months ago) by persson
Branch: MAIN
CVS Tags: release3_0_0
Changes since 1.14: +6 -2 lines
Diff to previous 1.14
* fixed bug introduced in previous commit - info strings weren't
  correctly terminated

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

Revision 1.13 / (as text) / (view) - annotate - [select for diffs] , Fri Dec 23 01:38:50 2005 UTC (3 years ago) by schoenebeck
Branch: MAIN
Changes since 1.12: +17 -14 lines
Diff to previous 1.12
* recommited bugfixes regarding .gig write support
(that commit batch got lost due to the recent CVS server defect)

Revision 1.12 / (as text) / (view) - annotate - [select for diffs] , Tue Nov 22 11:26:55 2005 UTC (3 years, 1 month ago) by schoenebeck
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11
* 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.11 / (as text) / (view) - annotate - [select for diffs] , Sat Nov 12 19:16:00 2005 UTC (3 years, 1 month ago) by schoenebeck
Branch: MAIN
Changes since 1.10: +43 -30 lines
Diff to previous 1.10
* 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.10 / (as text) / (view) - annotate - [select for diffs] , Thu Nov 10 19:53:34 2005 UTC (3 years, 1 month ago) by schoenebeck
Branch: MAIN
Changes since 1.9: +7 -3 lines
Diff to previous 1.9
* bugfixes for the last commit batch

Revision 1.9 / (as text) / (view) - annotate - [select for diffs] , Wed Nov 9 20:04:11 2005 UTC (3 years, 1 month ago) by schoenebeck
Branch: MAIN
Changes since 1.8: +937 -79 lines
Diff to previous 1.8
* 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.8 / (as text) / (view) - annotate - [select for diffs] , Sun Jun 19 14:18:59 2005 UTC (3 years, 6 months ago) by persson
Branch: MAIN
CVS Tags: release2_0_2
Changes since 1.7: +8 -4 lines
Diff to previous 1.7
* added support for gig v3 multi-file format

Revision 1.7 / (as text) / (view) - annotate - [select for diffs] , Sun May 8 15:19:33 2005 UTC (3 years, 8 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release2_0_1, release2_0_0
Changes since 1.6: +21 -0 lines
Diff to previous 1.6
* 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.6 / (as text) / (view) - annotate - [select for diffs] , Sat May 7 19:19:10 2005 UTC (3 years, 8 months ago) by schoenebeck
Branch: MAIN
Changes since 1.5: +0 -1 lines
Diff to previous 1.5
* 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.5 / (as text) / (view) - annotate - [select for diffs] , Thu Feb 17 02:22:26 2005 UTC (3 years, 10 months ago) by schoenebeck
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
* 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.4 / (as text) / (view) - annotate - [select for diffs] , Sat Dec 4 14:13:48 2004 UTC (4 years, 1 month ago) by schoenebeck
Branch: MAIN
Changes since 1.3: +12 -1 lines
Diff to previous 1.3
* 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.3 / (as text) / (view) - annotate - [select for diffs] , Tue Apr 27 08:06:07 2004 UTC (4 years, 8 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release1_0_0, release0_7_1, release0_7_0
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
updated copyright header for 2004

Revision 1.2 / (as text) / (view) - annotate - [select for diffs] , Sun Nov 16 17:47:00 2003 UTC (5 years, 1 month ago) by schoenebeck
Branch: MAIN
Changes since 1.1: +15 -8 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 / (as text) / (view) - annotate - [select for diffs] (vendor branch) , Sat Oct 25 19:14:59 2003 UTC (5 years, 2 months 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 / (as text) / (view) - annotate - [select for diffs] , Sat Oct 25 19:14:59 2003 UTC (5 years, 2 months 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