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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3690 by schoenebeck, Fri Jan 3 10:18:21 2020 UTC revision 3714 by schoenebeck, Sat Jan 11 20:19:11 2020 UTC
# Line 38  Version SVN trunk (?) Line 38  Version SVN trunk (?)
38        methods and marked those old ones deprecated as well.        methods and marked those old ones deprecated as well.
39      - Added support for MIDI CC #38 (data entry LSB): this allows higher value      - Added support for MIDI CC #38 (data entry LSB): this allows higher value
40        resolution for certain (e.g. hard coded) RPN and NRPN parameters.        resolution for certain (e.g. hard coded) RPN and NRPN parameters.
41        - Implemented support for compressed RPN/NRPN message sequences (that is to
42          allow processing MIDI data entry messages without always having to be
43          preceded strictly by RPN/NRPN parameter selection messages on each value
44          change).
45        - Added support for MIDI CC #96 (data increment) and MIDI CC #97 (data
46          decrement).
47        - Added support for 'null function RPN/NRPN' (which is RPN/NRPN parameter
48          MSB=127 and LSB=127) and which is disabling subsequent data
49          entry/increment/decrement CC messages.
50    
51    * Real-time instrument scripts:    * Real-time instrument scripts:
52      - Added method ScriptVM::setExitResultEnabled() which allows to      - Added method ScriptVM::setExitResultEnabled() which allows to
# Line 220  Version SVN trunk (?) Line 229  Version SVN trunk (?)
229        parameter that had been changed and its new value.        parameter that had been changed and its new value.
230      - Added built-in const variables "$NI_CB_TYPE_RPN" and "$NI_CB_TYPE_NRPN"      - Added built-in const variables "$NI_CB_TYPE_RPN" and "$NI_CB_TYPE_NRPN"
231        which are identifying the new (N)RPN handlers as such at script runtime.        which are identifying the new (N)RPN handlers as such at script runtime.
232        - Implemented built-in script function "set_rpn()".
233        - Implemented built-in script function "set_nrpn()".
234        - Fix: built-in functions returning an array type were broken and caused a
235          crash when the built-in function's (supposed to be array) result value was
236          used by the script VM.
237    
238    * test cases:    * test cases:
239      - Fixed compiler errors in test cases.      - Fixed compiler errors in test cases.
# Line 244  Version SVN trunk (?) Line 258  Version SVN trunk (?)
258        "floor()", "sqrt()", "log()", "log2()", "log10()", "exp()", "pow()",        "floor()", "sqrt()", "log()", "log2()", "log10()", "exp()", "pow()",
259        "sin()", "cos()", "tan()", "asin()", "acos()", "atan()".        "sin()", "cos()", "tan()", "asin()", "acos()", "atan()".
260      - Added NKSP test cases for unary '+' operator.      - Added NKSP test cases for unary '+' operator.
261        - Added NKSP test cases for core built-in variables.
262    
263    * GigaStudio/Gigasampler format engine:    * GigaStudio/Gigasampler format engine:
264      - LFOTriangleIntMath and LFOTriangleIntAbsMath: Fixed FlipPhase=true      - LFOTriangleIntMath and LFOTriangleIntAbsMath: Fixed FlipPhase=true

Legend:
Removed from v.3690  
changed lines
  Added in v.3714

  ViewVC Help
Powered by ViewVC