Page 1 of 1

MIDI commands for...(Missing?)

PostPosted: 02 Oct 2013, 01:01
by ddjj
Greetings:

I'm looking for the MIDI commands for :

a. reset zoom
b. pitch reset
c. clear the data (x in the spotlight)

also if there appears to be no output command to light up LEDS in my quneo...is there a way to do this in Cross? such as smart seek forward and smart seek length? and even the above?

Thanks
DDJJ

Re: MIDI commands for...(Missing?)

PostPosted: 02 Oct 2013, 11:30
by P_Jean
ddjj wrote:Greetings:

I'm looking for the MIDI commands for :

a. reset zoom
b. pitch reset
c. clear the data (x in the spotlight)

also if there appears to be no output command to light up LEDS in my quneo...is there a way to do this in Cross? such as smart seek forward and smart seek length? and even the above?

Thanks
DDJJ


a . reset zoom --> create a Reg(registerlogic) with the same Value .
b . Pitch reset --> command --> PitchZeroOuput(logic)
c . clear the data ---> create a Reg(registerlogic) with the same value.

Re: MIDI commands for...(Missing?)

PostPosted: 02 Oct 2013, 14:28
by FigDJ
ddjj wrote:Greetings:

also if there appears to be no output command to light up LEDS in my quneo...is there a way to do this in Cross? such as smart seek forward and smart seek length? and even the above?


Do a little search for the topics related to Quneo. I posted a zip file that contains a Microsoft Xcel file with a MIDI conversion table for the LED using Quneo.

It boils down to this:
With Quneo a C note is mapped to the decimal value 60, you must convert that value to a hexadecimal value. Then you can use the hexadecimal value in output commands from Cross to Quneo to light up or turn off LEDs.

The last page of the Quneo manual has a table with the conversion from MIDI notes to decimal values. Somewhere in the middle of the Quneo manual (after the presets section) there are graphics that shw the Quneo pads and controls with the required MIDI notes to control the LEDs.

Select the pad or control you want to light up and note the assigned MIDI note. (Quneo manual)

Go to the end of the Quneo manual to look up the decimal value.

Go to the file I posted to look up the corresponding hexadecimal value for Cross output commands.

You should take a careful look at the file that I posted as it has all the MIDI notes, decimal values, hexadecimal values, and graphical representations of Quneo LEDs in drum and grid modes.

I am working from my iPad right know so i can't post the links or upload the manuals but you should be able to get everything you need from the KMI website for Quneo and this forum for the conversion files. (Note I own 2 Quneo and light them up like a show with Cross)

Re: MIDI commands for...(Missing?)

PostPosted: 02 Oct 2013, 15:20
by sylMV
ddjj wrote:Greetings:

I'm looking for the MIDI commands for :

a. reset zoom
b. pitch reset
c. clear the data (x in the spotlight)


All the input commands are listed in the MIDI mapping interface, did you check it?

a. Use "Display Zoom" in "Direct Normal Button" with value "50".
b. Use "Pitch Value" mapped in "Direct Value" with value "0.5".
c. To clear the spotlight, you need give it the focus and press ESC on your keyboard.

Re: MIDI commands for...(Missing?)

PostPosted: 03 Oct 2013, 19:55
by ddjj
Gentlemen:

I used the suggestions from SylMv to get this going!
Wish I Could avoid using the esc command for C: though, was hoping for an all MIDI command, oh well!

To FigDJ:

I have your xls sheet from prior and I understand the LEDs and their locations, but I'm looking for the language in the file to turn on and off leds when there is no such in Cross: IE
output mapping
display zoom at 07e on (or off)
outmapping....does this make sense?

and finally, trying to find "registers" in the manual, to read up on and can't find now...

Thanks
DDJJ