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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2183 by persson, Sat Jun 11 17:53:32 2011 UTC revision 2188 by iliev, Fri Jun 24 19:39:11 2011 UTC
# Line 10  Version CVS HEAD (?) Line 10  Version CVS HEAD (?)
10      - made sure all source files for hostplugins are included when      - made sure all source files for hostplugins are included when
11        doing "make dist"        doing "make dist"
12      - removed empty directories left from the cvs to svn migration      - removed empty directories left from the cvs to svn migration
13        - fixed compilation with gcc 4.6.1
14        - another "make dist" fix, for LV2 plugin
15        - made --enable-pthread-testcancel default on Mac OS X
16    
17    * general changes:    * general changes:
18      - Refactoring: moved the independent code from      - Refactoring: moved the independent code from
# Line 148  Version CVS HEAD (?) Line 151  Version CVS HEAD (?)
151      - added LSCP command "SET FX_SEND EFFECT <sampler_channel>      - added LSCP command "SET FX_SEND EFFECT <sampler_channel>
152        <fx_send_id> <effect_chain> <chain_pos>"        <fx_send_id> <effect_chain> <chain_pos>"
153      - added LSCP command "REMOVE FX_SEND EFFECT <sampler_channel> <fx_send_id>"      - added LSCP command "REMOVE FX_SEND EFFECT <sampler_channel> <fx_send_id>"
154        - added LSCP commands "SUBSCRIBE EFFECT_INSTANCE_COUNT",
155          "SUBSCRIBE EFFECT_INSTANCE_INFO", "SUBSCRIBE SEND_EFFECT_CHAIN_COUNT",
156          "SUBSCRIBE SEND_EFFECT_CHAIN_INFO"
157    
158    * Bug fixes:    * Bug fixes:
159      - Fixed crash which may occur when MIDI key + transpose is out of range      - Fixed crash which may occur when MIDI key + transpose is out of range
# Line 162  Version CVS HEAD (?) Line 168  Version CVS HEAD (?)
168        refresh) could cause instruments to be unloaded        refresh) could cause instruments to be unloaded
169      - Mac OS X: fixed name collision of enum in EffectControl and      - Mac OS X: fixed name collision of enum in EffectControl and
170        wrong name of destructor in AudioOutputDeviceCoreAudio.cpp        wrong name of destructor in AudioOutputDeviceCoreAudio.cpp
171        - Mac OS X: fixed hanging threads
172        - Windows: disabled the previous thread fix on non-Mac systems, as
173          it caused hanging threads on Windows
174    
175  Version 1.0.0 (31 July 2009)  Version 1.0.0 (31 July 2009)
176    

Legend:
Removed from v.2183  
changed lines
  Added in v.2188

  ViewVC Help
Powered by ViewVC