On Wed, Mar 3, 2010 at 8:26 AM, Owen Williams <[email protected]> wrote: > The one crasher I've found is if you are in absolute mode, the needle is > on the record, and you load a new track. I believe it's performing a > seek before the audio data has been loaded. > > I'm not sure what the best way to fix that is. should the vinyl control > code know when not to perform a seek? Right now it checks for a > non-zero duration, but that's clearly not good enough. Or should the > seek code know not to seek when there's nowhere to go?
I think this is a bug in EngineBuffer and/or CachingReader. The engine shouldn't let you seek before a track is loaded, so it's not something you should have to compensate for at high-levels of the code.... Thanks, Albert > > Owen > > On Wed, 2010-03-03 at 08:17 -0800, mad jester wrote: >> I gave the new vinyl control code a little spin with my new Stanton >> T-80 and a SSL vinyl and it worked great. Thanks man. >> >> There was a segmentation fault, which I hope to get a backtrace of. >> I'll also check to see if scratching still works with non-vinyl >> controls. I think the if condition in RateControl::calcualteRate will >> stop it though, but that's easy enough to fix. >> >> Regards, >> >> >> Phillip Whelan >> >> > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Mixxx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mixxx-devel > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
