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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2101 by persson, Sun May 30 11:40:31 2010 UTC revision 2121 by schoenebeck, Tue Sep 14 17:09:08 2010 UTC
# Line 12  Version CVS HEAD (?) Line 12  Version CVS HEAD (?)
12        "LINUXSAMPLER_PLUGIN_DIR" which allows to override the directory        "LINUXSAMPLER_PLUGIN_DIR" which allows to override the directory
13        where the sampler shall look for instrument editor plugins        where the sampler shall look for instrument editor plugins
14        (patch by Luis Garrido, slightly modified).        (patch by Luis Garrido, slightly modified).
15        - implemented Roland GS NRPN 1ArrH which allows to set volume per note
16        - implemented Roland GS NRPN 1CrrH which allows to set pan per note
17        - implemented Roland GS NRPN 1DrrH which allows to set reverb send per
18          note (in this implementation of the sampler its simply hard routed to
19          the 1st effect send of the sampler channel, no matter what the actual
20          effect type is)
21        - implemented Roland GS NRPN 1ErrH which allows to set chorus send per
22          note (in this implementation of the sampler its simply hard routed to
23          the 2nd effect send of the sampler channel, no matter what the actual
24          effect type is)
25    
26    * Gigasampler format engine:    * Gigasampler format engine:
27      - implemented the "round robin keyboard" dimension      - implemented the "round robin keyboard" dimension
# Line 46  Version CVS HEAD (?) Line 56  Version CVS HEAD (?)
56      - reduced memory usage for sfz data      - reduced memory usage for sfz data
57      - RT-safeness: avoid malloc in audio thread      - RT-safeness: avoid malloc in audio thread
58      - fixed a bug that could cause voice stealing to fail      - fixed a bug that could cause voice stealing to fail
59        - optimized sample lookup
60        - improved support for exclusive groups (group, off_by and
61          off_mode)
62        - added support for controller triggered regions (on_locc/on_hicc)
63        - added support for loop_mode=one_shot
64        - fixed playback of 16 bit wav files on big endian CPUs
65        - added support for Ogg Vorbis sample files
66    
67    * SoundFont format engine:    * SoundFont format engine:
68      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 69  Version CVS HEAD (?) Line 86  Version CVS HEAD (?)
86    
87    * Bug fixes:    * Bug fixes:
88      - 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
89        - minor valgrind fixes
90    
91  Version 1.0.0 (31 July 2009)  Version 1.0.0 (31 July 2009)
92    

Legend:
Removed from v.2101  
changed lines
  Added in v.2121

  ViewVC Help
Powered by ViewVC