Hi,<br><br>Thanks for the answer. I'm going to play a bit around with the playermanager, and see if I can archive a result I like.<br><br>I didn't know what crossfading is exactly, and I'm currently messing the first time with multimedia / sound at all. I think though, that google would have had a proper answer to what crossfading is.<br>
<br>Thank you,<br>Georg<br><br><div class="gmail_quote">On Fri, Jan 9, 2009 at 10:16 PM, Michael Pyne <span dir="ltr"><<a href="mailto:mpyne@purinchu.net">mpyne@purinchu.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="font-family: 'Consolas'; font-size: 11pt; font-weight: 400; font-style: normal;"><div class="Ih2E3d">On Friday 09 January 2009, Georg Grabler wrote:<br>
> 2.) Can I crossfade between MediaObjects in the Queue (as an example)? Like<br>
> having 1 file playing, at aboutToFinish i set another file (mediasource) in<br>
> the queue, and set the transition time to -5 (or any other value which<br>
> seems to fit nicely). Wouldn't this mean, that I'd always need to have two<br>
> mediafiles in the queue, since aboutToFinish is too short before the end of<br>
> the track to make sense for crossfading (at the current behaviour I<br>
> experience), and that the transition time would be a "global" value.<br>
><br>
> How would the crossfade in Phonon work anyway? JuK currently fades out one<br>
> track, and fades in the other one at the same time. I don't like that, but<br>
> I think it's as the JuK developer and maintainer intended it to be like<br>
> this.<br>
<p style="margin: 0px; text-indent: 0px;"><br></p></div>setTransitionTime with a negative value should do crossfading according to the API docs (I'm pretty sure there was no setTransitionTime when crossfading was first added to JuK but I could be wrong).  However the docs warn this may not work reliably with every backend as well....<br>

<p style="margin: 0px; text-indent: 0px;"><br></p>As far as fading out a track while fading one in, that's the "cross" in crossfade.  I'm not sure how else it is supposed to be, as the fading in this case is done since you're playing two songs simultaneously, for however brief a time.<br>

<p style="margin: 0px; text-indent: 0px;"><br></p>Regards,<br><font color="#888888">
 - Michael Pyne</font></div><br>_______________________________________________<br>
kde-multimedia mailing list<br>
<a href="mailto:kde-multimedia@kde.org">kde-multimedia@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-multimedia" target="_blank">https://mail.kde.org/mailman/listinfo/kde-multimedia</a><br>
<br></blockquote></div><br>