https://github.com/Succyboi/SoundGen
The source code for SfxO-1: A gnarly Lo-Fi sound generator for the LTRO-1 Fictional Console.
https://github.com/Succyboi/SoundGen
sfx sfxr sound unity unity3d
Last synced: about 1 year ago
JSON representation
The source code for SfxO-1: A gnarly Lo-Fi sound generator for the LTRO-1 Fictional Console.
- Host: GitHub
- URL: https://github.com/Succyboi/SoundGen
- Owner: Succyboi
- License: cc0-1.0
- Archived: true
- Created: 2021-07-10T23:55:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T12:25:01.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T05:14:45.415Z (almost 2 years ago)
- Topics: sfx, sfxr, sound, unity, unity3d
- Language: C#
- Homepage:
- Size: 455 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# SfxO-1 (SoundGen) [](http://stupidplusplus.com)
Heyo 👋!
This is the source code for [SfxO-1](https://stupidplusplus.itch.io/sfxo-1): A gnarly Lo-Fi sound generator for the LTRO-1 Fictional Console.
Made in a few days for the very first [LOSPEC JAM 1](https://itch.io/jam/lospec-jam-1).
# Preview
You can preview what SfxO-1 sounds like [here](https://soundcloud.com/0xf05f41/sfxo-1-preview).
# Parameters
- ???? - Generates a random, glitchy noise. ($%&@#!)
- Boom - Generates an explosion. (KABOOM)
- Jump - Generates a jump sound. (BOOINK)
- OSC - The main waveform the sound will be based on.
- Quant. - Quantizes the sound pitch to a chromatic scale.
- Filt. - Enables/Disables the lowpass filter.
- P.Start - The sound's start pitch.
- P.End - The sound's end pitch.
- P.Lfo A - The pitch lfo amount.
- P.Lfo S - The pitch lfo speed.
- C.Start - The sound's start crush.
- C.End - The sound's end crush.
- V.Att. - The volume envelope's attack.
- V.Sus. - The volume envelope's sustain.
- V.Dec. - The volume envelope's decay.
- F.Att. - The filter envelope's attack.
- F.Sus. - The filter envelope's sustain.
- F.Dec. - The filter envelope's decay.