We have a function at the bottom of track.cpp: /** Runs the BPM detection on every track in the TrackCollection that doesn't already have a BPM. */ void Track::slotBatchBPMDetection()
It's like half C++ and half pseudocode, but if some enterprising soul wants to finish it, please make yourself at home with the code. :) We need a way to cancel it though, so once this is done I might be able to wrap some GUI around it. Thanks, Albert On Tue, 2008-04-29 at 16:33 -0400, [EMAIL PROTECTED] wrote: > we really should have a button to BPM detect every song... > > > On Tue, 29 Apr 2008, Garth Dahlstrom wrote: > > > >> I was loading about 2 - 5 tracks a second (right click "Fast Forward" w/ > >> song mode "Next" in Play Queue), basically hammering it to getting BPMs > >> for > >> all my songs. > > > > Nice feetch! Didn't think to right-click other controls! > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > > Don't miss this year's exciting event. There's still time to save $100. > > Use priority code J8TL2D2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > > _______________________________________________ > > Mixxx-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/mixxx-devel > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Mixxx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mixxx-devel ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
