Learn how to set up and work with Sublime Text. Sublime Text offers many features and advantages in coding and workflow
Kontakt Scripting (KSP) :: How to install Sublime Text, setting it up for the first time & compiling your code
You get Sublime Text from https://www.sublimetext.com/ Note: you can use it without any restrictions but you still need to buy a license. It’s really worth it! Thx to Nils Liberg and nojanath who created a KSP plugin for Sublime Text with many new possibilities like macros, for statements, functions and many more, using Sublime is almost […]
Kontakt Scripting (KSP) :: Sublime Text – how to work with macros, tutorial
in this tutorial we will work with sublime text and macros. A macro works almost like a function. We use them like functions and we can use arguments to pass expressions to alter or individualize several parameters inside a macro.
Kontakt Scripting (KSP) :: Sublime Text – advanced functions with arguments & local variables
this article explains everything about advanced user defined functions in sublime text. The basic syntax, how to use them with mixed arguments, how to declare local variables and how to return values. It also shows the differences between classic and advanced functions.