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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2645 by schoenebeck, Wed Jun 18 00:14:57 2014 UTC revision 2837 by persson, Sun Aug 23 06:14:00 2015 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version SVN trunk (?)
2    
3      * general changes:
4        - fixed printf type errors (mostly in debug messages)
5    
6    Version 2.0.0 (15 July 2015)
7    
8    * packaging changes:    * packaging changes:
9      - fixed building with newer MinGW-w64      - fixed building with newer MinGW-w64
# Line 126  Version CVS HEAD (?) Line 131  Version CVS HEAD (?)
131      - Fixed support for 'aftertouch' attenuation controller.      - Fixed support for 'aftertouch' attenuation controller.
132      - Fixed crash that happened with velocity split sounds under certain      - Fixed crash that happened with velocity split sounds under certain
133        conditions (see also previous commit on libgig).        conditions (see also previous commit on libgig).
134        - fixed behaviour of filter LFO
135    
136    * SFZ format engine:    * SFZ format engine:
137      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 290  Version CVS HEAD (?) Line 296  Version CVS HEAD (?)
296      - bugfix: generation of velocity curves etc should not be done      - bugfix: generation of velocity curves etc should not be done
297        after each "#include", only after the main file is parsed        after each "#include", only after the main file is parsed
298      - bugfix: line numbers in error messages were wrong after "#include"      - bugfix: line numbers in error messages were wrong after "#include"
299        - added support for float and 32 bit sample files
300    
301    * SoundFont format engine:    * SoundFont format engine:
302      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 337  Version CVS HEAD (?) Line 344  Version CVS HEAD (?)
344      - VST: implemented retrieval and switching of programs using the      - VST: implemented retrieval and switching of programs using the
345        sampler's internal MIDI instrument mapping system        sampler's internal MIDI instrument mapping system
346    
347      * Instrument editor interface:
348        - Changed instrument editor plugin interface, providing additional
349          informations like the EngineChannel for which the instrument editor was
350          spawned for. This allows the instrument editors to interact more actively
351          with the sampler.
352    
353    * MIDI driver:    * MIDI driver:
354      - ALSA MIDI driver supports now "NAME" device parameter, for overriding      - ALSA MIDI driver supports now "NAME" device parameter, for overriding
355        the ALSA sequencer client name        the ALSA sequencer client name
# Line 360  Version CVS HEAD (?) Line 373  Version CVS HEAD (?)
373      - MME bugfix: driver wasn't closed properly      - MME bugfix: driver wasn't closed properly
374      - CoreMIDI: automatically connect to all input sources by default (driver      - CoreMIDI: automatically connect to all input sources by default (driver
375        parameter "AUTO_BIND").        parameter "AUTO_BIND").
376        - CoreMIDI: fixed auto bind feature to CoreMIDI ports that go online
377        - CoreMIDI: fixed minor memory leak
378    
379    * audio driver:    * audio driver:
380      - ASIO driver fixes for newer gcc versions (fix from PortAudio)      - ASIO driver fixes for newer gcc versions (fix from PortAudio)
# Line 525  Version CVS HEAD (?) Line 540  Version CVS HEAD (?)
540        "GET SERVER INFOasdf\n" to be accepted as valid statement (was so far        "GET SERVER INFOasdf\n" to be accepted as valid statement (was so far
541        practically irrelevant, however it caused problems with the new LSCP        practically irrelevant, however it caused problems with the new LSCP
542        shell's auto completion feature).        shell's auto completion feature).
543        - Fixed MIDI program change messages being ignored if quickly executed
544          after each other (fixes #231).
545    
546  Version 1.0.0 (31 July 2009)  Version 1.0.0 (31 July 2009)
547    

Legend:
Removed from v.2645  
changed lines
  Added in v.2837

  ViewVC Help
Powered by ViewVC