Re: [Mixxx-devel] absolute position ?

2013-07-07 Thread petah
Hi Owen, Like I said, we do playback based on pitch, not position. I assume you mean pitch adjustments, not an 11-bit MIDI pitch message. Is there a problem you're trying to solve? Yes; the specific problem I'm trying to solve is interfacing my homegrown CDJ timecode program with Mixxx,

Re: [Mixxx-devel] absolute position ?

2013-07-07 Thread Owen Williams
On Sun, 2013-07-07 at 18:26 +0200, petah wrote: Yes; the specific problem I'm trying to solve is interfacing my homegrown CDJ timecode program with Mixxx, xwax-style. If I could pass a high resolution time position to Mixxx's internals then tempo, pitch bend, FF/REW, cue recall, etc, are all

[Mixxx-devel] absolute position ?

2013-07-06 Thread petah
What message should be used to set the absolute position of the virtual needle of a loaded track given an absolute time position, f.ex. 2mins 34secs 567millisecs? I went through all the relevant docs (I think), incl. controls and HID mappings and didn't find a clear solution. I need to match

Re: [Mixxx-devel] absolute position ?

2013-07-06 Thread Owen Williams
I'm confused, what are you trying to do? For vinylcontrol absolute mode, we mostly use the pitch value and then nudge the speed up or down if it drifts too far from the reported timecode position. For CDs, if it's more than .1 seconds off then we just seek to that position. I don't really see

Re: [Mixxx-devel] absolute position ?

2013-07-06 Thread petah
On Sat, 06 Jul 2013 11:14:13 -0400 Owen Williams owilliams-opwvymzfgylytjvyw6y...@public.gmane.org wrote: I'm confused, what are you trying to do? For vinylcontrol absolute mode, we mostly use the pitch value and then nudge the speed up or down if it drifts too far from the reported timecode

Re: [Mixxx-devel] absolute position ?

2013-07-06 Thread petah
On Sat, 06 Jul 2013 11:14:13 -0400 Owen Williams owilliams-opwvymzfgylytjvyw6y...@public.gmane.org wrote: I'm confused, what are you trying to do? For vinylcontrol absolute mode, we mostly use the pitch value and then nudge the speed up or down if it drifts too far from the reported timecode

Re: [Mixxx-devel] absolute position ?

2013-07-06 Thread Owen Williams
Like I said, we do playback based on pitch, not position. Is there a problem you're trying to solve? Is there something wrong with how absolute position playback is working? On Sat, 2013-07-06 at 19:08 +0200, petah wrote: On Sat, 06 Jul 2013 11:14:13 -0400 Owen Williams