Nils Liberg has updated KScript Editor for Kontakt 2 to v1.16.
Changes:
- Order of constant declarations. On compilation all constants are moved to the top of 'on init'. First all the ones declared directly inside 'on init' followed by all the ones declared within functions in the order the functions are declared (this order was previously not respected).
- Nested families inside modules imported using a name ("import ... as") didn't work. This should be fixed now.
- Moved the list of built in functions and variables out from the code into a text file. It's now possible to add new built in functions and variables simply by editing the 'ksp_util.txt' file found in the program folder.
- It's no longer possible to pass parameter to the 'on_init' function of a module. This feature wasn't fully working so it has been deactivated for the time being.