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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3335 by schoenebeck, Sun Jul 30 14:33:15 2017 UTC revision 3360 by schoenebeck, Fri Oct 27 21:19:18 2017 UTC
# 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 246  Version SVN trunk (?) Line 254  Version SVN trunk (?)
254        to avoid the editor app to crash on ill-formed text input.        to avoid the editor app to crash on ill-formed text input.
255      - Added built-in script function "change_pan_time()".      - Added built-in script function "change_pan_time()".
256      - Added built-in script function "change_pan_curve()".      - 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.3335  
changed lines
  Added in v.3360

  ViewVC Help
Powered by ViewVC