/[svn]/linuxsampler/trunk/src/gig.h
ViewVC logotype

Log of /linuxsampler/trunk/src/gig.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 26 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 26 16:39:58 2003 UTC (20 years, 3 months ago) by schoenebeck
File length: 44657 byte(s)
Diff to previous 22
* implemented looping; RAM only loops (that is loops that end within the
  cached part of the sample) are handled in src/voice.cpp whereas
  disk stream looping is handled in src/stream.cpp and is mostly covered
  there by the new ReadAndLoop() method in class 'Sample' from src/gig.cpp


Revision 22 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 25 01:28:38 2003 UTC (20 years, 3 months ago) by schoenebeck
File length: 41254 byte(s)
Diff to previous 17
gig.cpp, gig.h: added method GetInstrument(uint index) to class 'File'
which is needed for the new command line switch --instrument in
linuxsampler.cpp (forgot this to commit with the recent commit batch)


Revision 17 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 29 15:17:48 2003 UTC (20 years, 4 months ago) by schoenebeck
File length: 40916 byte(s)
Diff to previous 12
* implemented velocity->volume mapping: samples are now played back with a
  volume appropriate to the velocity of the triggered key, the velocity
  curve transformation functions (in src/gig.h) used for this are so far
  only an approximation to the ones from Gigasampler


Revision 12 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 16 19:01:50 2003 UTC (20 years, 5 months ago) by schoenebeck
File length: 39626 byte(s)
Diff to previous 9
* src/gig.cpp: fixed bug in decompression algorithm which caused it not to
  detect the end of a stream and let the disk streams reload forever also
  resulting in strange sounds at the end of disk voices (concerned only
  playback of compressed gig files)
* src/audiothread.cpp: deallocation of voices when they reached the end of
  playback (thus e.g. when sustain pedal is pressed and a disk stream
  reached it's end)
* various endian corrections needed for non intel systems
* introduced debug level, you can set the debug level and thus the
  verbosity of LinuxSampler in src/global.h


Revision 9 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Nov 5 14:47:10 2003 UTC (20 years, 5 months ago) by schoenebeck
File length: 39631 byte(s)
* transition from plain Makefile to autotools, source files moved to src/
* configure.in: added test for x86 architecture
* src/voice.h: x86 specific asm optimization for double to int casts only
  if compiling for x86 architecture


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