--- linuxsampler/trunk/ChangeLog 2017/06/27 22:19:19 3293 +++ linuxsampler/trunk/ChangeLog 2017/07/10 17:45:30 3303 @@ -12,6 +12,10 @@ * Gigasampler/GigaStudio format engine: - Fixed clicks and pumping noise with Lowpass Turbo filter on very low cutoff settings. + - Got rid of resembling an ancient GSt misbehavior which did not pitch at + all if an up-pitch of more than 40 semi tones was requested (I don't + think there is any stock gig sound that requires this behavior to + resemble its original sound). * general changes: - fixed printf type errors (mostly in debug messages) @@ -217,6 +221,13 @@ - Added built-in array variable %NKSP_CALLBACK_CHILD_ID[]. - Added built-in variable $NKSP_CALLBACK_PARENT_ID. - Fixed potential crash when accessing dynamic built-in array variables. + - Added built-in script function "callback_status()". + - Added built-in constant $CALLBACK_STATUS_TERMINATED. + - Added built-in constant $CALLBACK_STATUS_QUEUE. + - Added built-in constant $CALLBACK_STATUS_RUNNING. + - Removed max. value limitation of built-in functions "change_attack()", + "change_decay()" and "change_release()" to i.e. allow passing 2000000 + for doubling the respective time. * Instruments DB: - Fixed memory access bug of general DB access code which lead to