[FREE] 🔊 MKMusicPLayer Extention with remarkable features

Try his aia, set FadeIn/Out = 5000 and then "start" & "pause" (before the 5 secs have passed).

thank you @Anke for your help and your good advices that really help me a lot I will do this and repost it.

@Anke l have edited the extension is it ready now to be public ?

Most of it seems to be ok now. However, I did not test everything again. If you want to fade in a song/nature sound at the beginning, you have to start the audio track, pause it and then .RestartWithFadeIn + .ResumeAudio. However, the .FadeInCompleted event will not fire in this case (but it should). And a timer is still required to fade out an audio track at the end.

But these are my ideas (wishes), most users will probably find your extension useful and helpful already now.

1 Like

yes in this case of the fade in at the beginning but it fires with a custom fade in /out
I make it like this but i can make it with event .

Thank you very much I really appreciate your opinion and your pieces of advice.

If a sound is faded in (at the beginning), then you cannot start it again during the fade-in process and thus fade it in again. So to avoid conflicts with the PlayPause button, the FadeInCompleted event is also needed here.

ok I will add this event