/[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 2884 by schoenebeck, Wed Apr 20 15:22:58 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
26        (originated by libgig's usage of it)        (originated by libgig's usage of it)
27        - Automake: set environment variable GCC_COLORS=auto to allow GCC to
28          auto detect whether it (sh/c)ould output its messages in color.
29    
30    * Real-time instrument scripts:    * Real-time instrument scripts:
31      - Implemented scheduler for delayed MIDI events and for suspended scripts.      - Implemented scheduler for delayed MIDI events and for suspended scripts.
# Line 34  Version SVN trunk (?) Line 40  Version SVN trunk (?)
40        potentially causing undefined behavior.        potentially causing undefined behavior.
41      - Fixed crash which happened when trying to reference an undeclared      - Fixed crash which happened when trying to reference an undeclared
42        variable.        variable.
43        - Built-in script function "play_note()": Added support for passing
44          special value -1 for "duration-us" argument, which will cause the
45          triggered note to be released once the original note was released.
46    
47  Version 2.0.0 (15 July 2015)  Version 2.0.0 (15 July 2015)
48    

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

  ViewVC Help
Powered by ViewVC