CVS log for linuxsampler/src/common/global_private.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] , Fri Oct 23 16:53:15 2009 UTC (9 months ago) by iliev
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +7 -0 lines
Diff to previous 1.5
* Refactoring: moved the independent code from
  the Gigasampler format engine to base classes
* SFZ format engine: experimental code (not usable yet)
* SoundFont format engine: experimental code (not usable yet)
* Fixed crash which may occur when MIDI key + transpose is out of range

Revision 1.5 / (as text) / (view) - annotate - [select for diffs] , Sat Jul 4 11:31:44 2009 UTC (12 months, 3 weeks ago) by schoenebeck
Branch: MAIN
CVS Tags: release1_0_0
Changes since 1.4: +5 -1 lines
Diff to previous 1.4
* fixed vector optimization code in AudioChannel.cpp:
  - application crashed when audio buffer(s) were not 16 byte aligned
    (e.g. the case with some VST host applications)
  - vector extension code was always to tried be compiled, even though the
    compiler didn't support vector extensions

Revision 1.4 / (as text) / (view) - annotate - [select for diffs] , Sun Jun 7 15:24:55 2009 UTC (13 months, 3 weeks ago) by senoner
Branch: MAIN
Changes since 1.3: +7 -0 lines
Diff to previous 1.3
* AudioChannel.cpp: added GCC vector extensions code for the functions
* copyTo() and MixTo() , gives 300% speedup
* should reduce CPU usage with large FX sends setups

Revision 1.3 / (as text) / (view) - annotate - [select for diffs] , Thu Feb 5 17:48:53 2009 UTC (17 months, 3 weeks ago) by iliev
Branch: MAIN
Changes since 1.2: +8 -1 lines
Diff to previous 1.2
* CoreAudio: Improved hardware detection
* CoreAudio: Added new driver parameter DEVICE
* CoreAudio: Restart the audio queue when the device
  is changed, for example when headphones are plugged

Revision 1.2 / (as text) / (view) - annotate - [select for diffs] , Sun Dec 7 01:26:45 2008 UTC (19 months, 3 weeks ago) by schoenebeck
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1
* maximum voices and disk streams can now be altered at runtime (added new
  LSCP commands "GET VOICES", "SET VOICES", "GET STREAMS", "SET STREAMS"
  and accordingly new LSCP events "GLOBAL_INFO:VOICES" and
  "GLOBAL_INFO:STREAMS")
* bumped version to 0.5.1.8cvs

Revision 1.1 / (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
* 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

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