editor2-issues icon indicating copy to clipboard operation
editor2-issues copied to clipboard

Play a sound when a bundle finishes successfully or fails (and make it optional)

Open subsoap opened this issue 5 years ago • 2 comments

This is sort of possible to do with editor scripts but because of how they work and the dependencies it requires it is more of a pain than it's worth (doing it this way).

subsoap avatar Jan 30 '20 08:01 subsoap

With the editor extensions you should be able to create this behaviour?

JCash avatar Feb 13 '20 10:02 JCash

I have tried. It does not work very well because of the way processes happen with editor extensions. For example, if a sound is still playing, the editor is non responsive until it finishes, which is more annoying than it is worth. It is also not easy to make portable. Maybe someone smarter needs to be the one to make it.

subsoap avatar Feb 13 '20 12:02 subsoap