On Sun, Jan 06, 2008 at 07:44:33PM +0300, Tuma wrote:
>     <control>
>       <group>[Channel1]</group>
>       <key>wheel_touch_sensor</key>
>       <miditype>Key</miditype>
>       <midino>48</midino>
>       <midichan>1</midichan>
>     </control>
> 
> Is it?

Looks right.

> It's ignored. No message "Debug: No match for ConfigObject: "Key 48 ch 1"" 
> appears if my sensor is assigned, but nothing happens.
> How can I debug it?

The code is in enginebuffer.cpp. If you have pitch-independent
time-stretch enabled, you can uncomment the qDebug() on line 844
to show whether the sensor is being picked up. If not, check
the precise MIDI message being sent by your controller, including
the velocity. The way the Xponent worked is sending Note On when
you touch the sensor, and Note Off when you release it. I'd expect
yours to do the same but there are so many weird controllers out
there you never know...

Ben


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to