--- linuxsampler/trunk/ChangeLog 2006/04/14 19:13:32 852 +++ linuxsampler/trunk/ChangeLog 2006/05/31 23:39:19 868 @@ -1,6 +1,9 @@ Version CVS HEAD (?) * packaging changes: + - changed deprecated copyright attribute to license; added ldconfig + to post-(un)install steps; added devel package for liblinuxsampler; + to linuxsampler.spec (RPM) - install necessary development header files for allowing 3rd party applications to link against liblinuxsampler - liblinuxsampler's API documentation can be generated with 'make docs' @@ -54,6 +57,10 @@ parameter - added smoothing of volume changes caused by control change messages + - sample loop parameters are now taken from the DimensionRegion + instead of the wave chunk + - fixed keyswitching for v3 gigs with a number of keyswitch splits + not equal to a power of two * LSCP server: - fixed application exit on broken pipe error (fixes bug #20)