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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1956 by schoenebeck, Fri Jul 31 07:45:47 2009 UTC revision 2045 by persson, Sun Jan 10 13:22:19 2010 UTC
# Line 1  Line 1 
1  Version 1.0.0 (30 July 2009)  Version CVS HEAD (?)
2    
3      * 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
22        - 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:
28        - ALSA MIDI driver supports now "NAME" device parameter, for overriding
29          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:
36        - Fixed crash which may occur when MIDI key + transpose is out of range
37    
38    Version 1.0.0 (31 July 2009)
39    
40    * packaging changes:    * packaging changes:
41      - autoconf bugfix: the PKG_CONFIG variable wasn't initialized properly,      - autoconf bugfix: the PKG_CONFIG variable wasn't initialized properly,

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

  ViewVC Help
Powered by ViewVC