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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3328 by schoenebeck, Sun Jul 23 18:27:29 2017 UTC revision 3372 by schoenebeck, Sat Nov 25 17:29:29 2017 UTC
# Line 1  Line 1 
1  Version SVN trunk (?)  Version 2.1.0 (25 Nov 2017)
2    
3    * SFZ format engine:    * SFZ format engine:
4      - added support for <global>, <master> and #define (patch by Alby M)      - added support for <global>, <master> and #define (patch by Alby M)
# Line 57  Version SVN trunk (?) Line 57  Version SVN trunk (?)
57      - Fixed Note object leak when triggering notes on keys which did not      - Fixed Note object leak when triggering notes on keys which did not
58        have a valid sample mapped (fixes bug #252).        have a valid sample mapped (fixes bug #252).
59      - Fixed compilation errors when compiling with CONFIG_DEVMODE enabled.      - Fixed compilation errors when compiling with CONFIG_DEVMODE enabled.
60        - linuxsampler binary fix: option --create-instruments-db ignored
61          subsequent optional argument due to glibc's implementation oddity
62          which expects a "=" sign, but no space between them.
63    
64    * packaging changes:    * packaging changes:
65      - removed unnecessary dependency to libuuid      - removed unnecessary dependency to libuuid
66        (originated by libgig's usage of it)        (originated by libgig's usage of it)
67      - Automake: set environment variable GCC_COLORS=auto to allow GCC to      - Automake: set environment variable GCC_COLORS=auto to allow GCC to
68        auto detect whether it (sh/c)ould output its messages in color.        auto detect whether it (sh/c)ould output its messages in color.
69        - Debian: Fixed packaging error about invalid "Source-Version"
70          substitution variable.
71        - Debian: Raised Debian compatibility level to Debian 9 "Stretch".
72        - Debian: Added build dependency to libsqlite3-dev for building
73          linuxsampler with instruments DB support.
74    
75    * Real-time instrument scripts:    * Real-time instrument scripts:
76      - Implemented scheduler for delayed MIDI events and for suspended scripts.      - Implemented scheduler for delayed MIDI events and for suspended scripts.
# Line 242  Version SVN trunk (?) Line 250  Version SVN trunk (?)
250        can be set to disable all subsequent built-in "message()" function calls        can be set to disable all subsequent built-in "message()" function calls
251        on preprocessor level.        on preprocessor level.
252      - Implemented built-in script function "change_sustain()".      - Implemented built-in script function "change_sustain()".
253        - NKSP script editor syntax highlighting API: catch all fatal lexer errors,
254          to avoid the editor app to crash on ill-formed text input.
255        - Added built-in script function "change_pan_time()".
256        - Added built-in script function "change_pan_curve()".
257        - Added built-in script function "change_cutoff_attack()".
258        - Added built-in script function "change_cutoff_decay()".
259        - Added built-in script function "change_cutoff_sustain()".
260        - Added built-in script function "change_cutoff_release()".
261        - Added built-in script function "change_cutoff_lfo_depth()".
262        - Added built-in script function "change_cutoff_lfo_freq()".
263    
264    * Instruments DB:    * Instruments DB:
265      - Fixed memory access bug of general DB access code which lead to      - Fixed memory access bug of general DB access code which lead to

Legend:
Removed from v.3328  
changed lines
  Added in v.3372

  ViewVC Help
Powered by ViewVC