-
Notifications
You must be signed in to change notification settings - Fork 3
Add Synthetic Sound theme #2
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
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
acfd599
Create theme.json5
lcgjapan 6e0e694
Create REUSE.toml
lcgjapan ebcc8db
Add files via upload
lcgjapan 1a2cb61
Update REUSE.toml
lcgjapan 5d8ab1e
Create LicenseRef-ZapSplat-Standard.txt
lcgjapan 9f8f718
Update REUSE.toml
lcgjapan 7b8d9ab
Delete themes/Synthetic sound/preview.jpg
lcgjapan c8da9d0
Update README.md
lcgjapan 2b27e14
Update REUSE.toml
lcgjapan 77aa8d4
Update REUSE.toml
lcgjapan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| ZapSplat Standard License | ||
| https://www.zapsplat.com/license-type/standard-license/ | ||
|
|
||
| Sound effects obtained from https://www.zapsplat.com | ||
| These sounds are licensed under the ZapSplat Standard License. | ||
| Attribution is required unless a Gold account is held. | ||
|
|
||
| The sounds must be embedded in a production and not redistributed as-is. | ||
| ZapSplat retains full copyright. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| # SPDX-FileCopyrightText: 2025 Rena and LCG | ||
| # SPDX-License-Identifier: CC0-1.0 | ||
|
|
||
| version = 1 | ||
|
|
||
| [[annotations]] | ||
| path = "**" | ||
| precedence = "closest" | ||
| SPDX-FileCopyrightText = "2025 Rena and LCG" | ||
| SPDX-License-Identifier = "CC0-1.0" | ||
|
|
||
| [licenses."ZapSplat-Standard"] | ||
| file = "LICENSES/LicenseRef-ZapSplat-Standard.txt" | ||
| spdx-id = "LicenseRef-ZapSplat-Standard" | ||
|
|
||
| [[files]] | ||
| path = "item_hover.mp3" | ||
| copyright = "ZapSplat" | ||
| license = "ZapSplat-Standard" | ||
|
|
||
| [[files]] | ||
| path = "item_select.mp3" | ||
| copyright = "ZapSplat" | ||
| license = "ZapSplat-Standard" | ||
|
|
||
| [[files]] | ||
| path = "menu_close.mp3" | ||
| copyright = "ZapSplat" | ||
| license = "ZapSplat-Standard" | ||
|
|
||
| [[files]] | ||
| path = "menu_open.mp3" | ||
| copyright = "ZapSplat" | ||
| license = "ZapSplat-Standard" | ||
|
|
||
| [[files]] | ||
| path = "parent_hover.mp3" | ||
| copyright = "ZapSplat" | ||
| license = "ZapSplat-Standard" | ||
|
|
||
| [[files]] | ||
| path = "parent_select.mp3" | ||
| copyright = "ZapSplat" | ||
| license = "ZapSplat-Standard" | ||
|
|
||
| [[files]] | ||
| path = "submenu_hover.mp3" | ||
| copyright = "ZapSplat" | ||
| license = "ZapSplat-Standard" | ||
|
|
||
| [[files]] | ||
| path = "submenu_open.mp3" | ||
| copyright = "ZapSplat" | ||
| license = "ZapSplat-Standard" |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| // SPDX-FileCopyrightText: 2025 Rena and LCG | ||
| // SPDX-License-Identifier: CC0-1.0 | ||
|
|
||
| { | ||
| name: 'Synthetic sound', | ||
| author: 'Rena and LCG', | ||
| license: 'CC0-1.0', | ||
| themeVersion: '1.0', | ||
|
|
||
| // This theme was created for Kando's sound theme engine version 1. | ||
| // Kando will use this to check if the theme is compatible with the | ||
| // current version of Kando. | ||
| engineVersion: 1, | ||
|
|
||
| // This is a list of sound files which are played when certain events | ||
| // occur in the menu. | ||
| sounds: { | ||
| openMenu: { | ||
| file: "menu_open.mp3", | ||
| volume: 0.7, | ||
| }, | ||
| closeMenu: { | ||
| file: "menu_close.mp3", | ||
| volume: 0.6, | ||
| }, | ||
| hoverItem: { | ||
| file: "item_hover.mp3", | ||
| volume: 0.4, | ||
| minPitch: 0.9, | ||
| maxPitch: 1.1, | ||
| }, | ||
| hoverParent: { | ||
| file: "parent_hover.mp3", | ||
| volume: 0.3, | ||
| }, | ||
| hoverSubmenu: { | ||
| file: "submenu_hover.mp3", | ||
| volume: 0.4, | ||
| }, | ||
| selectItem: { | ||
| file: "item_select.mp3", | ||
| volume: 0.8, | ||
| }, | ||
| selectParent: { | ||
| file: "parent_select.mp3", | ||
| volume: 0.7, | ||
| }, | ||
| selectSubmenu: { | ||
| file: "submenu_open.mp3", | ||
| volume: 0.6, | ||
| }, | ||
| }, | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Paste this text into your
REUSE.toml:There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @yar2000T,
Thank you so much for the detailed feedback and guidance! I really appreciate your help with the licensing requirements.
I have now made the following updates:
✅ Created
LICENSES/LicenseRef-ZapSplat-Standard.txtwith the ZapSplat Standard License text✅ Updated
REUSE.tomlwith the proper licensing configuration for all sound files✅ Added proper attribution for ZapSplat as the copyright holder
All the changes have been committed to this pull request. The licensing should now be compliant with both the ZapSplat Standard License and the project's REUSE requirements.
Thank you again for taking the time to review and provide such helpful guidance! 🙏
Best regards,
LCG