Skip to content

Commit

Permalink
コンパイラのバグ修正 ui_waveform のパラメータ数の誤り
Browse files Browse the repository at this point in the history
  • Loading branch information
r-koubou committed Feb 13, 2020
1 parent 790d0ed commit 73e9b03
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## Version 0.7.8

### Fixed internal compiler bug

#### ui_waveform variable initializer

Expected

~~~
declare ui_waveform $variable(6,6) {OK}
~~~

Bug

~~~
{$Waveform : Argument count not compatible for ui_waveform initializer (Argument count: 3, Required count: 2)}
declare ui_waveform $variable(6,6)
~~~

## Version 0.7.7

### KONTAKT 6.2.0 ready
Expand Down
2 changes: 1 addition & 1 deletion kspparser/data/symbols/uitypes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ ui_switch N N I
ui_table N Y I[] I I I
ui_text_edit N N S
ui_value_edit N Y I I I I
ui_waveform N Y I I I I
ui_waveform N Y I I I
ui_xy N N R[]
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.7",
"version": "0.7.8",
"preview": false,
"publisher": "rkoubou",
"homepage": "https://r-koubou.net",
Expand Down

0 comments on commit 73e9b03

Please sign in to comment.