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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 990 by schoenebeck, Tue Dec 19 19:40:45 2006 UTC revision 1041 by schoenebeck, Wed Feb 7 17:45:19 2007 UTC
# Line 22  Version CVS HEAD (?) Line 22  Version CVS HEAD (?)
22      - sampler was limited to load max. 200 instruments in the background      - 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        due to a constant size RingBuffer FIFO which is now replaced by a
24        dynamic (unlimited) size std::list FIFO        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 30  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        - EG fix: a release value of zero could cause noises or crash
43        - handle MIDI coarse tuning messages (MIDI RPN #0 MSB #2 LSB)
44    
45    * Bug fixes:    * Bug fixes:
46      - fixed crash occurring on certain LSCP scripts (Bug 39)      - fixed crash occurring on certain LSCP scripts (Bug 39)
47        - another thread safety fix for lscp "load engine" and "set
48          channel audio output device"
49    
50  Version 0.4.0 (24 November 2006)  Version 0.4.0 (24 November 2006)
51    

Legend:
Removed from v.990  
changed lines
  Added in v.1041

  ViewVC Help
Powered by ViewVC