ronso0
ronso0
Can you reproduce this hit?
> I know it's alpha, but by using and testing I can help finding bugs Yep, thanks for that. I wanted to point out it's not crashing, in this case...
Oh, main is now 2.7 I'll backport it to 2.6
Indeed, both `cue_default` (in CDJ/Mixxx mode) and `hotcue_X_activate` should both call `EngineBuffer::seekAbs`/`EngineBuffer::seekExact` which calls `EngineBuffer::doSeekPlayPos` and that should call `VinylControlControl::notifySeekQueued`. That in turn would switch to REL mode https://github.com/mixxxdj/mixxx/blob/0d074c0c89d17b9145cb698faff0bbba4d944286/src/engine/controls/vinylcontrolcontrol.cpp#L89-L98 One...
That's unfortunate. Please share a log file, maybe it reveals something. If there are no clues, maybe raise the log level to `trace` -> complete arg is `--log-level trace` (idk...
Do both the Numark and the Soundblaster support the sample rate you selected? Do you have PulseAudio installed? If yes, do you start Mixxx with `pasuspender`? (the default .desktop file...
I didn't look at the PA source, but in Mixxx the error apparently occurs somewhere between line 360 and 374 https://github.com/mixxxdj/mixxx/blob/353daeaba0b31ac39d528064843375c3ded71f4e/src/soundio/sounddeviceportaudio.cpp#L360-L374
Thank you for this! The relative tempo mode is indeed helpful, for me when I want to match another track's BPM which is > +- 8% but I don't want...
> > * it seems the LEDs are completely bypassed in this mode > > what would you want them to do here? Actually I was missing the center indictaor,...
Yeah, thing is, what I tried to explain: with the high-res faders I never managed to hit zero -- that's why I added the center zone #14735, and with relative...