--- linuxsampler/trunk/ChangeLog 2008/11/30 09:10:07 1794 +++ linuxsampler/trunk/ChangeLog 2009/01/16 19:09:10 1825 @@ -8,6 +8,8 @@ - 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) + - fixes for building with newer MinGW versions + - fix for building with bison 2.4 (#111) * general changes: - bugfix: on some POSIX systems instrument editor plugins refused to @@ -33,6 +35,8 @@ 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 + - fixed CPU feature detection on x86_64 (maybe fixes #108) * audio driver: - removed the nonsense audio channel constraint (which was hard coded to @@ -102,6 +106,14 @@ - 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 + - bugfix: retry if "select" returns EINTR (this fixes a crash when + a gigedit file dialog is opened) * Bug fixes: - fixed a crash which occurs when removing a sampler channel waiting