On Fri, 2008-11-21 at 14:19 +0000, Luis de Bethencourt wrote: > I agree with Yorick. The dashed pitch thing for phase 2 would be > awesome. For now I want to look at reading the turntable pitch in Mixx > as a number using the xwax API, anybody can confirm this is possible > and/or can tell me how to do it? No detailed explanation, just a high > level thing so I can start looking at it and work it out myself. > > Luis >
Yes, we read the turntable pitch in VinylControlXwax (vinylcontrolxwax.cpp) in order to match up Mixxx's pitch via the "scratch" ControlObject. Please see vinylcontrolxwax.cpp, lines 174, and 193-195. All this fancy design discussion aside, I would strongly encourage you to pick some easy/simple single-deck behaviour first, and code that. Once you're comfortable with the vinyl control code and have a basic implementation down, then you can think about coding more complicated behaviours. Thanks, Albert ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
