Comment 4 for bug 1064411

Revision history for this message
Dario Ernst (n-launchpad-nebuk-de) wrote :

Hey,

sorry i couldn't be there yesterday ;(. Bad timing. Anyways, i've started to toy around and have added MIXXX_VINYL_MIXVIBESDVS accordingly in:
src/vinylcontrol/vinylcontrolxwax.cpp
src/vinylcontrol/vinylcontrolproxy.cpp
src/vinylcontrol/vinylcontrol.h
src/dlgprefvinyl.cpp

And simply set
timecode = (char*)"mixvibes_v2";
in vinylcontrolxwax.cpp, so as to receive this xwax definition:
    {
        .name = "mixvibes_v2",
        .desc = "MixVibes V2",
        .resolution = 1300,
        .flags = SWITCH_PHASE,
        .bits = 20,
        .seed = 0x22c90,
        .taps = 0x00008,
        .length = 950000,
        .safe = 710000,
        .lookup = false
    },
defined in timercoder.c.

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!
- Dario