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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3590 by schoenebeck, Mon Sep 2 09:03:31 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 181  Version SVN trunk (?) Line 190  Version SVN trunk (?)
190        "cos()", "tan()", "asin()", "acos()", "atan()".        "cos()", "tan()", "asin()", "acos()", "atan()".
191      - Added built-in script real number constant "~NI_MATH_PI".      - Added built-in script real number constant "~NI_MATH_PI".
192      - Added built-in script real number constant "~NI_MATH_E".      - Added built-in script real number constant "~NI_MATH_E".
193        - NKSP language: Allow unary '+' operator.
194    
195    * test cases:    * test cases:
196      - Fixed compiler errors in test cases.      - Fixed compiler errors in test cases.
# Line 204  Version SVN trunk (?) Line 214  Version SVN trunk (?)
214      - Added NKSP test cases for built-in functions "round()", "ceil()",      - Added NKSP test cases for built-in functions "round()", "ceil()",
215        "floor()", "sqrt()", "log()", "log2()", "log10()", "exp()", "pow()",        "floor()", "sqrt()", "log()", "log2()", "log10()", "exp()", "pow()",
216        "sin()", "cos()", "tan()", "asin()", "acos()", "atan()".        "sin()", "cos()", "tan()", "asin()", "acos()", "atan()".
217        - Added NKSP test cases for unary '+' operator.
218    
219      * GigaStudio/Gigasampler format engine:
220        - LFOTriangleIntMath and LFOTriangleIntAbsMath: Fixed FlipPhase=true
221          behaviour for start_level_mid.
222    
223      * SFZ format engine:
224        - Fixed support for regions with loccN/hiccN conditions on more than one
225          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    

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

  ViewVC Help
Powered by ViewVC