CVS log for linuxsampler/src/common/SynchronizedConfig.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.7 / (as text) / (view) - annotate - [select for diffs] , Sat Apr 18 07:17:16 2009 UTC (15 months, 1 week ago) by persson
Branch: MAIN
CVS Tags: release1_0_0, HEAD
Changes since 1.6: +17 -15 lines
Diff to previous 1.6
* bugfix: pitch bend wasn't working with JackMidi, VST, LV2, Mme,
  CoreMidi or AU
* theoretical fix: made SynchronizedConfig follow C++0x memory model
  more strictly

Revision 1.6 / (as text) / (view) - annotate - [select for diffs] , Sun Nov 2 12:05:00 2008 UTC (20 months, 3 weeks ago) by persson
Branch: MAIN
Changes since 1.5: +25 -27 lines
Diff to previous 1.5
* added memory ordering constraints to improve stability on multi-core
  and multi-cpu systems

Revision 1.5 / (as text) / (view) - annotate - [select for diffs] , Sat Jan 19 16:55:02 2008 UTC (2 years, 6 months ago) by persson
Branch: MAIN
Changes since 1.4: +6 -3 lines
Diff to previous 1.4
* fixed memory leaks that occurred when liblinuxsampler was unloaded
* fixed a memory leak that could happen when a channel was deleted
  while notes were playing
* fixed memory management bug in ASIO driver
* optimized the SynchronizedConfig class so it doesn't wait
  unnecessarily long after an update

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: +19 -10 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] , Sat Feb 3 15:32:59 2007 UTC (3 years, 5 months ago) by persson
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
* playback is no longer disabled during instrument loading
* all notes playing on a channel that changes its instrument keep
  playing with the old instrument until they get a note off command
* new thread safety fix for lscp "load engine" and "set channel audio
  output device"

Revision 1.2 / (as text) / (view) - annotate - [select for diffs] , Sun Mar 19 16:38:22 2006 UTC (4 years, 4 months ago) by persson
Branch: MAIN
CVS Tags: release0_4_0
Changes since 1.1: +85 -34 lines
Diff to previous 1.1
* more thread safety fixes: another fix for lscp "load engine" and
  midi thread. Sysex midi protected against lscp. Instrument loader
  thread protected against lscp thread.

Revision 1.1 / (as text) / (view) - annotate - [select for diffs] , Sun Feb 26 13:00:08 2006 UTC (4 years, 5 months ago) by persson
Branch: MAIN
* fixed some concurrency problems between the lscp thread and the
  audio/midi threads for these commands: load engine, set channel
  audio output device, set channel midi input device/port/channel and
  remove channel. Thanks to Vincent Bongiorno for bug reports and
  testing.
* removed an autotools warning
* fixed an iterator bug
* minor code clean-ups

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