|
From: Johannes L. <joh...@gm...> - 2008-02-24 14:19:14
|
I just noticed that I didn't send this message to the list but only to
Avital...
Hi,
nice to hear that your are still working on it! Panther is responsible
for the code you have to touch. He was on vacation over the weekend and
he is quite busy during this week. It could be possible that you have to
extend our state machine by adding a new state. But we should wait for
an answer from Panther.
If you have never coded ActionScript before you will discover some
peculiarities :-) !
I have no idea what we should do with the the DJ sample sets. But we
should have it online somewhere so that every dev can test it. I think
it would be enough if we have the end of the first and the beginning of
the second song.
BTW: The DJ mode should add two features:
- gapless playing
- crossfading between two songs
Cheers, Johannes
Avital Oliver schrieb:
> Hello.
>
> It's been a while since I had some free time, but today I started going
> through the code to figure out how to implement DJ Mode.
>
> First of all, the code is so nicely organized and documented -- it was a
> real pleasure exploring and studying this code (it's my first time with
> ActionScript!). Well done.
>
> I realized that I should hook to the callback from ObjectLoader -
> loadFromUrlFinished to know when to start preloading the next track. I
> tracked the current callback implementation and all it does is track
> from what I could tell. The question is - how do I add this new
> functionality (preloading) the next track into this function properly?
> /
> /My Question:/
> /
> In CoreController:
>
> private function traceLoadStatus( bForceTrace:Boolean )
> {
> var pl:Playlist = m_model._getPlaylist();
> var bLoadStatusChanged:Boolean = pl.traceLoadStatus();
> if( bForceTrace || bLoadStatusChanged )
> {
> notifyAll(PlayerDefines.LOAD_STATUS_CHANGED);
> }
> }
>
> yet PlayListEntry.traceLoadStatus() never returns a value. Is it
> supposed to?
>
> And, anyways, is the right place to put the trigger for preloading the
> next track in CoreController.loadOfPleFinished?
>
> ---
>
> Regarding the sample sets, I am trying to play sets by other dj's. They
> are copyrighted but do you think this would count for fair use? If so, I
> can send them or upload them...
>
> Avital.
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Vanadium-developers mailing list
> Van...@li...
> https://lists.sourceforge.net/lists/listinfo/vanadium-developers
|