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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2176 by persson, Sun May 1 15:19:38 2011 UTC revision 2188 by iliev, Fri Jun 24 19:39:11 2011 UTC
# Line 5  Version CVS HEAD (?) Line 5  Version CVS HEAD (?)
5    
6    * packaging changes:    * packaging changes:
7      - fixed building with newer MinGW-w64      - fixed building with newer MinGW-w64
8        - Mac OS X: support the new dir for Core Audio SDK
9        - Mac OS X: fixed building outside source directory
10        - made sure all source files for hostplugins are included when
11          doing "make dist"
12        - 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 143  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 155  Version CVS HEAD (?) Line 166  Version CVS HEAD (?)
166        a crash, or give "Handing back unknown region" error messages        a crash, or give "Handing back unknown region" error messages
167      - bugfix: calling SET VOICES (which Fantasia does on start and      - bugfix: calling SET VOICES (which Fantasia does on start and
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
170          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.2176  
changed lines
  Added in v.2188

  ViewVC Help
Powered by ViewVC