/[svn]/linuxsampler/trunk/ChangeLog
ViewVC logotype

Diff of /linuxsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3611 by schoenebeck, Mon Sep 30 17:35:43 2019 UTC revision 3612 by schoenebeck, Mon Sep 30 18:03:43 2019 UTC
# Line 10  Version SVN trunk (?) Line 10  Version SVN trunk (?)
10      - RTMath: Implemented floating point comparison methods      - RTMath: Implemented floating point comparison methods
11        fEqual32(float,float) and fEqual64(double,double) which take the        fEqual32(float,float) and fEqual64(double,double) which take the
12        expected floating point tolerances into account.        expected floating point tolerances into account.
13        - Added public API C++ class "LFO", which is a cluster class encapsulating
14          all the sampler's LFO implementations to be used by 3rd party applications
15          (e.g. by Gigedit).
16        - Added int math square LFO implementation.
17        - Added int math saw LFO implementation.
18        - Added numeric complex nr sine LFO implementation.
19        - Marked class LFOTriangleDiHarmonic as deprecated
20          (will be removed in future).
21        - Added LFOAll.h which includes all LFO implementation's header files.
22    
23    * Real-time instrument scripts:    * Real-time instrument scripts:
24      - Added method ScriptVM::setExitResultEnabled() which allows to      - Added method ScriptVM::setExitResultEnabled() which allows to
# Line 215  Version SVN trunk (?) Line 224  Version SVN trunk (?)
224      - Fixed support for regions with loccN/hiccN conditions on more than one      - Fixed support for regions with loccN/hiccN conditions on more than one
225        MIDI controller.        MIDI controller.
226    
227      * Benchmarks:
228        - Fixed benchmarks/triang.cpp falsely having favoured "int math abs"
229          algorithm (since result of 2nd run was not accumulated).
230        - Added benchmark for saw wave (benchmarks/saw.cpp).
231        - Added benchmark for sine wave (benchmarks/sine.cpp).
232        - Added benchmark for square wave (benchmarks/square.cpp).
233        - Increased amount of benchmarks runs by factor 6 to achieve benchmark times
234          which are large enough on modern systems.
235    
236  Version 2.1.1 (27 Jul 2019)  Version 2.1.1 (27 Jul 2019)
237    
238    * Real-time instrument scripts:    * Real-time instrument scripts:

Legend:
Removed from v.3611  
changed lines
  Added in v.3612

  ViewVC Help
Powered by ViewVC