Page 1 of 2

[thanks solved]Denon DN HC 1000s mapping problem

PostPosted: 05 Jul 2012, 22:41
by D-Man
Hi Mixvibes community

(I’m new to DVS so bare with me as I don’t really know too much)

I recently bought Mixvibes Cross to go with my vinyl decks and Denon DN HC 1000s MIDI controller; however the problem is with the Denons and Mixvibes. A lot of the features which appear to advertised on the Denons don’t seem to be working and these mainly come down to the secondary (i.e. shift) functions (e.g clearing a cue point) and the lights. I’ve tried mapping/ using the learning function on Cross, the only problem is I have no idea how to aceces or map the secondary commands of the Denons.

Can some one help me with this please as I’ve been wrecking my brain with this one for a while?

Thanks A lot!!

Re: Denon DN HC 1000s mapping problem

PostPosted: 05 Jul 2012, 23:09
by daniel clark
:cool: :cool: welcome to mixvibes and Cross,,moving this post to Cross techinial section , to get more views and keep it on topic,, also check that section of the fourm for other postings for similiar subject and solutions,, if all else failes leave info as to what you are not able to accomplish with as much info as nessary to get proper help from some one with experience mapping. :cool: :cool:

Re: Denon DN HC 1000s mapping problem

PostPosted: 06 Jul 2012, 08:25
by sfronti
I think J-Kut had some problems with Denon DN HC 1000 when trying to map it and the problems came from DN HC 1000.

Stelios, Greece

Re: Denon DN HC 1000s mapping problem

PostPosted: 06 Jul 2012, 09:42
by Hannes
no, no. the hc 1000 is fine, just gotta find the mapping :lol:

Re: Denon DN HC 1000s mapping problem

PostPosted: 06 Jul 2012, 09:46
by kelt
hey man, i sent u my mapping with all lights!

you just have to figure out how to use the buttons! :P

for now im working at the sampler functions.. i need to know the MIDI output command for "pad empty or with loop integrated"

Code: Select all
        <mapping>
          <control alias="fam(Sampler)[0x1].Pad1Empty" value="true"/>
          <MIDI type="CC" parameter="0x4b" channel="0x1" value="0x15"/>
        </mapping>
        <mapping>
          <control alias="fam(Sampler)[0x1].Pad1Empty" value="false"/>
          <MIDI type="CC" parameter="0x4a" channel="0x1" value="0x15"/>
        </mapping>


should look like this maybe, but it doesnt work for now!
any ideas?

pad full = light
pad empty = no light
pad playing = blinking

Re: Denon DN HC 1000s mapping problem

PostPosted: 06 Jul 2012, 09:48
by kelt
sfronti wrote:I think J-Kut had some problems with Denon DN HC 1000 when trying to map it and the problems came from DN HC 1000.

Stelios, Greece


the HC1000S is the best controller ive ever had! very solid product, good to handle, good drivers - everythings fine!

Re: Denon DN HC 1000s mapping problem

PostPosted: 06 Jul 2012, 09:53
by kelt
D-Man wrote:A lot of the features which appear to advertised on the Denons don’t seem to be working and these mainly come down to the secondary (i.e. shift) functions (e.g clearing a cue point) and the lights. I’ve tried mapping/ using the learning function on Cross, the only problem is I have no idea how to aceces or map the secondary commands of the Denons.


you need to map the "shift" button in the modifiers section to
"Shift Logic 1". You can see this in the Mapping i sent to you.
Even the Lights Mapping you can see there and try to understand.. ;)

Lights are not working with different channels. You have to work with Channel1 only if u want the lights to work!

Re: Denon DN HC 1000s mapping problem

PostPosted: 06 Jul 2012, 10:46
by sfronti
Ok..really sorry, i may confuse it with something else.

Stelios, Greece

Re: Denon DN HC 1000s mapping problem

PostPosted: 06 Jul 2012, 12:02
by Support@MixVibes
In fam(Sampler)[0x1].Pad1Empty (Trigger)
This mean it is an INput, so no output for this.

What you need is
In&Out fam(Sampler)[0x1].Pad1Control (Logic)

Always remember that you don't follow the state of the command, you follow the state of the GUI.
The light on the controller will do what the ones on the GUI are doing (even that we know they're command driven).

Re: Denon DN HC 1000s mapping problem

PostPosted: 06 Jul 2012, 13:14
by kelt
yeah! ure right... as always! :rolleyes: :lol: :mrgreen:

edit: Denon HC1000S mapping