/[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 3615 by schoenebeck, Tue Oct 1 09:49:08 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        - Refactored LFO class names and their file names (PulseLFO -> LFOPulse,
23          LFOSawIntMath -> LFOSawIntMathNew, SawLFO -> LFOSawIntMathOld,
24          SineLFO -> LFOSineBuiltinFn, LFOSine -> LFOSineNumericComplexNr,
25          SquareLFO -> LFOSquarePulse and separated the latter to its own header
26          file).
27        - Renamed type LFOSigned -> LFOTriangleSigned.
28        - Renamed type LFOUnsigned -> LFOTriangleUnsigned.
29    
30    * Real-time instrument scripts:    * Real-time instrument scripts:
31      - Added method ScriptVM::setExitResultEnabled() which allows to      - Added method ScriptVM::setExitResultEnabled() which allows to
# Line 210  Version SVN trunk (?) Line 226  Version SVN trunk (?)
226    * GigaStudio/Gigasampler format engine:    * GigaStudio/Gigasampler format engine:
227      - LFOTriangleIntMath and LFOTriangleIntAbsMath: Fixed FlipPhase=true      - LFOTriangleIntMath and LFOTriangleIntAbsMath: Fixed FlipPhase=true
228        behaviour for start_level_mid.        behaviour for start_level_mid.
229        - Changed LFO start levels: LFO1 and LFO2 both to mid, LFO3 to max. start
230          level (see discussion "GigaStudio LFO compatibility" on mailing list
231          from 2019-09-26 for details).
232    
233    * SFZ format engine:    * SFZ format engine:
234      - Fixed support for regions with loccN/hiccN conditions on more than one      - Fixed support for regions with loccN/hiccN conditions on more than one
235        MIDI controller.        MIDI controller.
236    
237      * Benchmarks:
238        - Fixed benchmarks/triang.cpp falsely having favoured "int math abs"
239          algorithm (since result of 2nd run was not accumulated).
240        - Added benchmark for saw wave (benchmarks/saw.cpp).
241        - Added benchmark for sine wave (benchmarks/sine.cpp).
242        - Added benchmark for square wave (benchmarks/square.cpp).
243        - Increased amount of benchmarks runs by factor 6 to achieve benchmark times
244          which are large enough on modern systems.
245    
246  Version 2.1.1 (27 Jul 2019)  Version 2.1.1 (27 Jul 2019)
247    
248    * Real-time instrument scripts:    * Real-time instrument scripts:

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

  ViewVC Help
Powered by ViewVC