/[svn]/linuxsampler/trunk/src/lib/fileloader/libgig/gig.cpp
ViewVC logotype

Log of /linuxsampler/trunk/src/lib/fileloader/libgig/gig.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 503)

Revision 438 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 9 22:12:15 2005 UTC (19 years, 1 month ago) by persson
File length: 83738 byte(s)
Diff to previous 407
* 24-bit decompression now supports the 20 and 18 bit formats
* support for "random" and "round robin" dimensions
* removed a warning printout for empty samples during instrument
  loading


Revision 407 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 23 19:14:14 2005 UTC (19 years, 1 month ago) by persson
File length: 82953 byte(s)
Diff to previous 385
* added support for sample parameter 'attenuation'


Revision 385 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 17 02:53:45 2005 UTC (19 years, 2 months ago) by schoenebeck
File length: 82888 byte(s)
Diff to previous 373
* lscpserver: we now only use one instrument loader thread; commands for
  loading instruments in the background wait in a queue to be processed one
  by one to avoid possible race conditions and to improve I/O efficiency
* fixed possible race condition while streaming with multiple disk threads
  by using an own decompression buffer for each disk thread
* libgig: fixed some memory leaks caused by non virtual base constructors


Revision 373 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 11 18:58:38 2005 UTC (19 years, 2 months ago) by persson
File length: 79612 byte(s)
Diff to previous 366
* libgig: Fixed mono decompression.


Revision 366 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 10 19:20:06 2005 UTC (19 years, 2 months ago) by persson
File length: 79522 byte(s)
Diff to previous 356
* libgig: 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 356 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 4 00:27:20 2005 UTC (19 years, 2 months ago) by schoenebeck
File length: 73117 byte(s)
Diff to previous 354
* libgig: another memory leak and memory (de)allocation fix
  (patch by "Gene" a.k.a Anders Alm)


Revision 354 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 29 15:17:59 2005 UTC (19 years, 2 months ago) by schoenebeck
File length: 72985 byte(s)
Diff to previous 351
* support for keyswitching
* ignore if no sample was defined for region(s) or dimension region(s)
(patch by Andreas Persson)


Revision 351 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 25 22:11:43 2005 UTC (19 years, 2 months ago) by schoenebeck
File length: 72925 byte(s)
Diff to previous 348
* fixed some memory leaks (patch by Gene Anders)


Revision 348 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 23 21:24:16 2005 UTC (19 years, 2 months ago) by schoenebeck
File length: 72211 byte(s)
Diff to previous 346
* another crossfade fix (honoring AttenuationController for case 0,0,0,0,
  fixed cases in_start = in_end = CrossfadeControllerValue, fixed curve for
  cases out_start < CrossfadeControllerValue < out_end, honoring
  InvertAttenuationController parameter)
* support for up to 8 dimensions as introduced by Gig V3
(patch by Andreas Persson)


Revision 346 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 21 17:17:31 2005 UTC (19 years, 2 months ago) by schoenebeck
File length: 72425 byte(s)
Diff to previous 318
* libgig: fixed vcf_type_lowpassturbo value, fixed crossfade points order
* gig::Voice: fixed special crossfade case 0,0,0,0 which actually means no
  crossfade defined


Revision 318 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 4 14:18:04 2004 UTC (19 years, 4 months ago) by schoenebeck
File length: 72425 byte(s)
Diff to previous 309
* libgig: 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
  (patch by Andreas Persson)


Revision 309 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 21 18:07:42 2004 UTC (19 years, 4 months ago) by schoenebeck
File length: 71211 byte(s)
Diff to previous 283
* libgig: applied patch by Andreas Persson which improves accuracy of all
  three velocity response curves


Revision 283 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 14 21:22:02 2004 UTC (19 years, 6 months ago) by schoenebeck
File length: 70474 byte(s)
Diff to previous 271
sync with latest libgig version


Revision 271 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 8 20:51:39 2004 UTC (19 years, 6 months ago) by schoenebeck
File length: 70275 byte(s)
Diff to previous 242
* libgig: fixed panorama value in DimensionRegion (invalid conversion
  from signed 7 bit to signed 8 bit)
* src/linuxsampler.cpp: stacktrace is now automatically shown on fatal
  errors (that is  segmentation faults, etc.), gdb should be installed for
  this to work
* gig::Voice: tiny accuracy fix of pan calculation
* replaced old pool classes by completely new ones which now offer
  Iterator abstraction


Revision 242 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 15 13:59:08 2004 UTC (19 years, 7 months ago) by schoenebeck
File length: 70250 byte(s)
Diff to previous 232
* added support for release trigger dimension (that is voices which are
  spawned when a key was released)
* libgig: bugfix in dimension region switching


Revision 232 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 5 00:55:44 2004 UTC (19 years, 7 months ago) by schoenebeck
File length: 69899 byte(s)
Diff to previous 56
* libgig: fixed / improved accuracy of all three velocity to volume
  transformation functions (a.k.a. 'nonlinear','linear','special')


Revision 56 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 27 09:21:58 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 69889 byte(s)
Diff to previous 53
updated copyright header for 2004


Revision 53 - (view) (download) (annotate) - [select for diffs]
Added Mon Apr 26 17:15:51 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 69917 byte(s)
* completely restructured source tree
* implemented multi channel support
* implemented instrument manager, which controls sharing of instruments
  between multiple sampler engines / sampler channels
* created abstract classes 'AudioOutputDevice' and 'MidiInputDevice' for
  convenient implementation of further audio output driver and MIDI input
  driver for LinuxSampler
* implemented following LSCP commands: 'SET CHANNEL MIDI INPUT TYPE',
  'LOAD ENGINE', 'GET CHANNELS', 'ADD CHANNEL', 'REMOVE CHANNEL',
  'SET CHANNEL AUDIO OUTPUT TYPE'
* temporarily removed all command line options
* LSCP server is now launched by default


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