-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixxx 2.4: Korg Kaoss DJ not working on macOS Sonoma #13439
Comments
You're compiling for x64 on your Arm mac. try https://github.com/fwcd/m1xxx |
Hello @Swiftb0y. Thanks, I tried to compile that, but still found some issues. I've done a bit more research, and I believe it's not Mixxx, but that the device is no longer supported for macOS Sonoma, and the software is no longer maintained by Korg. Please search for "KAOSS DJ" on this document: From reading this, I think it's safe to assume Korg Kaoss DJ is still supported on macOS 12, but not on later versions of macOS. I'm not sure if this should be described somewhere in the documents - but hopefully that's useful information! Cheers |
I've added a PR to the manual here: I've also requested in the zulipchat to add this also to the wiki, as I'm not authorized to. Thanks |
Since this is not really our bug (nor can we do much about) I will close this. Thanks for filing this bug, your research and the manual PR. |
Bug Description
Hello,
I opened the following PR back in 2018 to get the Korg Kaoss DJ working:
#1509
I've noticed since Mixxx 2.1, the controller no longer seems to be recognised by Mixxx on macOS. My hunch is that it's not Mixxx, but that later versions of macOS have a different controller name mapping in the function
namesMatchAllowableEdgeCases
(file:src/controllers/midi/portmidienumerator.cpp
).I tried to compile
main
on MacOS Sonoma (macbook M1 Pro) to check this, however after downloading the dependencies viasource tools/macos_buildenv.sh setup
, and runningcmake -DCMAKE_TOOLCHAIN_FILE=/Users/larromba/Documents/Code/Public/mixxx/mixxx/buildenv/mixxx-deps-2.5-x64-osx-min1100-06fe9b5/scripts/buildsystems/vcpkg.cmake /Users/larromba/Documents/Code/Public/mixxx/mixxx
, I get the following error at some point:My exports are:
I'm not sure if I'll find the time to try and figure out these errors, but at least from some recent PRs, it seems the controller is working on other platforms. Either way, I thought it best to raise some awareness about this issue!
Cheers,
Lee
Version
2.4
OS
macOS Sonoma (MacBook M1 Pro)
The text was updated successfully, but these errors were encountered: