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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2055 by persson, Sat Jan 30 10:30:02 2010 UTC revision 2121 by schoenebeck, Tue Sep 14 17:09:08 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 22  Version CVS HEAD (?) Line 35  Version CVS HEAD (?)
35      - added support for v2 multiple stage envelope generators      - added support for v2 multiple stage envelope generators
36      - added a fine-tuned v1 envelope generator instead of using the      - added a fine-tuned v1 envelope generator instead of using the
37        one from the gig engine        one from the gig engine
38        - fixed memory leak and memory handling errors
39        - added support for trigger=first, trigger=legato and sw_previous
40        - allow non-numerical key values ("C#4" for example)
41        - "key" opcode now sets pitch_keycenter too
42        - fixed error when unloading instrument with same sample used by
43          multiple regions
44        - added some opcode aliases, like loopmode for loop_mode, to be
45          more compatible
46        - added support for trigger=release and rt_decay
47        - 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 43  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.2055  
changed lines
  Added in v.2121

  ViewVC Help
Powered by ViewVC