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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3285 by schoenebeck, Thu Jun 22 10:45:38 2017 UTC revision 3293 by schoenebeck, Tue Jun 27 22:19:19 2017 UTC
# Line 7  Version SVN trunk (?) Line 7  Version SVN trunk (?)
7        load real-time instrument script file (NKSP script language).        load real-time instrument script file (NKSP script language).
8      - Implemented opcode set_ccN (initial patch by Giovanni Senatore).      - Implemented opcode set_ccN (initial patch by Giovanni Senatore).
9      - Fixed unintended volume fade-in of voices under certain conditions.      - Fixed unintended volume fade-in of voices under certain conditions.
10        - sfz parser: allow missing space between header and opcode
11    
12    * Gigasampler/GigaStudio format engine:    * Gigasampler/GigaStudio format engine:
13      - Fixed clicks and pumping noise with Lowpass Turbo filter on very low      - Fixed clicks and pumping noise with Lowpass Turbo filter on very low
# Line 44  Version SVN trunk (?) Line 45  Version SVN trunk (?)
45        sub threads is 16-byte aligned        sub threads is 16-byte aligned
46      - fixed numerous compiler warnings      - fixed numerous compiler warnings
47      - Fixed invalid (note-on) event ID being assigned to new Note objects.      - Fixed invalid (note-on) event ID being assigned to new Note objects.
48        - Revised fundamental C++ classes "Thread", "Mutex" and "Condition" which
49          fixes potential undefined behavior.
50    
51    * packaging changes:    * packaging changes:
52      - removed unnecessary dependency to libuuid      - removed unnecessary dependency to libuuid
# Line 210  Version SVN trunk (?) Line 213  Version SVN trunk (?)
213      - Print a time stamp along to each call of built-in function "message()".      - Print a time stamp along to each call of built-in function "message()".
214      - ScriptVM API: Added VMParserContext::preprocessorComments() which allows      - ScriptVM API: Added VMParserContext::preprocessorComments() which allows
215        to retrieve all code blocks filtered out by the preprocessor.        to retrieve all code blocks filtered out by the preprocessor.
216        - Added built-in script function "fork()".
217        - Added built-in array variable %NKSP_CALLBACK_CHILD_ID[].
218        - Added built-in variable $NKSP_CALLBACK_PARENT_ID.
219        - Fixed potential crash when accessing dynamic built-in array variables.
220    
221    * Instruments DB:    * Instruments DB:
222      - 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.3285  
changed lines
  Added in v.3293

  ViewVC Help
Powered by ViewVC