Add Kontakt Scripting Processor (KSP) (#1341)

This commit is contained in:
JackTheWilliams
2022-04-03 01:24:36 +01:00
committed by GitHub
parent 2c329b106d
commit c527440b10
2 changed files with 5 additions and 2 deletions

3
k/KSP.ksp Normal file
View File

@@ -0,0 +1,3 @@
on init
message("Hello World")
end on