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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3561 by schoenebeck, Fri Aug 23 11:44:00 2019 UTC revision 3573 by schoenebeck, Tue Aug 27 21:36:53 2019 UTC
# Line 33  Version SVN trunk (?) Line 33  Version SVN trunk (?)
33        synthesis parameter (like e.g. LFO, EG); by simply prefixing a value,        synthesis parameter (like e.g. LFO, EG); by simply prefixing a value,
34        variable or formula with this new "!" operator the expression is marked as        variable or formula with this new "!" operator the expression is marked as
35        being "final".        being "final".
36        - NKSP script editor API: Added support for detecting standard unit tokens
37          and their potential metric prefix token.
38        - NKSP language: Added support for NKSP real number literals and
39          arithmetic operations on them (e.g. "(3.9 + 2.9) / 12.3 - 42.0").
40        - NKSP language: Added support for NKSP real number (floating point) script
41          variables (declare ~foo).
42        - NKSP language: Added support for NKSP real number (floating point) array
43          script variables (declare ?foo[]).
44        - Built-in script function "message()" accepts now real number argument as
45          well.
46        - Added built-in script function "real_to_int()" and its short hand form
47          "int()" for casting from real number to integer in NKSP scripts.
48        - Added built-in script function "int_to_real()" and its short hand form
49          "real()" for casting from integer to real number in NKSP scripts.
50    
51    * test cases:    * test cases:
52      - Fixed compiler errors in test cases.      - Fixed compiler errors in test cases.

Legend:
Removed from v.3561  
changed lines
  Added in v.3573

  ViewVC Help
Powered by ViewVC