/[svn]/linuxsampler/trunk/src/common/RingBuffer.h
ViewVC logotype

Log of /linuxsampler/trunk/src/common/RingBuffer.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 2386 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 18 18:29:55 2012 UTC (11 years, 3 months ago) by schoenebeck
File length: 21780 byte(s)
Diff to previous 2384 , to selected 1479
- "RingBuffer" class: implemented += operator for NonVolatileReader


Revision 2384 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 14 16:04:49 2012 UTC (11 years, 3 months ago) by schoenebeck
File length: 21370 byte(s)
Diff to previous 1895 , to selected 1479
* Fixed variable underflow in VirtualMidiDevice, which caused graphical
  virtual keyboards in frontends / instrument editors being stuck.
* VirtualKeyboard: allow to dynamically adjust max. MIDI events.
* RingBuffer: added resize() method


Revision 1895 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 3 12:15:40 2009 UTC (14 years, 10 months ago) by persson
File length: 20507 byte(s)
Diff to previous 1790 , to selected 1479
* fixes for using large audio device buffers
* VST: added support for sample rate and buffer size changes
* VST: close editor (Fantasia) when the VST is removed
* minor fix in configure for mmsystem.h detection on MinGW
* removed warnings from gcc 4.4 and valgrind


Revision 1790 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 2 12:05:00 2008 UTC (15 years, 4 months ago) by persson
File length: 20334 byte(s)
Diff to previous 1479
* added memory ordering constraints to improve stability on multi-core
  and multi-cpu systems


Revision 1479 - (view) (download) (as text) (annotate) - [selected]
Modified Wed Nov 14 15:06:48 2007 UTC (16 years, 4 months ago) by senoner
File length: 19761 byte(s)
Diff to previous 970
* fixes in Ringbuffer.h:
 - fill_write_space_with_null() did not zero out all the space
 - operator--() did not apply size_mask after decrementing the read_ptr
  (might fix bug #48)
 - DEFAULT_WRAP_ELEMENTS set to 0 in order to avoid problems with
  the _NonVolatileReader functions.


Revision 970 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 6 22:28:17 2006 UTC (17 years, 3 months ago) by schoenebeck
File length: 19719 byte(s)
Diff to previous 361 , to selected 1479
* fixed crash occuring in conjunction with the new 'MAP MIDI_INSTRUMENT'
  LSCP command (cause: RingBuffer was not able to do deep copies)


Revision 361 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 9 01:22:18 2005 UTC (19 years, 1 month ago) by schoenebeck
File length: 17240 byte(s)
Diff to previous 294 , to selected 1479
* bunch of fixes for OSX (patch by Stephane Letz)


Revision 294 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 25 15:21:43 2004 UTC (19 years, 5 months ago) by schoenebeck
File length: 17240 byte(s)
Diff to previous 277 , to selected 1479
added new methods for template class NonVolatileReader: free(), decrement
operator and pop() method variant which returns a pointer instead of
copying data


Revision 277 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 9 15:48:32 2004 UTC (19 years, 5 months ago) by schoenebeck
File length: 15654 byte(s)
Diff to previous 243 , to selected 1479
* compatibility fixes for old gcc 2.95.4


Revision 243 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 17 00:52:48 2004 UTC (19 years, 6 months ago) by schoenebeck
File length: 15613 byte(s)
Diff to previous 56 , to selected 1479
added inner class 'NonVolatileReader' which allows random access reading
from a RingBuffer without having to worry that read space could get freed
by access operations


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


Revision 53 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Apr 26 17:15:51 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 12713 byte(s)
Diff to selected 1479
* 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