On Thu, Apr 30, 2009 at 12:16 PM, Russell Ryan <[email protected]> wrote:

> We should have a note about this somewhere. If you compile with `scons
> prefix=/path/to/checkout/mixxx/res' then it can run out of its build
> directory.
>

scons -j3 prefix=`pwd`/res && ./mixxx # Use 3 threads to build Mixxx via
scons with the resourcePath in the Mixxx BZR resources directory and run
Mixxx when finished if successfully built.


> I noticed "Crossfader" was the first item in the midi wizard thingy, so
>> I set that and exited the wizard.  After that, the crossfader was the
>> only control which worked (though its motion was still reversed).  And I
>> didn't see a "Crossfader" entry in the mapping table, so I wasn't able
>> to find a place to manually adjust it.
>>
>>
> Ahh so Midi Learn replaces all mappings? We might want to make them merge
> the mappings, though I'm not sure if we should before 1.7.0. Albert?
>
>>
I saw something like this sometimes where you hit a non-button control
(which slider/jog/knob which presumably sends multiple updates when bumped)
and it was detected as multiple controls.    Perhaps the midi queue needs to
be cleared or learning needs to drop any signals from the last control
detected... i.e.
if (midi_code == last) { skip; }
last = midi_code;
// accept signal
...

I also noticed that buttons were not assigned the correct "Button" option,
if you adjust them from "Normal" to "Button" you might see those start to
work.

Cheers,

-G

              __
--- == __/ t.O ==--
http://stacktrace.org/
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to