https://github.com/subsoap/subsoap-editor-scripts
Editor scripts for Defold
https://github.com/subsoap/subsoap-editor-scripts
Last synced: 5 months ago
JSON representation
Editor scripts for Defold
- Host: GitHub
- URL: https://github.com/subsoap/subsoap-editor-scripts
- Owner: subsoap
- License: cc0-1.0
- Created: 2019-10-13T00:39:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T04:36:26.000Z (over 6 years ago)
- Last Synced: 2025-10-20T21:55:41.421Z (9 months ago)
- Size: 46.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-defold - Sound Editor Scripts
README
# subsoap-editor-scripts
Editor scripts for Defold
## Install
https://github.com/subsoap/subsoap-editor-scripts/archive/master.zip
## editor-script-create-sound-component.editor_script
Adds a right click context menu for .wav and .ogg files to create a basic .sound file for them next to them in their directory. Multiple files can be selected at once!
## editor-script-play-sound.editor_script
Adds a right click context menu for .sound .wav and .ogg files to play them with ffplay. ffplay is a required dependency and must be added to your path.
Problems: files can sometimes be locked with Java when playing!?, you can't stop audio playing once it beings, you can't play multiple sounds at once, and must wait for previous sounds to finish, you can't set the audio level so make sure your system level is low enough