Skip to content

Commit f32cf6f

Browse files
authored
Release 1.24.0 (#529)
1 parent 1daf922 commit f32cf6f

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@
7171
"1.21.1": "messages/1.21.1.txt",
7272
"1.22.0": "messages/1.22.0.txt",
7373
"1.22.1": "messages/1.22.1.txt",
74-
"1.23.0": "messages/1.23.0.txt"
74+
"1.23.0": "messages/1.23.0.txt",
75+
"1.24.0": "messages/1.24.0.txt"
7576
}

messages/1.24.0.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Version 1.24.0
2+
---------------------------------------------------
3+
4+
This update adds support for new engine parameters introduced in Kontakt 8.4, a few of fixes and a new const block feature.
5+
6+
- ADDED Support for new event and engine parameters (Reverb Delight, $EVENT_PAR_OUTPUT_TYPE, $EVENT_PAR_OUTPUT_INDEX)
7+
8+
- ADDED Const blocks get additional auto-generated variables and constants (.str[] for names of entries, .title for the name of the const block itself, .idx for the index of the const block entry)
9+
10+
- FIXED Compiler hangup resulting in huge .log files
11+
12+
- IMPROVED Error message when UI callback definition is incorrect is much clearer now (issue #446)
13+
14+
15+
Thanks to Nabeel from Impact Soundworks (@eitherys) for the compiler hangup fix!
16+
17+
18+
That's all - have fun!
19+
20+
21+
---------------------------------------------------
22+
23+
If you would like to roll back a version of SublimeKSP for time critical work prevented by a new bug:
24+
25+
First, remove SublimeKSP from Sublime Package Control:
26+
1. Press `Ctrl + Shift + P` on Windows and Linux, or `Cmd + Shift + P` on Mac.
27+
2. Type "Remove Package" and select it, then select the "KSP (Kontakt Script Processor)" entry.
28+
29+
Next, download the version you'd like [here](https://github.com/nojanath/SublimeKSP/releases).
30+
31+
After the download, you can install it as a user package in Sublime following these instructions:
32+
33+
1. Open the Preferences menu in Sublime Text and click Browse Packages. A folder will open up.
34+
2. Extract the ZIP archive you have downloaded and place it into this folder.
35+
3. IMPORTANT: Rename the unpacked folder to `KSP (Kontakt Script Processor)` (this is important so that your settings from Package Control version are retained)!
36+
4. Restart Sublime Text. Alternatively, make sure you have [Automatic​Package​Reloader](https://packagecontrol.io/packages/AutomaticPackageReloader) package installed.

0 commit comments

Comments
 (0)