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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3697 by schoenebeck, Sat Jan 4 12:09:45 2020 UTC revision 3714 by schoenebeck, Sat Jan 11 20:19:11 2020 UTC
# Line 42  Version SVN trunk (?) Line 42  Version SVN trunk (?)
42        allow processing MIDI data entry messages without always having to be        allow processing MIDI data entry messages without always having to be
43        preceded strictly by RPN/NRPN parameter selection messages on each value        preceded strictly by RPN/NRPN parameter selection messages on each value
44        change).        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 226  Version SVN trunk (?) Line 231  Version SVN trunk (?)
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()".      - Implemented built-in script function "set_rpn()".
233      - Implemented built-in script function "set_nrpn()".      - 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.

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

  ViewVC Help
Powered by ViewVC