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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2382 by persson, Sun Dec 2 16:30:42 2012 UTC revision 2408 by persson, Sat Feb 2 08:22:49 2013 UTC
# Line 22  Version CVS HEAD (?) Line 22  Version CVS HEAD (?)
22      - modernized configure script      - modernized configure script
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
26    
27    * general changes:    * general changes:
28      - Refactoring: moved the independent code from      - Refactoring: moved the independent code from
# Line 75  Version CVS HEAD (?) Line 76  Version CVS HEAD (?)
76        filter parameters in each sub fragment)        filter parameters in each sub fragment)
77      - handle special case when pan parameter in gig file has max or      - handle special case when pan parameter in gig file has max or
78        min value        min value
79        - Exclusive Groups: don't ever stop voices of the same note,
80          doesn't sound naturally with a drumkit
81        - fixed EG1 modulation when attack or release is zero
82    
83    * SFZ format engine:    * SFZ format engine:
84      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 231  Version CVS HEAD (?) Line 235  Version CVS HEAD (?)
235      - fixed support for lochan and hichan opcodes (#155)      - fixed support for lochan and hichan opcodes (#155)
236      - fixed crash when using lochan/hichan opcodes (#187)      - fixed crash when using lochan/hichan opcodes (#187)
237      - sfz parser: allow -200 to 200 for pan_oncc opcode (#182)      - sfz parser: allow -200 to 200 for pan_oncc opcode (#182)
238        - added FLAC support (#191)
239        - sfz parser bugfix: lines starting with whitespace were ignored
240        - added amplitude opcode
241    
242    * SoundFont format engine:    * SoundFont format engine:
243      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 293  Version CVS HEAD (?) Line 300  Version CVS HEAD (?)
300        (e.g. external MIDI devices being attached to the Mac)        (e.g. external MIDI devices being attached to the Mac)
301      - added support for MIDI note on velocity filter      - added support for MIDI note on velocity filter
302      - CoreMIDI: fixed memory deallocation error      - CoreMIDI: fixed memory deallocation error
303        - Fixed variable underflow in VirtualMidiDevice, which caused graphical
304          virtual keyboards in frontends / instrument editors being stuck.
305        - Bugfix in VirtualMidiDevice: process note on with velocity 0 as note off.
306    
307    * audio driver:    * audio driver:
308      - ASIO driver fixes for newer gcc versions (fix from PortAudio)      - ASIO driver fixes for newer gcc versions (fix from PortAudio)

Legend:
Removed from v.2382  
changed lines
  Added in v.2408

  ViewVC Help
Powered by ViewVC