-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create Mixxx package #6
Comments
Taken care of the dependencies so far, testing a full build today once I have all the build errors out of the way. |
So far all needed packages have been set up in Buildroot. Configuration's mostly right and I got Mixxx at least to the initial library folder select screen. Beyond that has not been happening yet though. Still having difficulty getting Mixxx to render to the screen. I initially took the same approach Engine does: Rendering straight to framebuffer. I thought using linuxfb would do the trick, but rotation requires a manual patch and Mixxx complains about poor performance especially with rendering waveforms. It also renders way too large. MIDI mappings missing obviously, and since all controls on the controller are pretty much MIDI inputs we get no controls outside of touchscreen just yet. Up next is trying eglfs to make use of OpenGL for rendering. Oddly, rebuilding partially leads to Qt randomly missing features that I already managed to compile in. Just now ran into this again after I got Mixxx to UI booting already before: The image I posted on Twitter already was the same error, just with no fonts on the firmware which led to the funny effect of rendering the error message void of any text. |
The text was updated successfully, but these errors were encountered: