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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2672 by schoenebeck, Sat Sep 6 13:04:01 2014 UTC revision 2787 by schoenebeck, Wed Jul 15 18:47:15 2015 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version 2.0.0 (15 July 2015)
2    
3    * packaging changes:    * packaging changes:
4      - fixed building with newer MinGW-w64      - fixed building with newer MinGW-w64
# Line 126  Version CVS HEAD (?) Line 126  Version CVS HEAD (?)
126      - Fixed support for 'aftertouch' attenuation controller.      - Fixed support for 'aftertouch' attenuation controller.
127      - Fixed crash that happened with velocity split sounds under certain      - Fixed crash that happened with velocity split sounds under certain
128        conditions (see also previous commit on libgig).        conditions (see also previous commit on libgig).
129        - fixed behaviour of filter LFO
130    
131    * SFZ format engine:    * SFZ format engine:
132      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 290  Version CVS HEAD (?) Line 291  Version CVS HEAD (?)
291      - bugfix: generation of velocity curves etc should not be done      - bugfix: generation of velocity curves etc should not be done
292        after each "#include", only after the main file is parsed        after each "#include", only after the main file is parsed
293      - bugfix: line numbers in error messages were wrong after "#include"      - bugfix: line numbers in error messages were wrong after "#include"
294        - added support for float and 32 bit sample files
295    
296    * SoundFont format engine:    * SoundFont format engine:
297      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 337  Version CVS HEAD (?) Line 339  Version CVS HEAD (?)
339      - VST: implemented retrieval and switching of programs using the      - VST: implemented retrieval and switching of programs using the
340        sampler's internal MIDI instrument mapping system        sampler's internal MIDI instrument mapping system
341    
342      * Instrument editor interface:
343        - Changed instrument editor plugin interface, providing additional
344          informations like the EngineChannel for which the instrument editor was
345          spawned for. This allows the instrument editors to interact more actively
346          with the sampler.
347    
348    * MIDI driver:    * MIDI driver:
349      - ALSA MIDI driver supports now "NAME" device parameter, for overriding      - ALSA MIDI driver supports now "NAME" device parameter, for overriding
350        the ALSA sequencer client name        the ALSA sequencer client name
# Line 360  Version CVS HEAD (?) Line 368  Version CVS HEAD (?)
368      - MME bugfix: driver wasn't closed properly      - MME bugfix: driver wasn't closed properly
369      - CoreMIDI: automatically connect to all input sources by default (driver      - CoreMIDI: automatically connect to all input sources by default (driver
370        parameter "AUTO_BIND").        parameter "AUTO_BIND").
371        - CoreMIDI: fixed auto bind feature to CoreMIDI ports that go online
372        - CoreMIDI: fixed minor memory leak
373    
374    * audio driver:    * audio driver:
375      - ASIO driver fixes for newer gcc versions (fix from PortAudio)      - ASIO driver fixes for newer gcc versions (fix from PortAudio)

Legend:
Removed from v.2672  
changed lines
  Added in v.2787

  ViewVC Help
Powered by ViewVC