Hi Jan, Sorry for the delay.
Take a look at the following files in our source tree (located in the "src" directory): - vinylcontrolproxy.cpp - vinylcontrolxwax.cpp - vinylcontrol.cpp Here we use the Proxy design pattern to manage different vinyl control backends. The VinylControlXwax class hooks into some xwax code to read the timecode pitch/position, and then directs the appropriate behaviour in Mixxx. It also does a bit of high-level logic for stuff like "drift control", which is well documented in the code. You may also just want to use the xwax code directly, and in that case VinylControlXwax would serve as an example of how to use it. Please see "lib/xwax/timecoder.c" for the underlying xwax code. Thanks, and this sounds cool! Albert On 28-Nov-08, at 12:52 PM, v01pe wrote: > Hello everybody! > > first of all... awesome app, really!! had no chance to try it out, > because i just ordered a pair of timecode-vinyls (Traktor Scratch). > > i found this project, while researching for an own project at > university... my plan is to use a snippet of the code from mixxx where > the timecode from vinyl is translated into playback speed and > direction > and to apply these informations to a looped sine, other primitive > sounds > or precut loops, to have the possibility of "infinite" scratching with > basic sounds... most likely i'll use PD (pure data) for the sound > part... > > once i'm finished, i could probably integrate my experience with > looped > scratching into mixxx - if this is from interest. > > i haven't looked up the code in detail, so i would appreciate it very > much if those of you who are responsible for the timecode extraction > could give me an quick introduction to the relevant code. > > kind regards, jan > > p.s.: excuse my intermediate english skills :P > > > ------------------------------------------------------------------------- > 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 ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
