--- linuxsampler/trunk/ChangeLog 2006/12/17 22:35:01 981 +++ linuxsampler/trunk/ChangeLog 2006/12/27 16:17:08 1001 @@ -19,6 +19,13 @@ drumkits is possible - new notification events for tracking audio/MIDI device changes, MIDI instrument map changes and MIDI instrument changes + - sampler was limited to load max. 200 instruments in the background + due to a constant size RingBuffer FIFO which is now replaced by a + dynamic (unlimited) size std::list FIFO + - added FX sends, these allow to route audio signals to arbitrary audio + output channels for being processed by external effect processors + (i.e. jack-rack), the send levels are controllable via arbitrary MIDI + controllers * MIDI driver: - dispatch bank select (MSB and LSB) messages