-
-
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
As xwax does support Mixvibes DVS Vinyls, shouldn't Mixxx too? #6662
Comments
Commented by: ywwg I haven't added support for mixvibes because I don't have a copy of the vinyl. If you're comfortable with compiling Mixxx yourself, we can chat on IRC and I can help get it working. |
Commented by: n-launchpad-nebuk-de I would be comfortable with compiling it myself and/or testing it so it could be integrated in upstream. What is your nickname on IRC? I'm already there as "Nebukadneza". Thanks for your quick reply - Regards
|
Commented by: ywwg I'll try to get on IRC later today, like 1pm Eastern -- nickname is ywwg. |
Commented by: n-launchpad-nebuk-de Hey,
As i now have the selection in the preferences i selected, plugged my soundcard in and gave it ago. In the vinyl preferences tab i have that signal quality scope thingy, where i know see the green dots (apart from very little noise) resembling the coordinate-system-axis (so i get a "cross", like ✛). As i don't know mixxx yet i don't know what that signal quality scope should look like. Testing with a song and all vinyl-control modes there are, its either stuck or continuously plays, with no control on the vinyl whatsoever. Now, where should we go from there? :) Best Regards and many thanks!
|
Commented by: esbrandt This chart might be helpful to read the timecode signal quality widget. |
Commented by: n-launchpad-nebuk-de Behold and watch my friends, it seems that my Mixvibes DVS vinyl now does work on Mixxx. As i'm still a bit busy with my bachelor thesis i haven't really tested but only checked whether the signal looked okay, moved the vinyl a bit ... basically it does seem to work. See the attached screenshot. More details - and certainly more questions - to come :P. |
Commented by: ywwg Well a red circle is a start, but if it was totally working it'd be green. A red circle usually indicates incorrect choice of vinyl type -- there are two mixvibes definitions, one of which is mixvibes_v2 and the other is mixvibes_7inch. Make sure you try both. Also try them at 33RPM and see if that makes a difference. Once we get that circle looking green, I'll need to have you do some debugging to find the correct numbers for the end of the timecode track. xwax's numbers (in that snippet you posted) are usually wrong. |
Commented by: n-launchpad-nebuk-de Like so?
So what exactly is this about those begin and end tags that are wrong in xwax, what values exactly are those, where do i find them in the code, and how do i survey the correct value? If you point me to a portion of code i can do some reading myself... Thanks a bunch~ |
Commented by: ywwg Awesome! To get the correct values, you want to uncomment line 252 of vinylcontrol/vinylcontrolxwax.cpp, which is:
Actually it's easiest for you if it just reads:
A question I have is, does mixvibes have a "control track" area of the vinyl? On Serato and Traktor, there's an inner ring of the vinyl that's used to scroll through the library and select tracks. (You can see the gap in this image toward the center of the record:http://www.evsound.be/images/catalogus/serato-vinyl-red.jpg) As you play the vinyl in Mixxx, you'll see timecode numbers printed out on the command line. I need to know what numbers are associated with the area of the record right before the control track area, or if there isn't a control track, the numbers that are printed as the needle is reaching the end of the playable part of the groove. In other words, be a little on the conservative side and give me a lower number rather than waiting for the needle to hit the end of the record. This number will be used to tell Mixxx when the needle has hit the end of the record and needs to engage the end-of-vinyl mode |
Commented by: n-launchpad-nebuk-de Hey,
So, uh, you were right, the length from Xwax was probably wrong.
|
Commented by: ywwg Can you edit mixxx/lib/xwax/timecoder.c and timecoder_win32.cpp and change the "safe" value for Mixvibes V2 to 655000? That should cause the end-of-track mode to be activated near the end of the track. If you play a long track and mixxx reaches the end of the track, the vinyl indicator should start blinking orange. When that happens, you should be able to move the needle back and drop it anywhere on the vinyl and mixxx should continue playing back without interruption. |
Commented by: n-launchpad-nebuk-de Hey,
|
Commented by: rryan Looks like Owen committed some code to enable MixVibes support based on your work Dario. Thanks! Could you test and verify the latest builds work with MixVibes? We should update the wiki and manual where necessary to indicate MixVibes support is back. |
Commented by: n-launchpad-nebuk-de Hey,
Just now i've baked r3461 (on the basis that the commit would be in there too...?) and tried it out. I've had strange "stutters" which i still have to investigate that i haven't had when i first tried (but then i had time to figure out how to build with CPU-optimization ..., forgot that today). I then started a song thats longer than the vinyl on 45rpm, and let it run. At the end of the vinyl the song just continued playing, and when i dropped the needle somewhere in the "playable" area again, and it just kept playing. Is that the expected result? Thank you so much for your support and fixing this! Regards
|
Commented by: ywwg Yes, the music should keep playing. Sounds good! (Any stuttering issues are unlikely to be xwax-related) |
Commented by: esbrandt Does Mixvibes DVS support in Mixxx 1.11 includes both Mixvibes CD and Vinyl timecode media? |
Commented by: ywwg From a code perspective there is only one option in xwax for both media, so I'm tempted to say yes. However I'd like confirmation from a user before claiming support for the CD media. |
Commented by: esbrandt Currently have no CDJ or turntable at my disposal, but did some testing with timecoded CD's loaded into VLC and routed as Vinyl control input into latest lp:mixxx/1.11. Result: |
Commented by: ywwg The red color indicates that we're not getting a timecode signal. xwax only lists support for "mixvibes_v2" and "mixvibes 7 inch" -- so I guess the CD format is not supported |
Issue closed with status Fix Released. |
Reported by: n-launchpad-nebuk-de
Date: 2012-10-09T14:05:36Z
Status: Fix Released
Importance: Low
Launchpad Issue: lp1064411
Tags: dvs, mixvibes, timecode, vinyl, xwax
Attachments: [Vinyl Control Signal Quality chart.png](https://bugs.launchpad.net/bugs/1064411/+attachment/3392327/+files/Vinyl Control Signal Quality chart.png), [Mixvibves DVS vinyl on Mixxx](https://bugs.launchpad.net/bugs/1064411/+attachment/3392420/+files/Mixvibves DVS vinyl on Mixxx), mixxx-mixvibes.png, [Preferences - Mixvibes DVS CD.png](https://bugs.launchpad.net/bugs/1064411/+attachment/3553204/+files/Preferences - Mixvibes DVS CD.png)
Hello,
Best Regard and thanks for this great Project!
The text was updated successfully, but these errors were encountered: