--- linuxsampler/trunk/ChangeLog 2008/09/15 16:58:10 1777 +++ linuxsampler/trunk/ChangeLog 2008/11/30 09:10:07 1794 @@ -6,6 +6,8 @@ "./configure --disable-jack-driver" was used (patch by Alexis Ballier) - fixed compilation with gcc 4.3 + - fixes for building on OS X (thanks to Ebrahim Mayat for testing) + - fixed configure so it detects x86_64 (#107) * general changes: - bugfix: on some POSIX systems instrument editor plugins refused to @@ -27,6 +29,10 @@ - fixes for audio drivers with varying buffer sizes - experimental support for running LinuxSampler as a DSSI, LV2 and VST plugin + - notification events for stream/voice count statistics are now sent + only when there are actual changes + - added memory ordering constraints to improve stability on + multi-core and multi-cpu systems * audio driver: - removed the nonsense audio channel constraint (which was hard coded to @@ -50,6 +56,9 @@ - avoid time consuming samples scanning when adding instruments to the instruments database - added support for handling lost files in the instruments database + - Implemented option for adding instruments in separate directories + in the instruments database + (patch by Chris Cherrett & Andrew Williams, a bit adjusted) * Gigasampler format engine: - fixed a memory leak that could happen when a channel was deleted