CVS log for libgig/src/DLS.h

(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.15 / (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.14: +1 -1 lines
Diff to previous 1.14
* preparations for release 3.1.0

Revision 1.14 / (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.13: +3 -3 lines
Diff to previous 1.13
* support for Gigasampler's sample groups added

Revision 1.13 / (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.12: +2 -1 lines
Diff to previous 1.12
* added DLS INFO string Subject and fixed string Media
* fixed SamplePeriod calculation

Revision 1.12 / (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.11: +2 -1 lines
Diff to previous 1.11
* several fixes for the write support

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

Revision 1.10 / (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.9: +4 -3 lines
Diff to previous 1.9
* recommited bugfixes regarding .gig write support
(that commit batch got lost due to the recent CVS server defect)

Revision 1.9 / (as text) / (view) - annotate - [select for diffs] , Sat Nov 12 19:53:53 2005 UTC (3 years, 1 month ago) by schoenebeck
Branch: MAIN
Changes since 1.8: +7 -5 lines
Diff to previous 1.8
just updated API docu a bit (regarding write support)

Revision 1.8 / (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.7: +2 -2 lines
Diff to previous 1.7
* bugfixes for the last commit batch

Revision 1.7 / (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.6: +67 -45 lines
Diff to previous 1.6
* 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.6 / (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.5: +1 -0 lines
Diff to previous 1.5
* added support for gig v3 multi-file format

Revision 1.5 / (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.4: +3 -0 lines
Diff to previous 1.4
* 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.4 / (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.3: +9 -9 lines
Diff to previous 1.3
* 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.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: +1 -1 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:58 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:58 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