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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1994 by iliev, Sun Aug 30 13:30:01 2009 UTC revision 2047 by schoenebeck, Mon Jan 11 21:14:14 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        - command line option '--profile' is currently disabled, since the
7          respective profiling code is currently broken
8    
9      * Gigasampler format engine:
10        - implemented the "round robin keyboard" dimension
11        - fixed round robin and random dimensions for cases when number of
12          dimension zones is not a power of two
13        - made round robin use a counter for each region instead of each
14          key
15    
16      * SFZ format engine:
17        - Initial implementation (not usable yet)
18    
19      * SoundFont format engine:
20        - Initial implementation (not usable yet)
21    
22      * Host plugins:
23      - AU bugfix: failed to destroy its audio/MIDI devices      - AU bugfix: failed to destroy its audio/MIDI devices
24      - Listen to all interfaces on Mac OS X (INADDR_ANY)      - Listen to all interfaces on Mac OS X (INADDR_ANY)
25        - VST bugfix: If the host called resume() before and after
26          changing sample rate or block size, the number of channels was
27          incorrectly set to two. This caused silence in Cubase 5.
28    
29    * MIDI driver:    * MIDI driver:
30      - ALSA MIDI driver supports now "NAME" device parameter, for overriding      - ALSA MIDI driver supports now "NAME" device parameter, for overriding
31        the ALSA sequencer client name        the ALSA sequencer client name
32    
33      * LSCP server:
34        - added support for sending MIDI CC messages via LSCP command
35          "SEND CHANNEL MIDI_DATA CC <sampler-chan> <ctrl> <val>"
36    
37      * Bug fixes:
38        - Fixed crash which may occur when MIDI key + transpose is out of range
39    
40  Version 1.0.0 (31 July 2009)  Version 1.0.0 (31 July 2009)
41    
42    * packaging changes:    * packaging changes:

Legend:
Removed from v.1994  
changed lines
  Added in v.2047

  ViewVC Help
Powered by ViewVC