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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2521 by schoenebeck, Wed Feb 19 19:02:43 2014 UTC revision 2533 by persson, Sat Mar 8 09:04:42 2014 UTC
# Line 274  Version CVS HEAD (?) Line 274  Version CVS HEAD (?)
274      - added FLAC support (#191)      - added FLAC support (#191)
275      - sfz parser bugfix: lines starting with whitespace were ignored      - sfz parser bugfix: lines starting with whitespace were ignored
276      - added amplitude opcode      - added amplitude opcode
277        - added support for "#include" instruction
278          (modified patch which was originally posted by Sergey on LS mailing list)
279        - bugfix: generation of velocity curves etc should not be done
280          after each "#include", only after the main file is parsed
281        - bugfix: line numbers in error messages were wrong after "#include"
282    
283    * SoundFont format engine:    * SoundFont format engine:
284      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 399  Version CVS HEAD (?) Line 404  Version CVS HEAD (?)
404      - Added support for auto completion by tab key.      - Added support for auto completion by tab key.
405      - Show currently available auto completion while typing.      - Show currently available auto completion while typing.
406      - Added support for browsing command history with up / down keys.      - Added support for browsing command history with up / down keys.
407        - Show all possible next symbols immediately right to the current command
408          line while typing (no double tab required for this feature, as it would
409          be the case in other shells).
410        - Added support for moving cursor left/right with arrow keys.
411    
412    * Bug fixes:    * Bug fixes:
413      - Fixed crash which may occur when MIDI key + transpose is out of range      - Fixed crash which may occur when MIDI key + transpose is out of range
# Line 446  Version CVS HEAD (?) Line 455  Version CVS HEAD (?)
455        crashes and noise on such transitions).        crashes and noise on such transitions).
456      - ignore missing LADSPA paths without ignoring valid LADSPA paths      - ignore missing LADSPA paths without ignoring valid LADSPA paths
457        (fixes #208)        (fixes #208)
458        - Fixed bug in LSCP grammar definition which caused a statement like
459          "GET SERVER INFOasdf\n" to be accepted as valid statement (was so far
460          practically irrelevant, however it caused problems with the new LSCP
461          shell's auto completion feature).
462    
463  Version 1.0.0 (31 July 2009)  Version 1.0.0 (31 July 2009)
464    

Legend:
Removed from v.2521  
changed lines
  Added in v.2533

  ViewVC Help
Powered by ViewVC