/[svn]/linuxsampler/trunk/ChangeLog
ViewVC logotype

Diff of /linuxsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 981 by iliev, Sun Dec 17 22:35:01 2006 UTC revision 1038 by persson, Sat Feb 3 15:33:00 2007 UTC
# Line 19  Version CVS HEAD (?) Line 19  Version CVS HEAD (?)
19        drumkits is possible        drumkits is possible
20      - new notification events for tracking audio/MIDI device changes,      - new notification events for tracking audio/MIDI device changes,
21        MIDI instrument map changes and MIDI instrument changes        MIDI instrument map changes and MIDI instrument changes
22        - sampler was limited to load max. 200 instruments in the background
23          due to a constant size RingBuffer FIFO which is now replaced by a
24          dynamic (unlimited) size std::list FIFO
25        - added FX sends, these allow to route audio signals to arbitrary audio
26          output channels for being processed by external effect processors
27          (i.e. jack-rack), the send levels are controllable via arbitrary MIDI
28          controllers
29        - global (sampler wide) volume can now be controlled at runtime
30    
31    * MIDI driver:    * MIDI driver:
32      - dispatch bank select (MSB and LSB) messages      - dispatch bank select (MSB and LSB) messages
# Line 27  Version CVS HEAD (?) Line 35  Version CVS HEAD (?)
35      - if a filter is used and EG2 finishes before EG1, let the voice      - if a filter is used and EG2 finishes before EG1, let the voice
36        die when EG2 has finished (this fixes a problem with clicks and        die when EG2 has finished (this fixes a problem with clicks and
37        voice starvation for some gigs)        voice starvation for some gigs)
38        - playback is no longer disabled during instrument loading
39        - all notes playing on a channel that changes its instrument keep
40          playing with the old instrument until they get a note off
41          command
42    
43    * Bug fixes:    * Bug fixes:
44      - fixed crash occurring on certain LSCP scripts (Bug 39)      - fixed crash occurring on certain LSCP scripts (Bug 39)
45        - another thread safety fix for lscp "load engine" and "set
46          channel audio output device"
47    
48  Version 0.4.0 (24 November 2006)  Version 0.4.0 (24 November 2006)
49    

Legend:
Removed from v.981  
changed lines
  Added in v.1038

  ViewVC Help
Powered by ViewVC