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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2871 by schoenebeck, Sun Apr 10 18:22:23 2016 UTC revision 2879 by schoenebeck, Tue Apr 19 14:07:53 2016 UTC
# Line 16  Version SVN trunk (?) Line 16  Version SVN trunk (?)
16        overall cleanup of the Reset*(), ConnectAudioDevice(),        overall cleanup of the Reset*(), ConnectAudioDevice(),
17        DisconnectAudioDevice() API methods would still be desirable though,        DisconnectAudioDevice() API methods would still be desirable though,
18        because the current situation is still inconsistent and error prone.        because the current situation is still inconsistent and error prone.
19        - Active voices are now internally grouped to "Note" objects, instead of
20          being directly assigned to a keyboard key. This allows more fine graded
21          processing of voices, which is i.e. required for certain instrument
22          script features.
23    
24    * packaging changes:    * packaging changes:
25      - removed unnecessary dependency to libuuid      - removed unnecessary dependency to libuuid
# Line 34  Version SVN trunk (?) Line 38  Version SVN trunk (?)
38        potentially causing undefined behavior.        potentially causing undefined behavior.
39      - Fixed crash which happened when trying to reference an undeclared      - Fixed crash which happened when trying to reference an undeclared
40        variable.        variable.
41        - Built-in script function "play_note()": Added support for passing
42          special value -1 for "duration-us" argument, which will cause the
43          triggered note to be released once the original note was released.
44    
45  Version 2.0.0 (15 July 2015)  Version 2.0.0 (15 July 2015)
46    

Legend:
Removed from v.2871  
changed lines
  Added in v.2879

  ViewVC Help
Powered by ViewVC