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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2629 by schoenebeck, Thu Jun 12 18:25:11 2014 UTC revision 2673 by persson, Sat Sep 6 18:56:02 2014 UTC
# 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 465  Version CVS HEAD (?) Line 466  Version CVS HEAD (?)
466      - Implemented built-in script function "random()".      - Implemented built-in script function "random()".
467      - Implemented built-in script function "num_elements()".      - Implemented built-in script function "num_elements()".
468      - Implemented built-in script function "note_off()".      - Implemented built-in script function "note_off()".
469        - Implemented built-in script function "set_event_mark()".
470        - Implemented built-in script function "delete_event_mark()".
471        - Implemented built-in script function "by_marks()".
472        - Added built-in script int const variables $MARK_1 to $MARK_28.
473        - Built-in script functions "ignore_event()", "note_off()" and
474          "gig_set_dim_zone()" now also accept an array of event IDs as argument
475          (i.e. return value of new script function "by_marks()").
476        - Pass/preserve polyphonic variable data from respective "note" event
477          handler to "release" event handler.
478    
479    * Bug fixes:    * Bug fixes:
480      - 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 516  Version CVS HEAD (?) Line 526  Version CVS HEAD (?)
526        "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
527        practically irrelevant, however it caused problems with the new LSCP        practically irrelevant, however it caused problems with the new LSCP
528        shell's auto completion feature).        shell's auto completion feature).
529        - Fixed MIDI program change messages being ignored if quickly executed
530          after each other (fixes #231).
531    
532  Version 1.0.0 (31 July 2009)  Version 1.0.0 (31 July 2009)
533    

Legend:
Removed from v.2629  
changed lines
  Added in v.2673

  ViewVC Help
Powered by ViewVC