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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1993 by schoenebeck, Sun Aug 30 11:27:35 2009 UTC revision 2043 by persson, Sat Jan 9 09:37:01 2010 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version CVS HEAD (?)
2    
3    * host plugins:    * General changes:
4        - Refactoring: moved the independent code from
5          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
15        - Initial implementation (not usable yet)
16    
17      * SoundFont format engine
18        - Initial implementation (not usable yet)
19    
20      * 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)
23    
24    * MIDI driver:    * MIDI driver:
25      - ALSA MIDI driver supports now "NAME" device parameter, for overriding      - ALSA MIDI driver supports now "NAME" device parameter, for overriding
26        the ALSA sequencer client name        the ALSA sequencer client name
27    
28      * LSCP server:
29        - added support for sending MIDI CC messages via LSCP command
30          "SEND CHANNEL MIDI_DATA CC <sampler-chan> <ctrl> <val>"
31    
32      * Bug fixes:
33        - Fixed crash which may occur when MIDI key + transpose is out of range
34    
35  Version 1.0.0 (31 July 2009)  Version 1.0.0 (31 July 2009)
36    
37    * packaging changes:    * packaging changes:

Legend:
Removed from v.1993  
changed lines
  Added in v.2043

  ViewVC Help
Powered by ViewVC