-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support exporting to Pioneer format #15
Comments
Hi @dromer, Mixxx has the ability to read (not write) the Pioneer Rekordbox format, which was achieved by reverse-engineering the binary format. That format has been documented here, and was implemented using the kaitai struct library. You can see the Mixxx kaitai definition files here: This could be a useful resource to start from in order to add support to libdjinterop. Personally, I don't own any recent Pioneer equipment (I migrated from CDJ-1000s to SC5000s), so we would need a willing developer to implement and test! |
Thank you for the links and info. Sounds like a good place to start indeed. I don't own any pioneer (or denon) equipment myself, but I'm tempted to get a xdj-r1 (or similar) for home practice and could at least test on this (if/when I do). |
Thanks - I've tagged this with |
https://github.com/ambientsound/rex has preliminary support for writing |
Obvious feature request.
As most clubs use CDJ's (or these days sometimes XDJ, digital only) it would be very useful to be able to export to their format.
I don't know if there has been preliminary work done on this yet, maybe this Issue can be used to track any efforts to that regard.
The text was updated successfully, but these errors were encountered: