On Monday 07 January 2008 1:32 am, Ben Wheeler wrote: > 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...
My controller sends (for example right jog) 49 when I touch the sensor. And the same 49 when I release it. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
