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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2063 by persson, Sun Feb 28 07:28:56 2010 UTC revision 2123 by schoenebeck, Wed Sep 15 10:04:07 2010 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version CVS HEAD (?)
2    
3    * General changes:    * packaging changes:
4        - fixed building with newer MinGW-w64
5    
6      * general changes:
7      - Refactoring: moved the independent code from      - Refactoring: moved the independent code from
8        the Gigasampler format engine to base classes        the Gigasampler format engine to base classes
9      - command line option '--profile' is currently disabled, since the      - command line option '--profile' is currently disabled, since the
# Line 9  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 32  Version CVS HEAD (?) Line 45  Version CVS HEAD (?)
45        more compatible        more compatible
46      - added support for trigger=release and rt_decay      - added support for trigger=release and rt_decay
47      - added support for off_mode=normal      - added support for off_mode=normal
48        - added support for random, seq_position, seq_length and volume
49        - added v1 LFO opcodes to parser (no support in engine yet)
50        - added support for amp_veltrack and amp_velcurve_N
51        - fine-tuned the default velocity curve
52        - added support for transpose
53        - fixed crash when using sw_down/up
54        - improved logic for sw_lokey/hikey/up/down/last
55        - added more v1 aliases to parser
56        - reduced memory usage for sfz data
57        - RT-safeness: avoid malloc in audio thread
58        - 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)
69        - RT-safeness: avoid malloc in audio thread
70        - fixed a bug that could cause voice stealing to fail
71    
72    * Host plugins:    * Host plugins:
73      - AU bugfix: failed to destroy its audio/MIDI devices      - AU bugfix: failed to destroy its audio/MIDI devices
# Line 53  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        - fixed crash which occured when changing an already deployed sampler
91          channel to a different engine type
92    
93  Version 1.0.0 (31 July 2009)  Version 1.0.0 (31 July 2009)
94    

Legend:
Removed from v.2063  
changed lines
  Added in v.2123

  ViewVC Help
Powered by ViewVC