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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2385 by schoenebeck, Fri Dec 14 17:41:32 2012 UTC revision 2413 by schoenebeck, Mon Feb 4 21:56:36 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 299  Version CVS HEAD (?) Line 306  Version CVS HEAD (?)
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)
309        - JACK audio: react on sample rate changes.
310        - JACK audio: react on buffer size changes.
311        - JACK audio: jack_port_get_buffer() was cached and called outside
312          RT context.
313    
314    * LSCP server:    * LSCP server:
315      - added support for sending MIDI CC messages via LSCP command      - added support for sending MIDI CC messages via LSCP command
# Line 379  Version CVS HEAD (?) Line 390  Version CVS HEAD (?)
390        playing a note in a key group        playing a note in a key group
391      - fixed erroneous error message piping in VoiceBase.h      - fixed erroneous error message piping in VoiceBase.h
392        (labelled "Disk stream not available in time")        (labelled "Disk stream not available in time")
393        - Update effects on sample rate & period size changes (to avoid
394          crashes and noise on such transitions).
395    
396  Version 1.0.0 (31 July 2009)  Version 1.0.0 (31 July 2009)
397    

Legend:
Removed from v.2385  
changed lines
  Added in v.2413

  ViewVC Help
Powered by ViewVC