/[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 3699 by schoenebeck, Sat Jan 4 14:07:02 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    
48    * Real-time instrument scripts:    * Real-time instrument scripts:
49      - Added method ScriptVM::setExitResultEnabled() which allows to      - Added method ScriptVM::setExitResultEnabled() which allows to
# Line 220  Version SVN trunk (?) Line 226  Version SVN trunk (?)
226        parameter that had been changed and its new value.        parameter that had been changed and its new value.
227      - 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"
228        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.
229        - Implemented built-in script function "set_rpn()".
230        - Implemented built-in script function "set_nrpn()".
231    
232    * test cases:    * test cases:
233      - Fixed compiler errors in test cases.      - Fixed compiler errors in test cases.
# Line 244  Version SVN trunk (?) Line 252  Version SVN trunk (?)
252        "floor()", "sqrt()", "log()", "log2()", "log10()", "exp()", "pow()",        "floor()", "sqrt()", "log()", "log2()", "log10()", "exp()", "pow()",
253        "sin()", "cos()", "tan()", "asin()", "acos()", "atan()".        "sin()", "cos()", "tan()", "asin()", "acos()", "atan()".
254      - Added NKSP test cases for unary '+' operator.      - Added NKSP test cases for unary '+' operator.
255        - Added NKSP test cases for core built-in variables.
256    
257    * GigaStudio/Gigasampler format engine:    * GigaStudio/Gigasampler format engine:
258      - LFOTriangleIntMath and LFOTriangleIntAbsMath: Fixed FlipPhase=true      - LFOTriangleIntMath and LFOTriangleIntAbsMath: Fixed FlipPhase=true

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

  ViewVC Help
Powered by ViewVC