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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3588 by schoenebeck, Sun Sep 1 16:06:48 2019 UTC revision 3592 by schoenebeck, Mon Sep 2 09:40:44 2019 UTC
# Line 176  Version SVN trunk (?) Line 176  Version SVN trunk (?)
176        "change_pitch_lfo_freq()", "change_vol_time()", "change_tune_time()",        "change_pitch_lfo_freq()", "change_vol_time()", "change_tune_time()",
177        "change_pan_time()", instead imply 'final'ness at runtime and raise an        "change_pan_time()", instead imply 'final'ness at runtime and raise an
178        appropriate parser warning at parse time.        appropriate parser warning at parse time.
179        - Added built-in real number functions "round()", "ceil()", "floor()",
180          "sqrt()", "log()", "log2()", "log10()", "exp()", "pow()", "sin()",
181          "cos()", "tan()", "asin()", "acos()", "atan()".
182        - Added built-in script real number constant "~NI_MATH_PI".
183        - Added built-in script real number constant "~NI_MATH_E".
184        - NKSP language: Allow unary '+' operator.
185    
186    * test cases:    * test cases:
187      - Fixed compiler errors in test cases.      - Fixed compiler errors in test cases.
# Line 196  Version SVN trunk (?) Line 202  Version SVN trunk (?)
202        equalness / unequalness comparison.        equalness / unequalness comparison.
203      - Added NKSP int array and real array tests for value assignment and      - Added NKSP int array and real array tests for value assignment and
204        initialization of arrays.        initialization of arrays.
205        - Added NKSP test cases for built-in functions "round()", "ceil()",
206          "floor()", "sqrt()", "log()", "log2()", "log10()", "exp()", "pow()",
207          "sin()", "cos()", "tan()", "asin()", "acos()", "atan()".
208        - Added NKSP test cases for unary '+' operator.
209    
210  Version 2.1.1 (27 Jul 2019)  Version 2.1.1 (27 Jul 2019)
211    

Legend:
Removed from v.3588  
changed lines
  Added in v.3592

  ViewVC Help
Powered by ViewVC