diff --git a/code/modules/instruments/instrument_data/fun.dm b/code/modules/instruments/instrument_data/fun.dm index 378a2dde96c..68a88683fcc 100644 --- a/code/modules/instruments/instrument_data/fun.dm +++ b/code/modules/instruments/instrument_data/fun.dm @@ -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" diff --git a/sound/runtime/instruments/synthesis_samples/meowsynth/LICENSE.txt b/sound/runtime/instruments/synthesis_samples/meowsynth/LICENSE.txt new file mode 100644 index 00000000000..d69b71f4e7a --- /dev/null +++ b/sound/runtime/instruments/synthesis_samples/meowsynth/LICENSE.txt @@ -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. \ No newline at end of file diff --git a/sound/runtime/instruments/synthesis_samples/meowsynth/c2.ogg b/sound/runtime/instruments/synthesis_samples/meowsynth/c2.ogg new file mode 100644 index 00000000000..ab66d25170c Binary files /dev/null and b/sound/runtime/instruments/synthesis_samples/meowsynth/c2.ogg differ diff --git a/sound/runtime/instruments/synthesis_samples/meowsynth/c3.ogg b/sound/runtime/instruments/synthesis_samples/meowsynth/c3.ogg new file mode 100644 index 00000000000..3723bc2d961 Binary files /dev/null and b/sound/runtime/instruments/synthesis_samples/meowsynth/c3.ogg differ diff --git a/sound/runtime/instruments/synthesis_samples/meowsynth/c4.ogg b/sound/runtime/instruments/synthesis_samples/meowsynth/c4.ogg new file mode 100644 index 00000000000..6f391d4a4db Binary files /dev/null and b/sound/runtime/instruments/synthesis_samples/meowsynth/c4.ogg differ diff --git a/sound/runtime/instruments/synthesis_samples/meowsynth/c5.ogg b/sound/runtime/instruments/synthesis_samples/meowsynth/c5.ogg new file mode 100644 index 00000000000..dfc8a6ae8eb Binary files /dev/null and b/sound/runtime/instruments/synthesis_samples/meowsynth/c5.ogg differ diff --git a/sound/runtime/instruments/synthesis_samples/meowsynth/c6.ogg b/sound/runtime/instruments/synthesis_samples/meowsynth/c6.ogg new file mode 100644 index 00000000000..acee6c455fe Binary files /dev/null and b/sound/runtime/instruments/synthesis_samples/meowsynth/c6.ogg differ diff --git a/sound/runtime/instruments/synthesis_samples/spaceman/LICENSE.txt b/sound/runtime/instruments/synthesis_samples/spaceman/LICENSE.txt new file mode 100644 index 00000000000..6ca7d61bf7a --- /dev/null +++ b/sound/runtime/instruments/synthesis_samples/spaceman/LICENSE.txt @@ -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 + +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. diff --git a/sound/runtime/instruments/synthesis_samples/spaceman/c2.ogg b/sound/runtime/instruments/synthesis_samples/spaceman/c2.ogg new file mode 100644 index 00000000000..a633f4d8c75 Binary files /dev/null and b/sound/runtime/instruments/synthesis_samples/spaceman/c2.ogg differ diff --git a/sound/runtime/instruments/synthesis_samples/spaceman/c3.ogg b/sound/runtime/instruments/synthesis_samples/spaceman/c3.ogg new file mode 100644 index 00000000000..2fa08e00c78 Binary files /dev/null and b/sound/runtime/instruments/synthesis_samples/spaceman/c3.ogg differ diff --git a/sound/runtime/instruments/synthesis_samples/spaceman/c4.ogg b/sound/runtime/instruments/synthesis_samples/spaceman/c4.ogg new file mode 100644 index 00000000000..3d7595a179b Binary files /dev/null and b/sound/runtime/instruments/synthesis_samples/spaceman/c4.ogg differ diff --git a/sound/runtime/instruments/synthesis_samples/spaceman/c5.ogg b/sound/runtime/instruments/synthesis_samples/spaceman/c5.ogg new file mode 100644 index 00000000000..4742f2bc060 Binary files /dev/null and b/sound/runtime/instruments/synthesis_samples/spaceman/c5.ogg differ