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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2399 by persson, Sun Jan 13 17:22:23 2013 UTC revision 2428 by schoenebeck, Sat Mar 2 13:54:22 2013 UTC
# Line 23  Version CVS HEAD (?) Line 23  Version CVS HEAD (?)
23      - fixed linkage error when building with      - fixed linkage error when building with
24        LDFLAGS="-Wl,--no-undefined" (#190)        LDFLAGS="-Wl,--no-undefined" (#190)
25      - fixed compilation with Clang 3.2      - fixed compilation with Clang 3.2
26        - removed usage of deprecated Automake variable INCLUDES
27    
28    * general changes:    * general changes:
29      - Refactoring: moved the independent code from      - Refactoring: moved the independent code from
# Line 63  Version CVS HEAD (?) Line 64  Version CVS HEAD (?)
64      - all engines: add pan CC value to instrument pan parameter before      - all engines: add pan CC value to instrument pan parameter before
65        applying panning, instead of using two separate pan functions in        applying panning, instead of using two separate pan functions in
66        series (#182)        series (#182)
67        - added a lock guard class for exception safe mutex handling and
68          used it everywhere appropriate
69    
70    * Gigasampler format engine:    * Gigasampler format engine:
71      - implemented the "round robin keyboard" dimension      - implemented the "round robin keyboard" dimension
# Line 78  Version CVS HEAD (?) Line 81  Version CVS HEAD (?)
81        min value        min value
82      - Exclusive Groups: don't ever stop voices of the same note,      - Exclusive Groups: don't ever stop voices of the same note,
83        doesn't sound naturally with a drumkit        doesn't sound naturally with a drumkit
84        - fixed EG1 modulation when attack or release is zero
85    
86    * SFZ format engine:    * SFZ format engine:
87      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 234  Version CVS HEAD (?) Line 238  Version CVS HEAD (?)
238      - fixed support for lochan and hichan opcodes (#155)      - fixed support for lochan and hichan opcodes (#155)
239      - fixed crash when using lochan/hichan opcodes (#187)      - fixed crash when using lochan/hichan opcodes (#187)
240      - sfz parser: allow -200 to 200 for pan_oncc opcode (#182)      - sfz parser: allow -200 to 200 for pan_oncc opcode (#182)
241      - added FLAC support (#192)      - added FLAC support (#191)
242        - sfz parser bugfix: lines starting with whitespace were ignored
243        - added amplitude opcode
244    
245    * SoundFont format engine:    * SoundFont format engine:
246      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 300  Version CVS HEAD (?) Line 306  Version CVS HEAD (?)
306      - Fixed variable underflow in VirtualMidiDevice, which caused graphical      - Fixed variable underflow in VirtualMidiDevice, which caused graphical
307        virtual keyboards in frontends / instrument editors being stuck.        virtual keyboards in frontends / instrument editors being stuck.
308      - Bugfix in VirtualMidiDevice: process note on with velocity 0 as note off.      - Bugfix in VirtualMidiDevice: process note on with velocity 0 as note off.
309        - Implemented missing handling of MIDI "running status".
310    
311    * audio driver:    * audio driver:
312      - ASIO driver fixes for newer gcc versions (fix from PortAudio)      - ASIO driver fixes for newer gcc versions (fix from PortAudio)
313        - JACK audio: react on sample rate changes.
314        - JACK audio: react on buffer size changes.
315        - JACK audio: jack_port_get_buffer() was cached and called outside
316          RT context.
317        - ASIO driver: removed compiler warnings
318    
319    * LSCP server:    * LSCP server:
320      - added support for sending MIDI CC messages via LSCP command      - added support for sending MIDI CC messages via LSCP command
# Line 383  Version CVS HEAD (?) Line 395  Version CVS HEAD (?)
395        playing a note in a key group        playing a note in a key group
396      - fixed erroneous error message piping in VoiceBase.h      - fixed erroneous error message piping in VoiceBase.h
397        (labelled "Disk stream not available in time")        (labelled "Disk stream not available in time")
398        - Update effects on sample rate & period size changes (to avoid
399          crashes and noise on such transitions).
400    
401  Version 1.0.0 (31 July 2009)  Version 1.0.0 (31 July 2009)
402    

Legend:
Removed from v.2399  
changed lines
  Added in v.2428

  ViewVC Help
Powered by ViewVC