CVS log for linuxsampler/src/common/RTMath.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.15 / (as text) / (view) - annotate - [select for diffs] , Wed Mar 11 19:03:36 2009 UTC (16 months, 2 weeks ago) by persson
Branch: MAIN
CVS Tags: release1_0_0, HEAD
Changes since 1.14: +12 -0 lines
Diff to previous 1.14
* allow gig files to use unlimited downward pitch shifting
* added a limit check for upward pitch shifting

Revision 1.14 / (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.13: +1 -1 lines
Diff to previous 1.13
* 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.13 / (as text) / (view) - annotate - [select for diffs] , Tue May 29 22:59:35 2007 UTC (3 years, 2 months ago) by schoenebeck
Branch: MAIN
Changes since 1.12: +1 -2 lines
Diff to previous 1.12
* added highly experimental support for on-the-fly instrument editing
  within the sampler's process (by using instrument editor plugins),
  you'll notice the new "Registered instrument editors:" message on
  startup, the plugin path can be overridden at compile time with
  ./configure --enable-plugin-dir=/some/dir
* added a new LSCP command "EDIT INSTRUMENT <sampler-channel>" to spawn
  a matching instrument editor for the instrument on the given sampler
  channel (LSCP command syntax might be subject to change soon)
* config.h is not going to be installed along with liblinuxsampler's
  API header files anymore (not necessary anymore)
* take care of $(DESTDIR) when creating the instruments DB on 'make
  install' rule (needed for packaging and cross compilation)
* bumped version to 0.4.0.5cvs

Revision 1.12 / (as text) / (view) - annotate - [select for diffs] , Sat Jan 14 14:07:47 2006 UTC (4 years, 6 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_4_0
Changes since 1.11: +9 -1 lines
Diff to previous 1.11
* implemented portamento mode and solo mode (a.k.a 'mono mode'):
  all modes can be altered via standard GM messages, that is CC5 for
  altering portamento time, CC65 for enabling / disabling portamento
  mode, CC126 for enabling solo mode and CC127 for disabling solo mode
* fixed EG3 (pitch envelope) synthesis which was neutral all the time
* configure.in: do not automatically pick optimized gcc flags if the user
  already provided some on his own (as CXXFLAGS)

Revision 1.11 / (as text) / (view) - annotate - [select for diffs] , Thu Dec 22 19:35:42 2005 UTC (4 years, 7 months ago) by wylder
Branch: MAIN
Changes since 1.10: +2 -10 lines
Diff to previous 1.10
replace deprecated min/max operator with std::max()/std::min() template

Revision 1.10 / (as text) / (view) - annotate - [select for diffs] , Tue Aug 16 15:50:00 2005 UTC (4 years, 11 months ago) by schoenebeck
Branch: MAIN
Changes since 1.9: +8 -0 lines
Diff to previous 1.9
added GCCs C++ language extension for Min and Max

Revision 1.9 / (as text) / (view) - annotate - [select for diffs] , Tue Jul 5 18:30:37 2005 UTC (5 years ago) by persson
Branch: MAIN
CVS Tags: release0_3_3
Changes since 1.8: +27 -27 lines
Diff to previous 1.8
* gcc 4.0 compilation fixes

Revision 1.8 / (as text) / (view) - annotate - [select for diffs] , Wed Jun 8 20:00:05 2005 UTC (5 years, 1 month ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_3_2
Changes since 1.7: +18 -18 lines
Diff to previous 1.7
* hand-crafted assembly optimization code can be disabled with
  './configure --disable-asm' (definitely not recommended)

Revision 1.7 / (as text) / (view) - annotate - [select for diffs] , Sun May 22 19:43:30 2005 UTC (5 years, 2 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_3_1
Changes since 1.6: +10 -2 lines
Diff to previous 1.6
* (re)implemented voice stealing algorithm "oldestvoiceonkey" and made it
  the default voice stealing algorithm
* added new LSCP command "GET SERVER INFO" which currently returns
  description and version about this sampler
* added some API documentation comments
* minor cleanup

Revision 1.6 / (as text) / (view) - annotate - [select for diffs] , Thu May 19 18:25:13 2005 UTC (5 years, 2 months ago) by schoenebeck
Branch: MAIN
Changes since 1.5: +4 -3 lines
Diff to previous 1.5
* All compile time options are now centrally alterable as arguments to the
  ./configure script. All options are C Macros beginning with CONFIG_
  prefix and will be placed into auto generated config.h file.

Revision 1.5 / (as text) / (view) - annotate - [select for diffs] , Wed Feb 9 01:22:17 2005 UTC (5 years, 5 months ago) by schoenebeck
Branch: MAIN
CVS Tags: v0_2_0
Changes since 1.4: +2 -4 lines
Diff to previous 1.4
* bunch of fixes for OSX (patch by Stephane Letz)

Revision 1.4 / (as text) / (view) - annotate - [select for diffs] , Sat Dec 25 21:58:57 2004 UTC (5 years, 7 months ago) by schoenebeck
Branch: MAIN
Changes since 1.3: +36 -2 lines
Diff to previous 1.3
* architecture independence fixes, should now compile again for non x86
  systems
* tiny fix of command line switch --version

Revision 1.3 / (as text) / (view) - annotate - [select for diffs] , Mon Dec 13 00:46:41 2004 UTC (5 years, 7 months ago) by schoenebeck
Branch: MAIN
Changes since 1.2: +229 -25 lines
Diff to previous 1.2
* introduced 'synthesis mode' to reduce the amount of code and conditionals
  for the current synthesis case in the main synthesis loop
* support for MMX and SSE(1) in the core synthesis algorithms (CPU feature
  detection at runtime, only x86 so far)

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
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