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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1792 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 16 19:19:26 2008 UTC (15 years, 5 months ago) by persson
File length: 30725 byte(s)
Diff to previous 1765 , to selected 1649
* fixes for building on OS X


Revision 1765 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 6 16:44:42 2008 UTC (15 years, 7 months ago) by persson
File length: 31191 byte(s)
Diff to previous 1649
* refactoring: extracted lscp notification from main() to a separate
  function
* added helper function MidiInputPort::DispatchRaw for midi device
  implementations with raw byte data
* fixed a win32 build error (atomic.h is working on windows too)
* code cleanup: moved lscp classes into LinuxSampler namespace


Revision 1649 - (view) (download) (as text) (annotate) - [selected]
Modified Fri Jan 25 15:06:02 2008 UTC (16 years, 2 months ago) by nagata
File length: 31166 byte(s)
Diff to previous 1642
* added a new config option --enable-pthread-testcancel, which uses
pthread_testcancel() instead of asynchronous canceling (needed for OSX)


Revision 1642 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 13 16:36:14 2008 UTC (16 years, 3 months ago) by nagata
File length: 30918 byte(s)
Diff to previous 885 , to selected 1649
* OSX: Definition of ATOMIC_INIT is added
* OSX: "~" in DB/plugin names are expanded to "$HOME"
* OSX: MIDI device name are now "linuxsampler_in_%d" where %d=0,1,etc.


Revision 885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 28 19:32:21 2006 UTC (17 years, 9 months ago) by schoenebeck
File length: 30852 byte(s)
Diff to previous 880 , to selected 1649
* various fixes to allow liblinuxsampler to be used
  (as a native C++ library)


Revision 880 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 27 22:57:37 2006 UTC (17 years, 9 months ago) by schoenebeck
File length: 30888 byte(s)
Diff to previous 53 , to selected 1649
just some refactoring work:
- renamed class LinuxSamplerException -> Exception
- encapsulated LS API relevant files into LS namespace
- removed unnecessary header inclusions


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: 30746 byte(s)
Diff to selected 1649
* 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