CVS log for linuxsampler/src/common/ConditionServer.h

(logo)

Help

(back) Up to [ls] / linuxsampler / src / common

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.6 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 9 16:37:40 2009 UTC (12 months, 2 weeks ago) by persson
Branch: MAIN
CVS Tags: release1_0_0, HEAD
Changes since 1.5: +7 -1 lines
Diff to previous 1.5
* fixed low-level ConditionServer usage bug that caused lockups on
  Windows

Revision 1.5 / (as text) / (view) - annotate - [select for diffs] , Sat Sep 6 13:55:17 2008 UTC (22 months, 3 weeks ago) by persson
Branch: MAIN
Changes since 1.4: +29 -18 lines
Diff to previous 1.4
* rewrote the ConditionServer class to make it possible to create
  multiple sample channels when the audio thread isn't running

Revision 1.4 / (as text) / (view) - annotate - [select for diffs] , Sun Oct 14 21:00:15 2007 UTC (2 years, 9 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_5_1, release0_5_0
Changes since 1.3: +1 -2 lines
Diff to previous 1.3
* code cleanup:
- global.h now only covers global definitions that are needed for the C++
  API header files, all implementation internal global definitions are now
  in global_private.h
- atomic.h is not exposed to the C++ API anymore (replaced the references
  in SynchronizedConfig.h for this with local definitions)
- no need to include config.h anymore for using LS's API header files
- DB instruments classes are not exposed to the C++ API
- POSIX callback functions of Thread.h are hidden
- the (optional) gig Engine benchmark compiles again
- updated Doxyfile.in
- fixed warnings in API doc generation
* preparations for release 0.5.0

Revision 1.3 / (as text) / (view) - annotate - [select for diffs] , Tue Jun 27 21:57:36 2006 UTC (4 years, 1 month ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_4_0
Changes since 1.2: +5 -0 lines
Diff to previous 1.2
just some refactoring work:
- renamed class LinuxSamplerException -> Exception
- encapsulated LS API relevant files into LS namespace
- removed unnecessary header inclusions

Revision 1.2 / (as text) / (view) - annotate - [select for diffs] , Tue Apr 27 08:21:58 2004 UTC (6 years, 3 months ago) by schoenebeck
Branch: MAIN
CVS Tags: v0_2_0, release0_3_3, release0_3_2, release0_3_1
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
updated copyright header for 2004

Revision 1.1 / (as text) / (view) - annotate - [select for diffs] , Mon Apr 26 16:15:49 2004 UTC (6 years, 3 months ago) by schoenebeck
Branch: MAIN
* 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 a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

LinuxSampler Developers
Powered by
ViewCVS