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

Diff of /linuxsampler/trunk/ChangeLog

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

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

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

  ViewVC Help
Powered by ViewVC