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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3311 by schoenebeck, Sat Jul 15 16:24:59 2017 UTC revision 3360 by schoenebeck, Fri Oct 27 21:19:18 2017 UTC
# Line 16  Version SVN trunk (?) Line 16  Version SVN trunk (?)
16        all if an up-pitch of more than 40 semi tones was requested (I don't        all if an up-pitch of more than 40 semi tones was requested (I don't
17        think there is any stock gig sound that requires this behavior to        think there is any stock gig sound that requires this behavior to
18        resemble its original sound).        resemble its original sound).
19        - Added support for controlling whether the individual EGADSR stages may
20          be aborted (as LinuxSampler extension to the original GigaStudio 4
21          format).
22    
23    * general changes:    * general changes:
24      - fixed printf type errors (mostly in debug messages)      - fixed printf type errors (mostly in debug messages)
# Line 54  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 238  Version SVN trunk (?) Line 249  Version SVN trunk (?)
249      - NKSP: Added built-in preprocessor condition NKSP_NO_MESSAGE, which      - NKSP: Added built-in preprocessor condition NKSP_NO_MESSAGE, which
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()".
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.3311  
changed lines
  Added in v.3360

  ViewVC Help
Powered by ViewVC