Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge v0.7.28 release #39

Merged
merged 7 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 109 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,114 @@
# Changelog

## Version 0.7.28

### KONTAKT 8.0.0 ready & continue statement supported

- `continue` statement which added in KONTAKT 7.5 is now supported in internal compiler.
- Added Syntax highlighting

#### Variable

<details>
<summary>Click to expand</summary>

- $ENGINE_PAR_VOICE_GROUP
- $ENGINE_PAR_BEATMASHER_GATE
- $ENGINE_PAR_BEATMASHER_LENGTH
- $ENGINE_PAR_BEATMASHER_MASH
- $ENGINE_PAR_BEATMASHER_MIX
- $ENGINE_PAR_BEATMASHER_REVERSE
- $ENGINE_PAR_BEATMASHER_ROTATE
- $ENGINE_PAR_BEATMASHER_WRAP
- $ENGINE_PAR_BEATSLICER_BUZZ
- $ENGINE_PAR_BEATSLICER_GATE
- $ENGINE_PAR_BEATSLICER_MIX
- $ENGINE_PAR_BEATSLICER_PATTERN
- $ENGINE_PAR_BEATSLICER_SLICE
- $ENGINE_PAR_BEATSLICER_STYLE
- $ENGINE_PAR_BEATSLICER_TWOBARS
- $ENGINE_PAR_GATER_GATE
- $ENGINE_PAR_GATER_MIX
- $ENGINE_PAR_GATER_MUTE_INPUT
- $ENGINE_PAR_GATER_NOISE
- $ENGINE_PAR_GATER_RATE
- $ENGINE_PAR_GATER_RATE_SYNC
- $ENGINE_PAR_GATER_SHAPE
- $ENGINE_PAR_GATER_STUTTER
- $ENGINE_PAR_RDL_ACCENT
- $ENGINE_PAR_RDL_DUCKING_AMOUNT
- $ENGINE_PAR_RDL_DUCKING_RELEASE
- $ENGINE_PAR_RDL_DUCKING_SENSE
- $ENGINE_PAR_RDL_FEEL
- $ENGINE_PAR_RDL_LR_OFFSET
- $ENGINE_PAR_RDL_PAN
- $ENGINE_PAR_RDL_PINGPONG_FLIP
- $ENGINE_PAR_RDL_SHUFFLE
- $ENGINE_PAR_RDL_WIDTH
- $ENGINE_PAR_RG_FORWARD
- $ENGINE_PAR_RG_GRAIN
- $ENGINE_PAR_RG_INVERT_GRAINS
- $ENGINE_PAR_RG_MIX
- $ENGINE_PAR_RG_PITCH
- $ENGINE_PAR_RG_REVERSE
- $ENGINE_PAR_RG_SPEED
- $ENGINE_PAR_TS_AMOUNT
- $ENGINE_PAR_TS_GRAIN
- $ENGINE_PAR_TS_KEY
- $ENGINE_PAR_TS_MIX
- $ENGINE_PAR_TS_SIZE
- $ENGINE_PAR_TS_STRETCH
- $ENGINE_PAR_TS_TWOBARS
- $ENGINE_PAR_WT_FORM2
- $ENGINE_PAR_WT_FORM2_MODE
- $ENGINE_PAR_WT_MOD_TUNE
- $ENGINE_PAR_WT_MOD_TUNE_UNIT
- $ENGINE_PAR_WT_MOD_TYPE
- $ENGINE_PAR_WT_MOD_WAVE
- $NI_BEATMASHER_LENGTH_16TH
- $NI_BEATMASHER_LENGTH_32ND
- $NI_BEATMASHER_LENGTH_8TH
- $NI_BEATMASHER_LENGTH_8TH_DOTTED
- $NI_BEATMASHER_LENGTH_BAR
- $NI_BEATMASHER_LENGTH_HALF
- $NI_BEATMASHER_LENGTH_HALF_DOTTED
- $NI_BEATMASHER_LENGTH_QUARTER
- $NI_BEATMASHER_LENGTH_QUARTER_DOTTED
- $NI_WT_MOD_TUNE_UNIT_HZ
- $NI_WT_MOD_TUNE_UNIT_RATIO
- $NI_WT_MOD_TUNE_UNIT_SEMITONES
- $NI_WT_MOD_TYPE_FM1
- $NI_WT_MOD_TYPE_FM2
- $NI_WT_MOD_TYPE_FM3
- $NI_WT_MOD_TYPE_MIX
- $NI_WT_MOD_TYPE_OFF
- $NI_WT_MOD_TYPE_PM1
- $NI_WT_MOD_TYPE_PM2
- $NI_WT_MOD_TYPE_PM3
- $NI_WT_MOD_TYPE_RM
- $NI_WT_MOD_WAVE_SINE
- $NI_WT_MOD_WAVE_TRIANGLE
- $NI_WT_MOD_WAVE_TX2
- $NI_WT_MOD_WAVE_TX3
- $NI_WT_MOD_WAVE_TX4
- $NI_WT_MOD_WAVE_TX5
- $NI_WT_MOD_WAVE_TX6
- $NI_WT_MOD_WAVE_TX7
- $NI_WT_MOD_WAVE_TX8

