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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3259 by schoenebeck, Wed May 31 14:41:04 2017 UTC revision 3296 by schoenebeck, Wed Jun 28 09:45:56 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 201  Version SVN trunk (?) Line 204  Version SVN trunk (?)
204      - NKSP language: Raise parser warning if array variable is accessed with      - NKSP language: Raise parser warning if array variable is accessed with
205        an index that exceeds the array's size.        an index that exceeds the array's size.
206      - NKSP language fix: Unknown characters were not handled correctly.      - NKSP language fix: Unknown characters were not handled correctly.
207        - NKSP language: Added support for "synchronized .. end synchronized"
208          code blocks.
209        - Implemented built-in script function "abort()" which allows to abort
210          another script handler by passing its callback ID.
211        - Fixed potential memory access bug and potential undefined behavior of
212          "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        - 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        - Added built-in script function "callback_status()".
221        - Added built-in constant $CALLBACK_STATUS_TERMINATED.
222        - Added built-in constant $CALLBACK_STATUS_QUEUE.
223        - Added built-in constant $CALLBACK_STATUS_RUNNING.
224    
225    * Instruments DB:    * Instruments DB:
226      - 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.3259  
changed lines
  Added in v.3296

  ViewVC Help
Powered by ViewVC