-
-
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
import cue points & beatgrids from Traktor library #8158
Comments
Commented by: ferranpujolcamins I think the difficulty here is how to get the cues info from Traktor. Their library format is closed, it can be reverse-engineered but we don't know when they'll change it and break this feature. |
Commented by: ferranpujolcamins Well, I've just opened the Traktor collection file and cues are stored like this:
So as long as they stay with xml it shouldn't be that hard to do. We should investigate why the tag is called CUE_V2. Are there collections with CUE or CUE_V1 tags out there? I guess you are meaning tracks in the Mixxx's Traktor library node, isn't it? |
Commented by: Be-ing hile said on IRC that the CUE_V2 format has been use since Traktor 3, which was released in 2006 (http://www.synthtopia.com/content/2006/10/11/native-instruments-ending-finalscratch-dj-relationship/ ) and confusingly predates Traktor Pro 2. So there is no good reason to spend the effort on supporting the old format. |
Commented by: Be-ing I started a wiki page for documenting Traktor's cue storage format: http://mixxx.org/wiki/doku.php/traktor_cue_storage_format?do=edit |
Commented by: pestrela Hi, |
Reported by: Be-ing
Date: 2015-07-16T20:15:33Z
Status: New
Importance: Wishlist
Launchpad Issue: lp1475416
Tags: cue
It would be helpful for users coming from Traktor to be able to import the cue points and beat grids they set in Traktor into Mixxx. First, this depends on Mixxx supporting the types of cues that Traktor has such as loop cues and mix in/out cues.
The text was updated successfully, but these errors were encountered: