Copy link to clipboard
Copied
Hi, is it possible to trigger a sound in the project folder using expressions?
eg:
PlaySound('ding.wav');
Thanks
Copy link to clipboard
Copied
I think the best you can do is bring the audio in as a layer and time remap it. You can then manipulate the time with an expression. It can get tricky though, because you might get a chirp whenever you set the time back to zero, so you may also need to craft a squelch expression for the audio level. It can be done though.
Dan
Copy link to clipboard
Copied
As Dan said, the time remapping + mute is probably the only thing that can be done.
You can use the Time Remap At Marker iExpression for that. Among other things, it can repeat a particular sound at each marker and also does the audio muting to avoid the "rewind noise":
Time Remap at Marker Expression | mamoworld
Copy link to clipboard
Copied
Great, thanks both for your help