|
| 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 [AutomaticPackageReloader](https://packagecontrol.io/packages/AutomaticPackageReloader) package installed. |
0 commit comments