On Sat, Jan 26, 2008 at 07:13:46PM +0300, Tuma wrote:
> On Sunday 20 January 2008 12:02 am, you wrote:
> > On Fri, Jan 18, 2008 at 11:55:24PM +0300, Tuma wrote:
> > > > Ok, but I meant the full message.
> > > > I mean, is it
> > > > NoteOn 49 v
> > > > followed by
> > > > NoteOff 49 v
> > > >
> > > > or is it
> > > > CC 49 v
> > > > and then another
> > > > CC 49 v
> 
> I cann't get NoteOff message. NoteOn only. =\
> Here is an example from KMidiMon:
> "
> 40176,Vestax PC-CONTROLLER:0,Note on, 1 , 48, 0
> 39410,Vestax PC-CONTROLLER:0,Note on, 1 , 48, 127
> "
> 
> 48 is the value of my sensor.
> 
> 
> > > > and what are the values of v?
> What is v? And how can I get this value?

It's the last number in the lines you gave me above, ie 0 and 127.

<rant-at-vestax>
This choice of message is so bloody stupid I don't know where to start.
Why oh why oh why can't manufacturers use obvious standards 
on MIDI controllers?! If M-Audio can do it, anyone can...
</rant-at-vestax>

Ok, so your controller sends a Note On with a velocity of 127 when
button is pressed, and another Note On with a velocity of 0 when
it's released. To my knowledge we've never seen exactly this behaviour
before... BUT it is similar to BUTTON and SWITCH which I think used
CCs with the same value, or something like it (I never understood the
difference between the two). So you *might* be in luck. Try adding
  <midioption>button</midioption>
  or
  <midioption>switch</midioption>
to the relevant config stanza. Better test this on a regular button rather 
than the scratch sensor (assuming they work the same way!) as there's
some evidence that the scratch sensor isn't working for some reason,
although I can't see any reason why but I have no way of testing it
right now. 

Ben


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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