One more thing...
Enhanced sfxr for Love2D » Devlog
A single useful change in this version:
- add: window title and filename reflects last operation
This means that you get “unique” and relevant filenames for free as you experiment with sounds. Much better than a single filename that will need changing before you save.
The filename comprises of the last operation (generator/randomize/mutate) and the current random seed. Remember that generators and randomize increment the random seed, but mutate does not.
Example workflow
- You press:
pickup/coin
- Filename becomes:
pickup-coin-1.lua
- You press:
randomize
- Filename becomes:
randomize-2.lua
- You press:
mutate
- Filename becomes:
mutate-2.lua
- You press:
jump
- Filename becomes:
jump-3.lua
Downloads
All downloads have been modified.
Files
sfxr-macos.zip 8.4 MB
Mar 20, 2025
sfxr-win64.zip 4.2 MB
Mar 20, 2025
sfxr-win32.zip 3.7 MB
Mar 20, 2025
sfxr_demo.love 156 kB
Mar 20, 2025
sfxr-source.zip 191 kB
Mar 20, 2025
Get Enhanced sfxr for Love2D
Enhanced sfxr for Love2D
Version of sfxr.lua demo app with new features
Status | Released |
Category | Tool |
Author | gingerbeardman |
Tags | LÖVE, lua, sfxr, Sound effects, Soundtoy |
More posts
- Where my files at?Mar 13, 2025
- "Enhance!"Mar 12, 2025