Accesso rapido:  

Forum: VirtualDJ Technical Support

Topic: behringer cmd touch 64

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

 

Inviato Mon 09 Jan 17 @ 6:39 pm
 

Inviato Mon 09 Jan 17 @ 6:43 pm
If it's MIDI then it's mappable. In this case it's just a copy of Novation's Launchpad, which is supported, so there's your starting point (or just buy a Launchpad).
 

Inviato Mon 09 Jan 17 @ 6:47 pm
thats prbobably the route im gonna go just with the launch pad thanks
 

Inviato Mon 09 Jan 17 @ 6:51 pm
I did a custom mapping for mine. The CMD 64 has "Novation" compatibility mode built in, but that does not seem to work with either of the two Novation controller mappers for VDJ8. The MIDI mapping f/or the pads was easy. I could use some help getting the LED's to do what I want them to as far as color assignments. Can someone please provide some insight?

Thanks,
TM
 

Inviato Wed 18 Jan 17 @ 12:22 am
The LEDs dont appear when button is pressed in mapping mode. Actions all set but the always on 64 green LEDs grid would be easier to handle if the other colors were accessible.
 

Inviato Thu 10 Aug 17 @ 1:16 am
djdadPRO InfinityDevelopment ManagerMember since 2005
A custom definition is required to control the LEDs Cant be done with "Simple Midi"

I wish there was some kind of tech document to read and help you out, but searched and found nothing. The "Novation-style" firmware/operation isnt much helpful i am afraid.

Anyways, here is my best shot....
Assuming ,
PAD 1 sends Note 9n 00 7F when pressed and 8n 00 00 (or 9n 00 00) on release
PAD 2 sends Note 9n 01 7F when pressed and 8n 01 00 (or 9n 01 00) on release
PAD 3 sends Note 9n 02 7F when pressed and 8n 02 00 (or 9n 02 00) on release
... etc
the PADs definition should be ...
<button note="0x00" name="PAD_1" channel="n"/>
<button note="0x01" name="PAD_2" channel="n"/>
<button note="0x02" name="PAD_3" channel="n"/>
..etc
(replace the n with the channel you get, most likely it will be 0)



Assuming the LEDs of the unit follow the Novation-style, the LEDs can be amber,red,green with some dimming options. In order to be able to use .. color "red" or color "green" in your mapping, you need to define its LED as <color> and provide the offered color values in a table=""
The table needs to be defined only once (in the 1st LED definition
So the LEDs of the PADs will be something like..
(using the color table of the Novation units).
<color note="0x00" name="LED_PAD_1" values="table" table="0x08=#000000,0x09=#550000,0x0A=#AA0000,0x0B=#FF0000,0x18=#005500,0x28=#00AA00,0x38=#00FF00,0x19=#555500,0x1A=AA5500,0x1B=#FF5500,0x29=#55AA00,0x2A=#AAAA00,0x2B=#FFAA00,0x39=#55FF00,0x3A=#AAFF00,0x3B=#FFFF00"./>
<color note="0x01" name="LED_PAD_2" values="table" />
<color note="0x02" name="LED_PAD_3" values="table" />
... etc

 

Inviato Thu 10 Aug 17 @ 4:34 am


(Vecchi argomenti e forum sono automaticamente chiusi)