Adds 2 new sounds to the Synthesizer's 'Fun' category (#68978)

Adds 2 new sounds to the 'Fun' category of the synthesizer

MeowSynth
Spaceman
This commit is contained in:
NanoTrasen-Inc
2022-08-10 04:41:23 +02:00
committed by GitHub
parent ee63415dd0
commit 4f2ad1c6a8
12 changed files with 54 additions and 0 deletions
@@ -18,6 +18,23 @@
id = "chime"
real_samples = list("79"='sound/machines/chime.ogg')
/datum/instrument/fun/meowsynth
name = "MeowSynth"
id = "meowsynth"
real_samples = list("36"='sound/runtime/instruments/synthesis_samples/meowsynth/c2.ogg',
"48"='sound/runtime/instruments/synthesis_samples/meowsynth/c3.ogg',
"60"='sound/runtime/instruments/synthesis_samples/meowsynth/c4.ogg',
"72"='sound/runtime/instruments/synthesis_samples/meowsynth/c5.ogg',
"84"='sound/runtime/instruments/synthesis_samples/meowsynth/c6.ogg')
/datum/instrument/fun/spaceman
name = "Spaceman"
id = "spaceman"
real_samples = list("36"='sound/runtime/instruments/synthesis_samples/spaceman/c2.ogg',
"48"='sound/runtime/instruments/synthesis_samples/spaceman/c3.ogg',
"60"='sound/runtime/instruments/synthesis_samples/spaceman/c4.ogg',
"72"='sound/runtime/instruments/synthesis_samples/spaceman/c5.ogg')
/datum/instrument/fun/mothscream
name = "Moth Scream"
id = "mothscream"
@@ -0,0 +1,14 @@
The audio samples in this folder were created using the MeowSynth VST plugin.
MeowSynth was created by a user named zipp and was released on knobster.org under the following terms:
All KNOBSTER synthesizers are absolutely free, even for commercial use. Nevertheless, the author will gladly accept material gratitude, especially if it is done from the heart. You can send it to any of the wallets listed below:
Yandex money:
41001357297942
webmoney:
Z407831455581
R770671369144
U877500879439
Remember: by helping the author financially, you stimulate the improvement of existing and the creation of new free synthesizers. Thank you.
@@ -0,0 +1,23 @@
The audio samples in this folder were created using the DecTalk Demo software, created under the MIT license.
MIT License
Copyright (c) 2020 Leondro Lio <github@leondrolio.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.