--- linuxsampler/trunk/ChangeLog 2008/09/15 16:58:10 1777 +++ linuxsampler/trunk/ChangeLog 2008/12/07 01:26:46 1800 @@ -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,11 @@ - 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 + - maximum voices and disk streams can now be altered at runtime * audio driver: - removed the nonsense audio channel constraint (which was hard coded to @@ -50,6 +57,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 @@ -93,6 +103,12 @@ - bugfix: the bank number provided by MIDI_INSTRUMENT_INFO notifications was incorrect - Optimized the retrieval of the MIDI instrument mappings + - added new LSCP command "SET VOICES" to globally alter the maximum + amount of voices, added new LSCP event "GLOBAL_INFO:VOICES" which will + be triggered respectively + - added new LSCP command "SET STREAMS" to globally alter the maximum + amount of disk streams, added new LSCP event "GLOBAL_INFO:STREAMS" + which will be triggered respectively * Bug fixes: - fixed a crash which occurs when removing a sampler channel waiting