fwcd
fwcd
I thought this was fixed with the textured/high detail waveforms? I'd be curious where you noticed any issues here Edit: Ah you probably mean the simple/filtered waveforms?
Was the refactoring of the waveforms on main? IIRC the legacy waveforms got ported/rewritten and the menu was reorganized
Any updates on this? Super excited by Link support in Mixxx
Pretty cool, I've tested it and tempo sync seems to work pretty well! Two things: - Mixxx seems to freeze occasionally during a session, I've tested it with two Mixxx...
> Any Mac Builds I can test? This is soo cool! Check the GitHub Actions builds: https://github.com/mixxxdj/mixxx/actions/runs/4558513041
@hellocatfood https://github.com/mixxxdj/mixxx/actions/runs/5148635078?pr=10999
The old build artifacts have unfortunately expired by now, so it needs to be recent-ish.
IIUC we cannot use `find_package` for that since we locate SleefDFT together with Sleef in `FindSleef.cmake` (we would need a separate `FindSleefDFT.cmake` or similar). Maybe adding a warning to `FindSleef.cmake`...
I have added a warning, which should hopefully highlight the problem if someone is wondering why we don't link their Sleef: ``` CMake Warning at cmake/modules/FindSleef.cmake:145 (message): Sleef found at...
Great suggestion, thanks! I have made the search for Sleef components a bit more generic even and dropped the 'sleef' prefix (since at least according to the project's CMakeLists [they...