</details>

#### Command

- set_note_controller
- set_poly_at
- detect_key
- detect_tempo

#### Callback

- on note_controller

## Version 0.7.27

### KONTAKT 7.10.0 ready
Expand Down
32 changes: 0 additions & 32 deletions NOTICE

This file was deleted.

165 changes: 165 additions & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
NOTICE
=======================================

## Dependency third party software / libraries

This software depends following software, libraries to work.

### KSP Syntax Parser

https://github.com/r-koubou/KSPSyntaxParser

```
MIT License

Copyright (c) 2017 R-Koubou

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

### vscode-nls

https://github.com/Microsoft/vscode-nls

```
The MIT License (MIT)

Copyright (c) Microsoft Corporation

All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```

### clipboardy

https://github.com/sindresorhus/clipboardy

```
MIT License

Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```

### tmp

https://github.com/raszi/node-tmp


```
The MIT License (MIT)

Copyright (c) 2014 KARASZI István

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```


### xlrd

https://pypi.python.org/pypi/xlrd

```
Portions copyright © 2005-2009, Stephen John Machin, Lingfo Pty Ltd
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. None of the names of Stephen John Machin, Lingfo Pty Ltd and any
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.
```

### natsort

https://pypi.python.org/pypi/natsort

```
Copyright (c) 2012-2023 Seth M. Morton

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
Binary file modified kspparser/KSPSyntaxParser.jar
Binary file not shown.
3 changes: 3 additions & 0 deletions kspparser/data/lang/message.properties
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ error.semantic.casevalue.constonly = ${level} ${line} "case" : Case statement is
# Conditional statement : invalid condition
error.semantic.condition.invalid = ${level} ${line} Conditional statement : invalid condition (Required: ${ext1})

# continue : Invalid call
error.semantic.continue.invalid = ${level} ${line} continue : Invalid call (Only available in loop block)

#-------------------------------------------------------------------------------
# strict
#-------------------------------------------------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions kspparser/data/lang/message_ja.properties
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ error.semantic.casevalue.constonly = ${level} ${line} "case" : 指定できる
# Conditional statement : invalid condition
error.semantic.condition.invalid = ${level} ${line} 条件式 : 不正な式です (要求される式: ${ext1})

# continue : Invalid call
error.semantic.continue.invalid = ${level} ${line} continue : 不正な呼び出し (ループブロック内でのみ使用できます)

#-------------------------------------------------------------------------------
# strict
#-------------------------------------------------------------------------------
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.27",
"version": "0.7.28",
"preview": false,
"publisher": "rkoubou",
"homepage": "https://r-koubou.net",
Expand Down
Loading