-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Figure out new color waveforms used by CDJ-3000 #33
Comments
Hmm, there is also a tiny |
Hoping these new formats do not have a convoluted encoding schema like the colored preview waveform did |
Absolutely! The pictures I’ve seen look like there are basically just three heights for each segment, with different colors for each (I’m guessing they represent lows, mids, and highs). That seems simpler than the six-variable mess you are alluding to! But I am always ready to be horrified when we get down to the details… Also, we should now expect they might be XOR-masked, sigh. |
Good news everyone! Took a quick look at the
This is what it looks like compared to rekordbox for a normal track, not bad: Using a generated sine chirp signal, it is evident some scaling correction (plus clipping?) needs to be done: Anyway sample code is up at https://gist.github.com/nudge/eca9f07ff684955b8a9bb5944614c3d7, based on the super cool work from @jan2000! |
Nice work, that was FAST! |
There’s a new database export file,
ANLZ0000.2EX
, which has the normal tagged type structure we see in all analysis files, and it has two new tags,PWV6
andPWV7
which almost certainly contain waveforms in the new color scheme used by the CDJ-3000. @jan2000, any chance you’ve started figuring out how they work?The text was updated successfully, but these errors were encountered: