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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2012 by iliev, Fri Oct 23 17:53:17 2009 UTC revision 2045 by persson, Sun Jan 10 13:22:19 2010 UTC
# Line 4  Version CVS HEAD (?) Line 4  Version CVS HEAD (?)
4      - Refactoring: moved the independent code from      - Refactoring: moved the independent code from
5        the Gigasampler format engine to base classes        the Gigasampler format engine to base classes
6    
7      * Gigasampler format engine:
8        - implemented the "round robin keyboard" dimension
9        - fixed round robin and random dimensions for cases when number of
10          dimension zones is not a power of two
11        - made round robin use a counter for each region instead of each
12          key
13    
14    * SFZ format engine    * SFZ format engine
15      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
16    
# Line 13  Version CVS HEAD (?) Line 20  Version CVS HEAD (?)
20    * Host plugins:    * Host plugins:
21      - AU bugfix: failed to destroy its audio/MIDI devices      - AU bugfix: failed to destroy its audio/MIDI devices
22      - Listen to all interfaces on Mac OS X (INADDR_ANY)      - Listen to all interfaces on Mac OS X (INADDR_ANY)
23        - VST bugfix: If the host called resume() before and after
24          changing sample rate or block size, the number of channels was
25          incorrectly set to two. This caused silence in Cubase 5.
26    
27    * MIDI driver:    * MIDI driver:
28      - ALSA MIDI driver supports now "NAME" device parameter, for overriding      - ALSA MIDI driver supports now "NAME" device parameter, for overriding
29        the ALSA sequencer client name        the ALSA sequencer client name
30    
31      * LSCP server:
32        - added support for sending MIDI CC messages via LSCP command
33          "SEND CHANNEL MIDI_DATA CC <sampler-chan> <ctrl> <val>"
34    
35    * Bug fixes:    * Bug fixes:
36      - Fixed crash which may occur when MIDI key + transpose is out of range      - Fixed crash which may occur when MIDI key + transpose is out of range
37    

Legend:
Removed from v.2012  
changed lines
  Added in v.2045

  ViewVC Help
Powered by ViewVC