Mapping a Denon DN-HC1000S

   Talk about gear, music, shows or anything you'd like.
Forum rules
Click here to join Mixvibes on DISCORD https://discord.gg/gMdQJ2cJqa

Mapping a Denon DN-HC1000S

Postby Nood on 11 Feb 2011, 17:30

Hi Guys,

I just bought a HC1000S, a fantastic product by denon.
When I was mapping it in Cross, which is very easy, I was wondering if I could map the LED lights underneath my buttons to light up when pushed.

And also, when I press the cue button first, then a locator, it acts like a cue button. and when I clear the locator I can't use it for the rest of my Cross session. Is this a bug or am I doing something wrong?

I'll try to upload my mapping as soon as I think it is good enough ;)

Thanks
Stanton ST150
Pioneer DJM 700
Technics RPDJ1200
User avatar
Nood
 
Posts: 38
Joined: 08 Mar 2010, 20:23
Location: Belgium


Re: Mapping a Denon DN-HC1000S

Postby kelt on 13 Feb 2011, 00:14

same problem here with the lights of DN-HC1000S !

got some idea to map this controller showing lights when pressed?
Lenovo Ideapad Z-360 - Hercules DJ Trim 4 & 6
Xone:42 - Denon HC1000S - Technics 1210 MK5
Yamaha HS-50M Speaker - HS-10W Subwoofer


https://soundcloud.com/djkelt
User avatar
kelt
 
Posts: 204
Joined: 29 Aug 2010, 19:41
Location: Gifhorn, near Braunschweig


Re: Mapping a Denon DN-HC1000S

Postby wazza on 13 Feb 2011, 22:16

use MIDI output for MIDI note's.....this will give you an idear on how to set it up

viewtopic.php?f=268&t=19330
MEMBER OF:
:cool: c00l People MV Society :cool:
User avatar
wazza
 
Posts: 955
Joined: 15 May 2005, 09:08
Location: Gold Coast .....OZ


Re: Mapping a Denon DN-HC1000S

Postby Nood on 13 Feb 2011, 23:06

That's already a big help, the only problem is I don't have any clue where to put the code and what it should look like. I opened my .mapping with notepad and I understand the structure. But do I have to put my piece of 'LED-code' behind my button commands? Or do I have to put the LED-code at the end of the file where it says <output-mapping/>?

I have the owners manual with the different commands, values and numbers for each key with me. But I can't see what I should change in the piece of example code on the support section.

Can someone help me on my way here?

Thanks ;)
Stanton ST150
Pioneer DJM 700
Technics RPDJ1200
User avatar
Nood
 
Posts: 38
Joined: 08 Mar 2010, 20:23
Location: Belgium


Re: Mapping a Denon DN-HC1000S

Postby kelt on 14 Feb 2011, 06:59

Nood wrote:That's already a big help, the only problem is I don't have any clue where to put the code and what it should look like. I opened my .mapping with notepad and I understand the structure. But do I have to put my piece of 'LED-code' behind my button commands? Or do I have to put the LED-code at the end of the file where it says <output-mapping/>?

I have the owners manual with the different commands, values and numbers for each key with me. But I can't see what I should change in the piece of example code on the support section.

Can someone help me on my way here?

Thanks ;)


:!: :!: :!:

;)
Lenovo Ideapad Z-360 - Hercules DJ Trim 4 & 6
Xone:42 - Denon HC1000S - Technics 1210 MK5
Yamaha HS-50M Speaker - HS-10W Subwoofer


https://soundcloud.com/djkelt
User avatar
kelt
 
Posts: 204
Joined: 29 Aug 2010, 19:41
Location: Gifhorn, near Braunschweig


Re: Mapping a Denon DN-HC1000S

Postby Support@MixVibes on 14 Feb 2011, 13:26

Simply duplicate the mapping from Cross (press x2)
open it with a text editor and check the output section (end of file) to see how it's done.
User avatar
Support@MixVibes
 


Re: Mapping a Denon DN-HC1000S

Postby Nood on 14 Feb 2011, 18:42

Thanks! :biggrin:

I copied another Denon mapping from the standard mappings.
Along with some trial and error I could make all my hot cue's and the loop ins and outs light up.

The only buttons I can't get mapped are the autoloop button and the Tap button. Probarbly because it's another kind of function.
Stanton ST150
Pioneer DJM 700
Technics RPDJ1200
User avatar
Nood
 
Posts: 38
Joined: 08 Mar 2010, 20:23
Location: Belgium


Re: Mapping a Denon DN-HC1000S

Postby Blackbrook on 14 Feb 2011, 19:36

I guess kelt will be interested in your mapping ;) Great work btw!
Viele Grüße,
Cheers,
A plus,
Steve

Image
Winner Mixvibes 10 years DJ contest 2009


Blackbrook
 
Posts: 4417
Joined: 25 Dec 2007, 14:33


Re: Mapping a Denon DN-HC1000S

Postby kelt on 14 Feb 2011, 20:18

@Blackbrook :D :biggrin: ;)

ive already copied the denon mapping and programmed it with effects and some other stuff (at channel 2) and hopefully get some lights soon! :D

i really dont understand why mixvibes didnt implementated lights in their mapping? can u please tell me?!

i will upload my mapping when its ready and send a picture of it too!
this controller rocks! heavy and good to work with it, nice piece of hardware!

go on with ur good work Nood! :D
Lenovo Ideapad Z-360 - Hercules DJ Trim 4 & 6
Xone:42 - Denon HC1000S - Technics 1210 MK5
Yamaha HS-50M Speaker - HS-10W Subwoofer


https://soundcloud.com/djkelt
User avatar
kelt
 
Posts: 204
Joined: 29 Aug 2010, 19:41
Location: Gifhorn, near Braunschweig


Re: Mapping a Denon DN-HC1000S

Postby Nood on 14 Feb 2011, 20:58

For the ones who are interested here's an example of a piece of denon output code.

Code: Select all
<mapping>
<control alias="fam(Player)[0x1].Locator1Control" value="true"/>
<MIDI type="CC" parameter="0x4a" channel="0x1" value="0x11"/>
</mapping>


Behind the control alias you have to put the function (e.g. Locator1Control) Don't forget to change the number to [0x2] if you want to map a function from the right deck. I did not change the 'fam(player)' part.

Value has to be true or false, true= led on, false=led off.
MIDI type is CC, not 'note' as in most MIDI controllers.
The parameter has to be 0x4a (led on), 0x4b (led of) or 0x4c (led blink).
Chanel has to be the chanel you use you controller with. (0x1 =chanel 1,0x2 =Chanel 2)
The second 'value' is the adress of your led. It can be found in your user manual (or the one on the denon website ;)) (It looks like 0x11)

So you have to make 2 mappings for each led. One to put it on and one to put it out.

I hope this is usefull to somebody out there :D
Stanton ST150
Pioneer DJM 700
Technics RPDJ1200
User avatar
Nood
 
Posts: 38
Joined: 08 Mar 2010, 20:23
Location: Belgium


Next

Return to General Chat




Who is online

Users browsing this forum: No registered users and 38 guests

Board index

 
 
   
 
© 2014 Mixvibes