On Dec 6, 2007 3:24 AM, Robin Sheat <[EMAIL PROTECTED]> wrote:

> On Thursday 06 December 2007 19:25:06 Garth Dahlstrom wrote:
> > That file contains the pre-libDJConsole code, it did absolutely nothing
> > when I compiled with it earlier tonight... you may have to run mixxx as
> > root to get /dev/input file permissions to get it to work...
> OK, it kinda works.
>
> From what I can generalise: all buttons that are toggles (headphone, play)
> require the button to be down for the toggle state to remain active.


I remember having a problem where buttons would double send (once on down
and once again on release).


> Knobs and sliders behave like the values they are sending are an order of
> magnitude
> larger than the program expects, meaning that you need tiny movements or
> they
> leap from one end to the other ('cept the crossfader, which switches
> between
> right-most and not-quite-rightmost).


This is what I talked about before, the engine values had to be changed for
Mixxx 1.6.0 beta.
So Volume slider now goes from 0 to 1.0 in 1.6.0, where as it used to go
from 0 to 255 or something like that...   So, for that control you have to
divide value the value by "255." (not the trailing . to make division a
double) to get a fraction of one which you would send to the playback engine
(instead of 0..255)...

Those are all the values that need to get fixed.


> Jog wheels work like they did in 1.5.2.


Hercules jog wheels don't really work in any version of mixxx...


> There are no lights active.
>

Lights for the legacy code broken going from linux kernel 2.4 -> 2.6...
They do work with libDJconsole which is going via USB rather then /dev
files.

Cheers,

-G

-- 
            __
--- == __/ t.O ==--
http://stacktrace.org/
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to