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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3840 by schoenebeck, Fri Dec 11 19:39:09 2020 UTC revision 3847 by schoenebeck, Thu Jan 7 12:25:59 2021 UTC
# Line 71  Version SVN trunk (?) Line 71  Version SVN trunk (?)
71        scripts loaded.        scripts loaded.
72      - Allow EffectChain::InsertEffect() as alternative to      - Allow EffectChain::InsertEffect() as alternative to
73        EffectChain::AppendEffect() (i.e. with index equal to current chain size).        EffectChain::AppendEffect() (i.e. with index equal to current chain size).
74        - ConstCapacityArray class: Fixed bug in remove() method.
75    
76    * Real-time instrument scripts:    * Real-time instrument scripts:
77      - Added method ScriptVM::setExitResultEnabled() which allows to      - Added method ScriptVM::setExitResultEnabled() which allows to
# Line 299  Version SVN trunk (?) Line 300  Version SVN trunk (?)
300        "release" handler.        "release" handler.
301      - Fixed memory leak in NKSP parser: string tokens were allocated as C      - Fixed memory leak in NKSP parser: string tokens were allocated as C
302        strings and never freed.        strings and never freed.
303        - Fixed incorrect polyphonic data transfer from wrong note handler to
304          release handler; which also fixes no release handler being executed
305          sometimes, and due to the latter it also fixes potential crashes as some
306          polyphonic script events were never released and the engine hence was
307          running out of free script events.
308        - Fixed crash when handling array results of built-in functions
309          (e.g. "num_elements(by_marks($MARK_1)").
310    
311    * test cases:    * test cases:
312      - Fixed compiler errors in test cases.      - Fixed compiler errors in test cases.

Legend:
Removed from v.3840  
changed lines
  Added in v.3847

  ViewVC Help
Powered by ViewVC