Right now in Construct you can only remove all audio effects, you can remove one specific effect. This is giving me a lot of headache, because i'm trying to make some kind of music sequencer with Construct.
Some effects have MIX parameter, so i can turn them on or off with this, but some effects, like Mute, doesn't have this. Can you please add ON/OFF parameter for the mute effect or add another action that will disable specific effect?
I know that you will say that there already is "Set Mute" action in Construct, but that action doesn't work in my case, because i'm triggering sound every few milliseconds and this action only applies to currently playing sound, so new sounds after this one will be unmuted.