Tag: sublime text
Kontakt Scripting (KSP) :: Sublime Text – advanced functions with arguments & local variables
Modified April 2026this 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.
Kontakt Scripting (KSP) :: Sublime Text – how to work with macros, tutorial
Modified April 2026in 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.