/[svn]/linuxsampler/trunk/src/engines/gig/Stream.cpp
ViewVC logotype

Log of /linuxsampler/trunk/src/engines/gig/Stream.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 903 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 22 14:22:53 2006 UTC (17 years, 8 months ago) by persson
File length: 6034 byte(s)
Diff to previous 865 , to selected 393
* real support for 24 bit samples - samples are not truncated to 16
  bits anymore
* support for aftertouch (channel pressure, not polyphonic aftertouch)


Revision 865 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 14 07:15:52 2006 UTC (17 years, 10 months ago) by persson
File length: 5917 byte(s)
Diff to previous 394 , to selected 393
* sample loop parameters are now taken from the DimensionRegion
  instead of the wave chunk
* fixed keyswitching for v3 gigs with a number of keyswitch splits not
  equal to a power of two


Revision 394 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 20 13:01:59 2005 UTC (19 years, 1 month ago) by persson
File length: 5839 byte(s)
Diff to previous 393
fixed my previous fix.


Revision 393 - (view) (download) (annotate) - [selected]
Modified Sun Feb 20 12:30:36 2005 UTC (19 years, 1 month ago) by persson
File length: 5843 byte(s)
Diff to previous 385
* fixed a bug that caused noise at end of samples


Revision 385 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 17 02:53:45 2005 UTC (19 years, 1 month ago) by schoenebeck
File length: 5835 byte(s)
Diff to previous 333 , to selected 393
* 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 333 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 1 08:18:07 2005 UTC (19 years, 3 months ago) by senkov
File length: 5677 byte(s)
Diff to previous 329 , to selected 393
* Fix a basic diskthread multichannel issue.


Revision 329 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 28 09:43:04 2004 UTC (19 years, 3 months ago) by senkov
File length: 5608 byte(s)
Diff to previous 56 , to selected 393
* Fixes for engine reloading. Fixed streaming bugs in some
 cases only, most probably not all yet.


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: 5590 byte(s)
Diff to previous 53 , to selected 393
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: 5590 byte(s)
Diff to selected 393
* 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