I've seen JACK crash before when it's encountered a buffer xrun, so maybe if you're getting lots of dropouts, that could be related. (I'm far from an expert on JACK though.)
If you're using "NEXT" mode, and the track gets to the end but there's nothing else in the play queue, then I think it gets stuck like that. If you drag and drop a track from the library onto a player, it will get it "unstuck". If you can file a bug in our tracker, I'll try to look into this sometime... http://sourceforge.net/tracker/?group_id=47577&atid=449891 Thanks for the bug reports Jason! Albert On 2-Feb-08, at 1:51 PM, Jason Schaefer wrote: > nice, that did the trick. Strangely jack seems to crash periodically > on me. Also, sometimes when a song reaches the end, I cannot re-play > it or replace it with a new one. Its as if that channel crashes. I > think this has only happened in channel 2. > > > > > On Feb 2, 2008 11:01 AM, Albert Santoni <[EMAIL PROTECTED]> wrote: >> As usual, I forgot to commit the header file... Should be fixed >> now. :) >> >> Thanks, >> Albert >> >> >> On 2-Feb-08, at 12:38 PM, Jason Schaefer wrote: >> >>> Hey Albert :-) >>> >>> src/sounddeviceportaudio.cpp: In member function 'virtual int >>> SoundDevicePortAudio::open()': >>> src/sounddeviceportaudio.cpp:139: error: >>> 'MIXXX_PORTAUDIO_OSS_STRING' >>> was not declared in this scope >>> src/sounddeviceportaudio.cpp: In member function 'int >>> SoundDevicePortAudio::callbackProcess(long unsigned int, float*, >>> short >>> int*, int)': >>> src/sounddeviceportaudio.cpp:293: warning: converting to 'int' from >>> 'double' >>> src/sounddeviceportaudio.cpp:294: warning: comparison between signed >>> and unsigned integer expressions >>> src/sounddeviceportaudio.cpp:312: warning: comparison between signed >>> and unsigned integer expressions >>> src/sounddeviceportaudio.cpp: At global scope: >>> src/sounddeviceportaudio.cpp:269: warning: unused parameter >>> 'devIndex' >>> src/sounddeviceportaudio.cpp:348: warning: unused parameter >>> 'timeInfo' >>> src/sounddeviceportaudio.cpp:348: warning: unused parameter >>> 'statusFlags' >>> src/defs.h:54: warning: 'two_pi' defined but not used >>> scons: *** [src/.obj/sounddeviceportaudio.o] Error 1 >>> scons: building terminated because of errors. >>> >>> >>> On Feb 2, 2008 8:16 AM, Albert Santoni <[EMAIL PROTECTED]> wrote: >>>> Hi Jason, >>>> >>>> I used to be able to reproduce this sometimes, but now I can't. I >>>> took a >>>> look at the PortAudio code though to find out how exactly it >>>> handles our >>>> latency setting, and it looks like it might have been doing >>>> something it >>>> shouldn't have. >>>> >>>> I modified our sound code to accommodate this (just committed it), >>>> and >>>> if you can give it a test, you might have better luck. >>>> >>>> Thanks, >>>> Albert >>>> >>>> >>>> >>>> On Fri, 2008-02-01 at 23:43 -0700, Jason Schaefer wrote: >>>>> I built the latest svn of mixxx with the portaudio snapshot (for >>>>> jack >>>>> support) and sound playback is horrible. It has a crunchy digital >>>>> delay sound. If I raise my frames/periods to 1024 (latency >>>>> ~48ms) it >>>>> sounds clear. This is true for my built in intel AC97 and usb M- >>>>> Audio >>>>> fastrack pro. Both of which, I used successfully in the past, >>>>> using >>>>> this same hardware. I recently installed ubuntu studio (installed >>>>> from >>>>> dvd). Do you think this is the issue? Has anyone experienced >>>>> this on >>>>> ubuntu studio? I posted to both lists just in case... >>>>> >>>>> Thanks >>>>> jason >>>>> >>>> >>>>> ------------------------------------------------------------------------- >>>>> 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/ >>>>> _______________________________________________ >>>>> Mixxx-devel mailing list >>>>> [email protected] >>>>> https://lists.sourceforge.net/lists/listinfo/mixxx-devel >>>> >>>> >> >> ------------------------------------------------------------------------- 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/ _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
