Skip to content

Commit

Permalink
コンパイラのシンボル定義ファイル更新漏れ対応
Browse files Browse the repository at this point in the history
  • Loading branch information
r-koubou committed May 27, 2023
1 parent c7973f3 commit 323db4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changelog

## Version 0.7.22

Fixed internal compiler definition file

## Version 0.7.21

### Fixed incorrect variable name

- [#16](https://github.com/r-koubou/vscode-ksp/issues/16)
- `$EVENT_PAR_MOD_VALUE_ID_FULL` -> `$EVENT_PAR_MOD_VALUE_ID`

## Version 0.7.20

### KONTAKT 7.1.0 ready
Expand Down
2 changes: 1 addition & 1 deletion kspparser/data/symbols/variables.txt
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ I EVENT_PAR_MIDI_BYTE_2 Y
I EVENT_PAR_MIDI_CHANNEL Y
I EVENT_PAR_MIDI_COMMAND Y
I EVENT_PAR_MOD_VALUE_ID Y
I EVENT_PAR_MOD_VALUE_ID_FULL Y
I EVENT_PAR_MOD_VALUE_EX_ID Y
I EVENT_PAR_NOTE Y
I EVENT_PAR_NOTE_LENGTH Y
I EVENT_PAR_PAN Y
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ksp",
"displayName": "KONTAKT Script Processor (KSP)",
"description": "Language support for NI KONTAKT(TM) Script Processor (KSP)",
"version": "0.7.21",
"version": "0.7.22",
"preview": false,
"publisher": "rkoubou",
"homepage": "https://r-koubou.net",
Expand Down

0 comments on commit 323db4a

Please sign in to comment.