--- linuxsampler/trunk/ChangeLog 2014/06/11 13:24:32 2619 +++ linuxsampler/trunk/ChangeLog 2014/06/18 00:14:57 2645 @@ -464,6 +464,16 @@ - Implemented built-in script function "abs()". - Implemented built-in script function "random()". - Implemented built-in script function "num_elements()". + - Implemented built-in script function "note_off()". + - Implemented built-in script function "set_event_mark()". + - Implemented built-in script function "delete_event_mark()". + - Implemented built-in script function "by_marks()". + - Added built-in script int const variables $MARK_1 to $MARK_28. + - Built-in script functions "ignore_event()", "note_off()" and + "gig_set_dim_zone()" now also accept an array of event IDs as argument + (i.e. return value of new script function "by_marks()"). + - Pass/preserve polyphonic variable data from respective "note" event + handler to "release" event handler. * Bug fixes: - Fixed crash which may occur when MIDI key + transpose is out of range