1.20.0
This update adds support for everything that was newly introduced with Kontakt 8.0, along with the following changes:
-
Added support for f-strings! These enable way easier concatenation of expressions in strings. Use
<>
tags to enclose the expression, for example:f'The value of variable a is: <a>.'
-
Fixed return types for
sgn()
andsignbit()
commands - these can return either integer or real depending on context, so they should work likeabs()
already did -
Fixed the behavior of
optimize_code
andadditional_branch_optimization
pragmas to match CLI behavior (they should have automatically enabledextra_syntax_checks
if it wasn't explicitly called) -
Fixed
-> max_value
and-> min_value
shorthands not being syntax colored -
Fixed
save_compiled_source
pragma not working with a relative path that is just a .txt file without a parent folder -
Updated activation triggers for many snippets to contain the whole word, (for example "family" instead of "fam")
Thanks to Nabeel from Impact Soundworks (@eitherys) for f-string support!
Have fun!