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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3283 by schoenebeck, Wed Jun 21 20:59:06 2017 UTC revision 3291 by persson, Sat Jun 24 12:56:44 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 207  Version SVN trunk (?) Line 210  Version SVN trunk (?)
210        another script handler by passing its callback ID.        another script handler by passing its callback ID.
211      - Fixed potential memory access bug and potential undefined behavior of      - Fixed potential memory access bug and potential undefined behavior of
212        "init" event handlers.        "init" event handlers.
213        - Print a time stamp along to each call of built-in function "message()".
214        - ScriptVM API: Added VMParserContext::preprocessorComments() which allows
215          to retrieve all code blocks filtered out by the preprocessor.
216    
217    * Instruments DB:    * Instruments DB:
218      - 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.3283  
changed lines
  Added in v.3291

  ViewVC Help
Powered by ViewVC